Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Dec 2016
    Posts
    1
    Reputation
    10
    Rep Power
    0

    X potions Exit PLEASE HELP ;( im NEW in BOT

    I need script When have X Mana Potions EXIT TIBIA(QUIT TIBIA)
    and When PLAYER ON SCREEN EXIT TIBIA

    how can help me please? :

  2. #2
    Free User Talendar's Avatar
    Join Date
    Nov 2014
    Location
    Brazil
    Posts
    134
    Reputation
    20
    Rep Power
    19
    Put it in your persistents:

    Code:
    init start
         local potion = 'mana potion' -- name of the potion
         local minPot = 0 -- minimum amount of potions to logout
    init end
    
    auto(200)
    if paround() > 0 or itemcount(itemid(potion) <= minPot then
         logout()
    end
    Was it useful? Then REP+ and help me growing!

  3. #3
    Free User MenelZThais's Avatar
    Join Date
    Aug 2016
    Location
    Poland
    Posts
    253
    Reputation
    10
    Rep Power
    16
    You should rather use closeclient()

 

 

Posting Permissions

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