Jump to content
  • 0

[help]How do i nerf reflect damage?


Question

Posted

How would i nerf it to give less damage back?

like tanks are crazy because of the skill being overpowerd...

Maybe somone can give me the code like they have with balance to skill so i can just copy past it...

4 answers to this question

Recommended Posts

  • 0
Posted

Gameserver/data/stats/skill/0000-0099.xml

Find this line

  <for>
   <effect count="1" name="Buff" time="1200" val="0" stackOrder="#power" stackType="DmgShield">
<add order="0x40" stat="reflectDam" val="#power"/>
   </effect>
 </for>

 

<add order="0x40" stat="reflectDam" val="#power"/>

The Green Line is the power of the reflected dmg who takes the enemy.... just change the "0x40" into other....

 

Edit:Skill id:86

 

  • 0
Posted

Gameserver/data/stats/skill/0000-0099.xml

Find this line

  <for>
    <effect count="1" name="Buff" time="1200" val="0" stackOrder="#power" stackType="DmgShield">
<add order="0x40" stat="reflectDam" val="#power"/>
    </effect>
  </for>

 

<add order="0x40" stat="reflectDam" val="#power"/>

The Green Line is the power of the reflected dmg who takes the enemy.... just change the "0x40" into other....

 

Edit:Skill id:86

 

 

thanks Bro!!!!

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..