rathena / rathena

rAthena is an open-source cross-platform MMORPG server.
https://rathena.org/board/
GNU General Public License v3.0
2.9k stars 2.33k forks source link

Bug Reflect Damage (Item bonus+Skill Reflect) #4343

Closed Badarosk0 closed 2 years ago

Badarosk0 commented 5 years ago
aleos89 commented 5 years ago

Most likely because of this define: int max_damage = status_get_max_hp(bl); add here: ad11dd6.

Although, does it matter? The maximum possible damage you could do is the target's HP. It would be nice to see the initial bug report from the old tracker. Guess we need to see if Aegis is capping it as well.

aleos89 commented 2 years ago

Fixed in 33a99b5.