Issue information

Issue ID
#4366
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 26, 2010 0:35
Last Post
Hercules Elf Bot
Apr 19, 2012 10:08
Confirmation
N/A

Hercules Elf Bot - Jul 26, 2010 0:35

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

Several statuses display an incorrect time when active.

For example, Hiding's intermittent timer tick is 1000ms therefore the source is only sending 1second to the client.
CODE
clif_status_change(bl,StatusIconChangeTable[type],1,tick);

Perhaps storing the full tick at the beginning of status_change_start and using that instead would be better, to display the whole time (accounting to change it to -1 if the icon is not meant to have a timer).

Hercules Elf Bot - Jan 4, 2012 4:17

Originally posted by [b]Ind[/b]
was fixed by GodLesZ in a previous revision (since RREmu/[rev=15009])