Need Help Fast Macro exani hur "up/down - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: BBot (https://forums.bmega.net/forum-3.html) +--- Forum: General (https://forums.bmega.net/forum-19.html) +--- Thread: Need Help Fast Macro exani hur "up/down (/thread-14723.html) |
Need Help Fast Macro exani hur "up/down - sonrisas - 04-20-2014 I was trying to make the character uses exani hur "up/down BUT NEVER SUCESS the character standed 1 sqm before the exani it's can some 1 explain me how to make the character standed in the rigth sqm I NEED IT xD RE: Need Help Fast Macro exani hur "up/down - daniel5441 - 04-23-2014 You should make three steps: 1. Add fixed point in the right SQM 2. Add macro Self.TurnN() 3. Add macro Self.Say(exani hur up) RE: Need Help Fast Macro exani hur "up/down - sonrisas - 04-25-2014 Can you explain me a lit bit more xD? or if u have that macros can u copy and pasted here? RE: Need Help Fast Macro exani hur "up/down - mr. Kris - 04-26-2014 (04-25-2014, 10:12 PM)sonrisas Wrote: Can you explain me a lit bit more xD? or if u have that macros He write to You all what You need. 1. In cave bot add "FIXED POINT" (waypoint) in sqm where You want exani hur up/down 2. Make and add to fixed point macro a) make macro and click option manual: Code: 100 {Turn North} Self.TurnN() 3. Make and add to fixed point macro a)make macro and click option manual: Code: 100 {Exani hur up} Self.Say(exani hur up) Code: 100 {Exani hur down} Self.Say(exani hur down) I hope that I helped |