Subzero Posted January 8, 2021 Share Posted January 8, 2021 hello rathena im just found this script on my old pendrive but this script allow me use the commands every 5 hours how i can remove the delay? https://pastebin.com/v6JS1bu5 Quote Link to comment Share on other sites More sharing options...
0 Cookie-rae Posted January 9, 2021 Share Posted January 9, 2021 Just remove this line if (#pg_delay > (GetTime(7)*12*31*24+GetTime(6)*31*24+GetTime(5)*24+GetTime(3))) && (#pg_mode == 0) { mes @npc$; mes "I'm afraid you have used all your prize's for this day"; mes "Call in "+ (#pg_delay - (GetTime(7)*12*31*24+GetTime(6)*31*24+GetTime(5)*24+GetTime(3)) )+" hours later."; close; } Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted January 9, 2021 Share Posted January 9, 2021 set #pg_delay, (GetTime(7)*12*31*24+GetTime(6)*31*24+GetTime(5)*24+GetTime(3) + 5); Control Quote Link to comment Share on other sites More sharing options...
hello rathena
im just found this script on my old pendrive
but this script allow me use the commands every 5 hours
how i can remove the delay?
https://pastebin.com/v6JS1bu5
Link to comment
Share on other sites