[Macro]Gold help - 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]Gold help (/thread-16479.html) |
[Macro]Gold help - Kaiens - 10-27-2014 Hi guys i need help,so i dont know how to do a macro at all,but i need one,so i need your help.Well,I need macro which one gonna pick up all the gold from the ground,if anoyone could do it for me.I hope that it gonna be easy for u. RE: [Macro]Gold help - azadar - 10-27-2014 50 {Colect Gold} ID:=3031 X:=Self.X Y:=Self.Y Z:=Self.Z Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!) RE: [Macro]Gold help - mr. Kris - 10-28-2014 Easier: Code: 100{Pick up Gold} X:=Self.X Y:=Self.Y Z:=Self.Z Map.PickUpEx(3031, 1, 0, !X!, !Y!, !Z!, 2) |