Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script to drop flasks under me.
#1
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.
#2
(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.


Forum Jump:


Users browsing this thread: 1 Guest(s)