![]() |
How to make bot drop empty vials? - 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: How to make bot drop empty vials? (/thread-14173.html) |
How to make bot drop empty vials? - Lindman112 - 02-27-2014 I always check "Drop empty vials" in my >Basic Function< section but nothing happens, and i've tried to find a macro for dropping vials but I cant find anything anywhere. Can someone please help me? RE: How to make bot drop empty vials? - Nobody93 - 02-27-2014 It works, but bbot drop empty vials randomly, You must wait for ~40-60 empty vials RE: How to make bot drop empty vials? - szmeryk - 02-27-2014 Yea same man , my bot doesent drop vials and go to Fix point after this stupid update. RE: How to make bot drop empty vials? - Ruleoxd - 03-02-2014 (02-27-2014, 12:36 AM)Lindman112 Wrote: I always check "Drop empty vials" in my >Basic Function< section but nothing happens, and i've tried to find a macro for dropping vials but I cant find anything anywhere. Can someone please help me? Try this my friend ![]() Code: 3000 {Drop Empty Flask} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Thrown(285, 100, !X!, !Y!, !Z!) Exit() Rep++ |