Issue information

Issue ID
#3521
Status
Duplicate
Severity
None
Started
Hercules Elf Bot
Aug 22, 2009 16:29
Last Post
Hercules Elf Bot
Aug 22, 2009 16:29
Confirmation
N/A

Hercules Elf Bot - Aug 22, 2009 16:29

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

The bug is pretty simple: try a @die with this script:

CODE
moscovia,224,185,1    script    test    -1,{
OnPCDieEvent:
warp "moscovia",224,185;
end;
}


You're gonna be warped, the rez menu will pop up, however nothing will happen if you click on "Return to the last save point". Depending on the cases, you will have either 0 hp or the percentage of hp specified in the conf when you are revived. In either case, the char will use the "dead" frame of the skin. After a @refresh, the char will stand up, and you will be able to walk and do stuff but the server will still think you're dead. Healer NPCs won't work etc. The only way to fix it is to use @alive. Using @die a second time will do nothing - it just shows the "die" effect and prints the "you're dead" message, but it doesn't kill you (since you're already dead).

If figured warped dead chars were supposed to be revived with 1 HP, which is not the case here. And if they should remain dead after a warp, then the rez menu should work too...

This post has been edited by NoHealing: Aug 22 2009, 09:46 AM