11-30-2013, 01:29 PM
(11-30-2013, 07:47 AM)Xudam Wrote: I need a script to drop flasks on the ground under myself, i got this one;
Quote:3000 {Drop Empty Flask} X:=Self.X() Y:=Self.Y() Z:=Self.Z() X1:=1 Y1:=1 VarAdd(X, !X1!) VarSub(Y, !Y1!) Self.Capacity()<=999 Map.Thrown(283, 100, !X!, !Y!, !Z!) Exit()
But it drops the flasks beside me on newly killed monsters which makes the bot unable to loot them.
1000 {Drop Vials} X:=Self.X() Y:=Self.Y() Z:=Self.Z() VialID:=283 Misc.ItemCountEx(!VialID!)>=5 Map.Thrown(!VialID!, 100, !X!, !Y!, !Z!)
try this macro.