Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Logout after "x" minutes
#1
Wink 
I believe that logging out multiple chars at the same time, everytime GM logs in, might lead up to a chain-ban.

So I wanted to ask if it´s possible if vip on logout after "x" min.
Reply

#2
Hello.

I didn't tested, but this code should work.
It will logout after a random time (IN SECONDS) default 60-600 seconds (1-10 minutes) if the vip character goes offline.
If you don't have the character on your vip list, it will be considered offline as well.

local VIP_CHARACTER = "Player'Name"
local TIME = { MIN = 60, MAX = 600 } -- SECONDS

if connected() and not isviponline(VIP_CHARACTER) then
    wait(TIME.MIN * 1000, TIME.MAX * 1000)
    logout()
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016