![]() |
How to make to use spell "exani hur up/down" - 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: How to make to use spell "exani hur up/down" (/thread-5117.html) |
How to make to use spell "exani hur up/down" - Soken - 10-27-2012 How to make to use spell "exani hur up/down"... RE: How to make to use spell "exani hur up/down" - nizlov - 10-27-2012 Add this macro to Advanced Tools -> Macros: Code: 0 {Exani Hur Up} Self.TurnE() Self.Mana()>=50 Self.Say(exani hur "up") Self.TurnN = Turning North Self.TurnE = Turning East Self.TurnS = Turning South Self.TurnW = Turning West Now go to the cavbebot and choose: Add -> Codes/Labels -> Macro -> choose Exani Hur Up And this is exani hur "down" macro: Code: 0 {Exani Hur Down} Self.TurnE() Self.Mana()>=50 Self.Say(exani hur down") |