03-03-2014, 12:23 AM
(03-03-2014, 12:16 AM)AriusCorn Wrote: Doesn't work
jeje, sorry, you need to start whit the cap, i cant test it right now, but im goint to leave the script i use to pick up spears from the ground.
Misc.ItemCountEx(3277)<=9
X:=Self.X
Y:=Self.Y
Z:=Self.Z
Map.PickUpEx(3277, 5, 1, !X!, !Y!, !Z!, 5)
so, if u want to pick up vials, sould be comething like
Self.Capacity()>50
X:=Self.X
Y:=Self.Y
Z:=Self.Z
Map.PickUpEx(item id, 5, 1, !X!, !Y!, !Z!, 5)