Jump to content
  • 0

[help]How do i nerf reflect damage?


HouLiGaN

Question

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

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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

 

Link to comment
Share on other sites

  • 0

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!!!!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...