Page 1 of 1

Stats magicDamVul pvpMagicalDef

Posted: Fri Jun 01, 2012 11:07 am
by Removed20180815
If you want to receive support we need this info to help you properly.
» 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> 
But it doesnt seem to work. I don't know the basic values of those stats. Like how much magicDamVul one has.
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.