Posts: 33
Threads: 7
Joined: Jul 2013
Reputation:
0
07-18-2013, 11:43 AM
Can someone have or someone do macro for : when cap<150 he dropping items for corps in the ground. ?
Posts: 230
Threads: 10
Joined: Dec 2012
Reputation:
0
Misc.ItemCountEx(ITEMID)>0
Self.Capacity<=150
X:=Self.X
Y:=Self.Y
Z:=Self.Z
Map.Thrown(ITEMID, -1, !X!, !Y!, !Z!)
Try this macro, but it can be wrong.