Issue information

Issue ID
#587
Status
Confirmed
Severity
Fair
Started
Hercules Elf Bot
Dec 11, 2007 12:42
Last Post
Ind
Jul 29, 2013 18:39
Confirmation
N/A

Hercules Elf Bot - Dec 11, 2007 12:42

Originally posted by [b]Dazzler[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=587

currently on ea overkill damage is not working, if someone deals more than 50% damage get the mvp no matter what, even if other person deals more than 50% on one hit, even if that hit is enough to kill the mvp in one shot.

discussion here (scroll down a bit)
http://forums.irowiki.org/showthread.php?t...hlight=overkill

Ind - Jul 29, 2013 18:39

Happening because it is capped:[code=auto:0] if ((unsigned int)hp >= status->hp) { if (flag&2) return 0; hp = status->hp; } [/code]one has to consider however that not capping will make all the -= stuff go below 0, perhaps it'd be best to log the damage before capping it?