Stats magicDamVul pvpMagicalDef

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Removed20180815
Posts: 93
Joined: Tue Jan 09, 2007 12:41 pm

Stats magicDamVul pvpMagicalDef

Post 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.
Post Reply