Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Push Itens [Macro]
#1
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
#2
I have this, but thanks Big Grin
#3
What? It is for all community.
#4
what should I do when i want more items in one macro?
#5
Add more macros


Forum Jump:


Users browsing this thread: 1 Guest(s)