(06-29-2014, 07:17 PM)Artur Noronha Wrote: 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
(06-29-2014, 07:31 PM)Chudy1991 Wrote: hello kris
i need a macro, to equip soft boots if mana is lower than 55%, and equip Depth Calcei when is aboce 55%.
also if soft boots become worn soft boots, wear depth calcei only
can you do it bro?
giving reputation anyway for your great work for this forum anyway
Hmmmm i can do that try this two macros
Quote:700 {Soft to Calcei} Misc.ItemCountEx(6530)<1 Self.Mana%()<=55 [jump] Self.Equip.Boots(6529) Exit(){jump} Self.Mana%()>=55 Self.Equip.Boots(13997) Exit()
Quote:700 {Calcei} Misc.ItemCountEx(6530)>0 Self.Equip.Boots(13997) Exit()
Look ID Yours soft boots and edit when my ID is incorrect
6530 = worn soft boots
6529 = soft boots
macros tested on Shadowcores and works
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.