systemD2540 Posted July 10, 2017 Posted July 10, 2017 Hi everyone , I tried to create my item funtion on the call script I want to try @afk > wait 5 miniute > log out from servers But doesn't works anyways Sorry, my bad in english Quote
0 Cyro Posted July 10, 2017 Posted July 10, 2017 - script ANTIAFK -1,{ OnPCLoginEvent:s Sleep2 5000; if (checkidle(strchrinfo(0)) >= 5) atcommand "@kick "+strcharinfo(0); goto OnPCLoginEvent; } Quote
0 systemD2540 Posted July 10, 2017 Author Posted July 10, 2017 Sorry it is't , mean we use item[@afk] and next steps > have free time 5 miniute before > log out > Charecter Online with AFK Quote
0 Cyro Posted July 11, 2017 Posted July 11, 2017 7 hours ago, systemD2540 said: Sorry it is't , mean we use item[@afk] and next steps > have free time 5 miniute before > log out > Charecter Online with AFK you can use this one, just use addtimer https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L6229-L6257 Quote
0 systemD2540 Posted July 11, 2017 Author Posted July 11, 2017 Yes i have src AFK and working But when i use Item AFK atcommend @afk; not deley for 5 miniute before log out Quote
Question
systemD2540
Hi everyone , I tried to create my item funtion on the call script
I want to try @afk > wait 5 miniute > log out from servers But doesn't works anyways
Sorry, my bad in english
4 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.