![]() |
Macro soft boots and Exori flam. - 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 soft boots and Exori flam. (/thread-15687.html) |
Macro soft boots and Exori flam. - Firegone - 07-30-2014 Hello, i need macro. When mana will be less tan 75% it will wear softs and when the mana will be bigger than 75% it will change it on bohs. Is there any chance to do it? because i'm not good in macros. PS: I don't know how to make exori flam to attack the tarantulas, in KILLER ![]() REP for help. RE: Macro soft boots and Exori flam. - mr. Kris - 07-30-2014 Code: 700 {Soft to BOH} Self.Mana%()<=75 [jump] Self.Equip.Boots(6529) Exit() {jump} Self.Mana%()>=75 Self.Equip.Boots(3079) Exit() |