![]() |
[MACRO] Auto 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: [MACRO] Auto Drop Empty Vials (/thread-13124.html) |
[MACRO] Auto Drop Empty Vials - maniana1 - 12-14-2013 I need macro for auto drop empty vials because this option is not working in my bot.. RE: [MACRO] Auto Drop Empty Vials - Thiaguin- - 12-14-2013 (12-14-2013, 12:31 AM)maniana1 Wrote: I need macro for auto drop empty vials because this option is not working in my bot.. bbot drop random vial 0~50 , but you can use this macro 1000 {Drop Vials} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Misc.ItemCountEx(285)>=10 Map.Thrown(285, 50, !X!, !Y!, !Z!) RE: [MACRO] Auto Drop Empty Vials - maniana1 - 12-14-2013 Ok thanks, solved. |