12-15-2012, 03:42 AM
For that you need to use a macro, type
The command Map.PickUp(ID, Count, Container, X, Y, Z) pick up an item on the ground.
List of commands
Code:
1000 {Pick Up Loot} item:=ID_Item X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUp(!item!, -1, 0, !X!, !Y!, !Z!)The command Map.PickUp(ID, Count, Container, X, Y, Z) pick up an item on the ground.
List of commands
