Drop Vials at the floor. - 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 Vials at the floor. (/thread-16349.html) |
Drop Vials at the floor. - Seeken - 10-09-2014 Need macro wich one is dropping empty vials at the floor. RE: Drop Vials at the floor. - damiansnk - 10-09-2014 1000 {Drop Gold} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=50 Map.Thrown(3031, 50, !X!, !Y!, !Z!) 1000 {Drop vial small} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=100 Map.Thrown(285, 50, !X!, !Y!, !Z!) 1000 {Drop vial strong} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=200 Map.Thrown(283, 50, !X!, !Y!, !Z!) |