BBot - The best bot of the world
Script to drop flasks under me. - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Script to drop flasks under me. (/thread-12871.html)



Script to drop flasks under me. - Xudam - 11-30-2013

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.


RE: Script to drop flasks under me. - Thiaguin- - 11-30-2013

(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.