11-30-2013, 07:47 AM
I need a script to drop flasks on the ground under myself, i got this one;
But it drops the flasks beside me on newly killed monsters which makes the bot unable to loot them.
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.