Jump to content

Recommended Posts

Posted
Index: java/net/sf/l2j/gameserver/model/L2Character.java

===================================================================

--- java/net/sf/l2j/gameserver/model/L2Character.java (revision 2640)

+++ java/net/sf/l2j/gameserver/model/L2Character.java (working copy)

@@ -5044,7 +5044,7 @@

if (reflectPercent > 0)

{

reflectedDamage = (int)(reflectPercent / 100. * damage);

- damage -= reflectedDamage;

+ //damage -= reflectedDamage;

 

if(reflectedDamage > target.getMaxHp()) // to prevent extreme damage when hitting a low lvl char...

reflectedDamage = target.getMaxHp();

 

Credits : L2jForum

Posted

What this basically does is if reflected damage exists, the total damage made will NOT be decreased to the actual damage being made (this is NON-Retail Like).

He's just retrieving things from L2j which he doesn't know what they do, I don't consider this a good attitude however, its up to you to decide, I just think this is completely useless.

Posted

Anyway, since you are clearly posting random things which is considered a spamming behavior, this Thread is now Closed.

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