Jump to content

Recommended Posts

Posted

this script  modify armors pdef from  B grade to s80   as to s84

 

i do that cause somebody  told me thats is booring to see all players in same armor  and its a good ideea to make pdef of all armors as to vesper

 

some armors have good stats but low pdef

 

now added sql script when i'm finish i will add and client side part...

 

UPDATE armor SET p_def="68" WHERE bodypart="gloves" and crystal_type="b";
UPDATE armor SET p_def="68" WHERE bodypart="feet" and crystal_type="b";
UPDATE armor SET p_def="101" WHERE bodypart="head" and crystal_type="b";

UPDATE armor SET p_def="68" WHERE bodypart="gloves" and crystal_type="a";
UPDATE armor SET p_def="68" WHERE bodypart="feet" and crystal_type="a";
UPDATE armor SET p_def="101" WHERE bodypart="head" and crystal_type="a";

UPDATE armor SET p_def="68" WHERE bodypart="gloves" and crystal_type="s";
UPDATE armor SET p_def="68" WHERE bodypart="feet" and crystal_type="s";
UPDATE armor SET p_def="101" WHERE bodypart="head" and crystal_type="s";


UPDATE armor SET p_def="68" WHERE bodypart="gloves" and crystal_type="s80";
UPDATE armor SET p_def="68" WHERE bodypart="feet" and crystal_type="s80";
UPDATE armor SET p_def="101" WHERE bodypart="head" and crystal_type="s80";


UPDATE armor SET p_def="250" WHERE bodypart="chest" and crystal_type="b" and armor_type="heavy";
UPDATE armor SET p_def="157" WHERE bodypart="legs" and crystal_type="b" and armor_type="heavy";
UPDATE armor SET p_def="401" WHERE bodypart="fullarmor" and crystal_type="b" and armor_type="heavy";

UPDATE armor SET p_def="250" WHERE bodypart="chest" and crystal_type="a" and armor_type="heavy";
UPDATE armor SET p_def="157" WHERE bodypart="legs" and crystal_type="a" and armor_type="heavy";
UPDATE armor SET p_def="401" WHERE bodypart="fullarmor" and crystal_type="a" and armor_type="heavy";

UPDATE armor SET p_def="187" WHERE bodypart="chest" and crystal_type="a" and armor_type="light";
UPDATE armor SET p_def="117" WHERE bodypart="legs" and crystal_type="a" and armor_type="light";
UPDATE armor SET p_def="300" WHERE bodypart="fullarmor" and crystal_type="a" and armor_type="light";

UPDATE armor SET p_def="125" WHERE bodypart="chest" and crystal_type="a" and armor_type="robe";
UPDATE armor SET p_def="78" WHERE bodypart="legs" and crystal_type="a" and armor_type="robe";
UPDATE armor SET p_def="200" WHERE bodypart="fullarmor" and crystal_type="a" and armor_type="robe";


UPDATE armor SET p_def="250" WHERE bodypart="chest" and crystal_type="s" and armor_type="heavy";
UPDATE armor SET p_def="157" WHERE bodypart="legs" and crystal_type="s" and armor_type="heavy";
UPDATE armor SET p_def="401" WHERE bodypart="fullarmor" and crystal_type="s" and armor_type="heavy";

UPDATE armor SET p_def="187" WHERE bodypart="chest" and crystal_type="s" and armor_type="light";
UPDATE armor SET p_def="117" WHERE bodypart="legs" and crystal_type="s" and armor_type="light";
UPDATE armor SET p_def="300" WHERE bodypart="fullarmor" and crystal_type="s" and armor_type="light";

UPDATE armor SET p_def="125" WHERE bodypart="chest" and crystal_type="s" and armor_type="robe";
UPDATE armor SET p_def="78" WHERE bodypart="legs" and crystal_type="s" and armor_type="robe";
UPDATE armor SET p_def="200" WHERE bodypart="fullarmor" and crystal_type="s" and armor_type="robe";


UPDATE armor SET p_def="250" WHERE bodypart="chest" and crystal_type="s80" and armor_type="heavy";
UPDATE armor SET p_def="157" WHERE bodypart="legs" and crystal_type="s80" and armor_type="heavy";
UPDATE armor SET p_def="401" WHERE bodypart="fullarmor" and crystal_type="s80" and armor_type="heavy";

UPDATE armor SET p_def="187" WHERE bodypart="chest" and crystal_type="s80" and armor_type="light";
UPDATE armor SET p_def="117" WHERE bodypart="legs" and crystal_type="s80" and armor_type="light";
UPDATE armor SET p_def="300" WHERE bodypart="fullarmor" and crystal_type="s80" and armor_type="light";

UPDATE armor SET p_def="125" WHERE bodypart="chest" and crystal_type="s80" and armor_type="robe";
UPDATE armor SET p_def="78" WHERE bodypart="legs" and crystal_type="s80" and armor_type="robe";
UPDATE armor SET p_def="200" WHERE bodypart="fullarmor" and crystal_type="s80" and armor_type="robe";

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...