Page 1 of 1

General PVP Damage

Posted: Tue May 18, 2010 2:00 pm
by alehawk
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hi!
I want to decrease damage in PVP.
Where can I start reading to try to do it?
I dont want to edit skill by skill just to edit something like this for example

if hit {
damage = damage /2
}


Thank you!

Re: General PVP Damage

Posted: Tue May 18, 2010 2:38 pm
by Tan
Add in Skill 194 (Lucky) or other skill that exist in all classes.
<mul order="0x30" stat="pvpPhysDmg" val="0.9"/>
<mul order="0x30" stat="pvpPhysSkillsDmg" val="0.9"/>
<mul order="0x30" stat="pvpMagicalDmg" val="0.9"/>

val="0.9" = 10% Less DMG then lower number then more you decreases dmg

Re: General PVP Damage

Posted: Tue May 18, 2010 2:54 pm
by alehawk
Thank you very much!!