» Find Revision
L2J Revision: 5088
L2JDP Revision: 5888
Well i have a small question, since i am trying for 2 days now and can't get it right. I am trying to lower de power of tank in pvp (on my server mages are really, really bad, they hit very poor). So i did this on the tanks heavy mastery:
Code: Select all
<mul order="0x30" stat="critVuln" val="5"> <!-- to make him vulnerable --> <using kind="Heavy" /> </mul> <mul order="0x30" stat="magicDamVul" val="200"> <!-- to make him vulnerable --> <using kind="Heavy" /> </mul> <mul order="0x30" stat="pvpMagicalDef" val="0.1"> <!-- to make him vulnerable --> <using kind="Heavy" /> </mul>
At magicDamVul i tested with values like 2, 15,50, 80 and now 200 and damage only increased from 250-300 to 400-500. Is this ok?
Any ideas or suggestions? Thanks alot.
//work ok now with alot more lower values.