06-30-2014, 09:24 AM
(This post was last modified: 06-30-2014, 09:30 AM by Artur Noronha.)
Quote:(06-29-2014, 10:24 PM)mr. Kris Wrote: [quote='Artur Noronha' pid='90351' dateline='1404069428']
I need a macro that stops reconnect when the char logout because low stamina or low mana potions.
so make macro with Tibia.Close()
low stamina:
Quote:100 {Stamina Logout} Self.StaminaMins<1000 Cavebot.Stop Status.Battle()==0 Tibia.Close() Exit()
low mana potions (bp with potions must be opened) - this macro turn on when You have opened BP
Quote:100 {Manas Logout} Misc.ItemCountEx(ID MANAS)<5 Cavebot.Stop Status.Battle()==0 Tibia.Close() Exit()/\ add ID yours mana potions
Stamina Logout works fine
but Manas Logout, the tibia close no necessity when the bot is going to deposit itens on dp. I would like that tibia doesnt close when the backpack is closed.
If you know another way to help me. Thank you
