Subzero Posted January 8, 2021 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 60 Reputation: 0 Joined: 07/25/16 Last Seen: August 5, 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 hikashin-rae Posted January 9, 2021 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 213 Reputation: 24 Joined: 01/14/13 Last Seen: 9 hours ago 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 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 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...
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
Link to comment
Share on other sites
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.