Issue information

Issue ID
#5475
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Mar 20, 2012 17:45
Last Post
Hercules Elf Bot
Apr 4, 2012 7:25
Confirmation
N/A

Hercules Elf Bot - Mar 20, 2012 17:45

Originally posted by [b]MarkZD[/b]
[url="http://rathena.org/board/tracker/issue-5464-deepsleep-is-not-beeing-removed-by-any-damages-but-it-must-be/"]http://rathena.org/board/tracker/issue-5464-deepsleep-is-not-beeing-removed-by-any-damages-but-it-must-be/[/url]

[quote]Not fixed yet, as any damage should remove it and it's just getting removed when attacks damage is done, "status fix damage" should remove this status too.

status.c
find within status_damage function:
[CODE]
status_change_end(target, SC__INVISIBILITY, INVALID_TIMER);
[/CODE]

After add:
[CODE]
status_change_end(target, SC_DEEPSLEEP, INVALID_TIMER);
[/CODE][/quote]

This post has been edited by MarkZD on Mar 20, 2012 17:55

Hercules Elf Bot - Mar 21, 2012 22:52

Originally posted by [b]Ind[/b]
Fixed in [rev=15742]