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!
General PVP Damage
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Tan
- L2j Veteran
- Posts: 873
- Joined: Wed Jun 10, 2009 10:31 pm
- Location: Poland
Re: General PVP Damage
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
<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
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
http://www.last.fm/user/L2jTan
-
- Posts: 50
- Joined: Wed Mar 24, 2010 10:42 pm
Re: General PVP Damage
Thank you very much!!