(10-07-2018, 02:14 PM)mateusn Wrote: 10 {Pick Up} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUpEx(ID, 100, 0, !X!, !Y!, !Z!, KK)
ID = item id
KK = sqm that you want it to run behind
10 {Pick Up Crystal Coin} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUpEx(3043, 100, 0, !X!, !Y!, !Z!, 8)
Ye, with that he has to copy that line for every item he possibly want to pickup, btw instead of 100 use -1, this will pickup any amount