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";

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock