Issue information

Issue ID
#5054
Status
Unable to Reproduce
Severity
None
Started
Hercules Elf Bot
Sep 14, 2011 2:55
Last Post
Hercules Elf Bot
Jun 23, 2012 9:23
Confirmation
N/A

Hercules Elf Bot - Sep 14, 2011 2:55

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

Well, i guess it's related to http://www.eathena.ws/board/index.php?auto...amp;showbug=901 and http://www.eathena.ws/board/index.php?auto...mp;showbug=4177

If you're a class with low HP (baby) and use a weapon with samurai spector card, you die but stay alive (WTF?) and nobody can hit you or take damage from you unless you move. So, you're imortal by 5 secs +/- and you can re-equip the weapon again and keep your invulnerability.

I guess the script function heal should check that if you have HP lesser than the negative input (samurai spector: -999), and make sure that you won't get killed or a hp below than 1.

A quick workaround is replacing the OnUnequipScript of this card by: { If(Hp > 999) { heal -999,0; }else{ heal 1-Hp,0; } }

Thanks.

Hercules Elf Bot - Dec 6, 2011 4:04

Originally posted by [b]Ind[/b]
I did a test with a baby novice lvl 1, with a knife with samurai incantatium card, i get to 1 hp and not unkillable.