Posts: 229
Threads: 35
Joined: Apr 2012
Reputation:
0
Someone can make macro to make the char face the creature?
For Exori Min.
Posts: 84
Threads: 6
Joined: Jan 2013
Reputation:
0
I didn't find a command to see where is the monster
like east south...
Posts: 861
Threads: 3
Joined: Feb 2012
Reputation:
0
[macro]3000 {Exori Min} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Mana()>=160 VarAdd(X, 1) Target.X()==X [check x2] Self.TurnE() Self.Say(Exori Min) Exit() {check x2} VarSub(X, 2) Target.X()==X [check y1] Self.TurnW() Self.Say(Exori Min) Exit() {check y1} VarAdd(Y, 1) Target.Y()==Y [check y2] Self.TurnS() Self.Say(Exori Min) Exit() {check y2} Self.TurnN() Self.Say(Exori Min) Exit()[/macro]
Waypoints By Me [Here]
BBot functions/Funções do BBot [Here]
Posts: 84
Threads: 6
Joined: Jan 2013
Reputation:
0
you should actualize the commands list haha