BBot - The best bot of the world
Macro to use Strong Health Pot when have 50+ - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Macro to use Strong Health Pot when have 50+ (/thread-12013.html)



Macro to use Strong Health Pot when have 50+ - NinhoT - 09-30-2013

i need one macro to use strong health potions when the lotter push 50+ strong health to backpack, is possible?


RE: Macro to use Strong Health Pot when have 50+ - kamill - 09-30-2013

If amount of potions is 50 or higher and health less than 50% it will press F2 button. Just set F2 as strong health potion in Tibia options. If You want to use other hotkey: http://wiki.bmega.net/doku.php?id=virtual_key_codes

Misc.ItemCountEx(236)>=50
Self.Health%()<=50
Tibia.SendKey(113)