General PVP Damage

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
alehawk
Posts: 50
Joined: Wed Mar 24, 2010 10:42 pm

General PVP Damage

Post 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!
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: General PVP Damage

Post 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
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
alehawk
Posts: 50
Joined: Wed Mar 24, 2010 10:42 pm

Re: General PVP Damage

Post by alehawk »

Thank you very much!!
Post Reply