![]() |
Macro please? - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Macro please? (/thread-4973.html) |
Macro please? - kushpally - 10-16-2012 I need a macro script that uses strong mana pots if they are present, and mana pots as default RE: Macro please? - Hunger - 10-17-2012 Self.Mana(<500) quantPots:=0 Misc.ItemCountEx(237)=!quantPots! [OnquantPots] Hotkey.Use(237) Exit {OnquantPots} Hotkey.Use(268) Exit How Add a Macro http://forums.bmega.net/showthread.php?tid=6378 |