BBot - The best bot of the world
Push Itens [Macro] - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html)
+--- Thread: Push Itens [Macro] (/thread-4845.html)



Push Itens [Macro] - Hunger - 10-07-2012

Good for bagloots, take spears, vials and other itens.


Macro:
Code:
ID:=3031  ## ID OF ITEM ON GROUND
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!)

How use this macro? Click Here



RE: Push Itens [Macro] - Warr - 10-07-2012

I have this, but thanks Big Grin


RE: Push Itens [Macro] - Hunger - 10-08-2012

What? It is for all community.


RE: Push Itens [Macro] - japanpl - 02-07-2013

what should I do when i want more items in one macro?


RE: Push Itens [Macro] - Hunger - 02-07-2013

Add more macros