Jump to content

[ Script Command ] Showdigit

closed

Emistry
2012-05-13 02:10:01
rAthena Revision : r16064


erm..am i the only 1 who feel like the Showdigit command countdown count too fast ?? or anyelse else ?

i tried with a npc with this
[CODE]
prontera,155,181,5 script Sample 757,{
showdigit 60,3;
end;
}
[/CODE]

so it should make a countdown for 10 seconds right ?
and yes it work for the countdown, but the way it count...is way to fast ...

I have checked this and compare the timer countdown with several Clock ..
and i found out that .... in above script..it only took around 35 seconds to made a countdown for 60 .

is it somewhere went wrong in the source or my pc / revision problem / npc ?

[hr]
I post at the core section because i think the source code having some bug / problem with it. >.<

Ind
2012-05-13 02:42:48
The server only tells the client how much to show the timer, it doesn't update it. it's a client bug.

QQfoolsorellina
2012-05-13 05:11:00
you can try using a negative value






prontera,155,181,5 script Sample 757,{
showdigit -60,2;
sleep2 59900;
showdigit 0,3;
close;

}


Emistry
2012-05-13 13:09:13
@Ind
thx for the info , i though it is controlled by server source
xD

@QQfoolsorelina
erm..actually your method didnt fix it. haha
it become like the timer stopped at 99

QQfoolsorellina
2012-05-13 15:27:30
No , you can try my script , the countdown speed was really 1 tick/second
, but it cant stop cause I use type 2 to countdown , In order to make it like
stopped at 0 , I use [color=#006400]showdigit 0,3;[/color] /ok
×
×
  • Create New...