Signup Now
Results 1 to 5 of 5
  1. #1
    Free User
    Join Date
    May 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0

    Post Need disconect with X potions PLEASE

    need action to pause cavebot and logout when have "x" mana potions please.

  2. #2
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    auto(100)
    if itemcount("mana potion") < 10 then
    closeclient()
    end


    i think this one should help

  3. #3
    Free User
    Join Date
    May 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    will close client but if have monster ?
    this action just exit tibia ?
    need pause bot and logout when no have battle.

  4. #4
    Free User
    Join Date
    Apr 2014
    Location
    Netherlands
    Posts
    219
    Reputation
    13
    Rep Power
    21
    @caduurossi,

    so what you want is to close the client if you have less than 'x' mana potions and no battle sign.

    Can't you make an action in the waypoints that checks for mana potions and if less then gotolabelxxx to logout there?

    here's the code you want:
    if not $battlesigned and itemcount('mana potion') <= 10 then
    logout()
    wait(800,1200)
    closeclient()

  5. #5
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    remember if you want to repeat then make

    auto(100)


    or make somewaypoints to go safe place and logout

 

 

Posting Permissions

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