Subzero Posted January 8, 2021 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
0 hikashin-rae Posted January 9, 2021 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
0 Poring King Posted January 9, 2021 Posted January 9, 2021 set #pg_delay, (GetTime(7)*12*31*24+GetTime(6)*31*24+GetTime(5)*24+GetTime(3) + 5); Control Quote
Question
Subzero
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
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.