Issue information

Issue ID
#1619
Status
Duplicate
Severity
None
Started
Hercules Elf Bot
Jun 5, 2008 17:24
Last Post
Hercules Elf Bot
Jun 5, 2008 17:24
Confirmation
N/A

Hercules Elf Bot - Jun 5, 2008 17:24

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

When I use getnpctimer(0) to get the timetick, it returns twice the value it really is.

CODE
OnTimer5000:
    mapannounce "prt_in.gat",(getnpctimer(0)/1000)+" seconds",1;
    end;


it should display 5 seconds, but instead it is 10 seconds now.

And I searched the forum, only to find it remains a bug long ago...
http://www.eathena.ws/board/index.php?show...;hl=getnpctimer

And also, I can't get setnpctimer work, though not related...