BBot - The best bot of the world
[HELP] exani hur up, cavebot - 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: [HELP] exani hur up, cavebot (/thread-15495.html)



[HELP] exani hur up, cavebot - brutox - 07-11-2014

Hello, guys!

I need a macro to give ''exani hur up'' and ''exani hur down'' in cavebot!



Thx!!


RE: [HELP] exani hur up, cavebot - Avanrel - 07-12-2014

0 {Exanidown} Self.TurnE() Self.Say(exani hur "down)

Green color means ur face facing east, u can choose betwen east (E), north (N), south (S) and west (W).

0 {Exaniup} Self.TurnW() Self.Say(exani hur "up)

Green color means ur face facing west, u can choose betwen west (W), north (N), south (S) and east (E).


RE: [HELP] exani hur up, cavebot - mr. Kris - 07-12-2014

i think better to do one macro for one function (TurnX, exani hur up and exani hur down)


RE: [HELP] exani hur up, cavebot - Avanrel - 07-12-2014

Dont have any idea how to do Smile
Because Self.TurnX is diffrent in both cases. He is fronting in 2 diffrent ways.


RE: [HELP] exani hur up, cavebot - mr. Kris - 07-12-2014

Quote:choose what You need:
0 {TurnN} Self.TurnN() Exit()
0 {TurnE} Self.TurnE() Exit()
0 {TurnS} Self.TurnS() Exit()
0 {TurnW} Self.TurnW() Exit()
and
Quote:0 {Exani Hur Down}Macro.Wait(500) Self.Say(exani hur "down) Exit()
and
Quote:0 {Exani Hur Up}Macro.Wait(500) Self.Say(exani hur "up) Exit()

Add fixed points and two waypoints with macro - first TurnX, second exani hur up/down