![]() |
Drop empty vials !! - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Drop empty vials !! (/thread-8690.html) |
Drop empty vials !! - purepolska1 - 04-16-2013 need macro that drop empty vials please ! RE: Drop empty vials !! - varm - 04-16-2013 In new bbot on version 11.0 thats function doesn't work RE: Drop empty vials !! - purepolska1 - 04-16-2013 Thats why i wanted a macro, but i got it now 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()<=99999 Map.Thrown(283, 10, !X!, !Y!, !Z!) Map.Thrown(284, 10, !X!, !Y!, !Z!) Map.Thrown(285, 10, !X!, !Y!, !Z!) Exit() |