Signup Now
Results 1 to 3 of 3
  1. #1
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    20

    Post Save Logout if no monster been atked for 15 Mins ?!?!

    im looking for an persistent that will "save" logout when no monster was atked for 15-20 mins, so i can avoid that when script/bot messd up and keeps on loopin between dp and mana shop or somelse :P

    thanks.

  2. #2
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    something like this


    init start
    local timeToLogout = 1 -- mins

    local time = $timems -- don't touch
    init end

    auto(500)
    if maround(7) > 0 or not $connected then
    time = $timems
    end

    if $connected and $timems - time > (timeToLogout * 60 * 1000) then
    setcavebot('off')
    waitandlogout()
    end

  3. #3
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    20
    @mistgun thanks ill give it a try :P

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •