![]() |
If cap lover than 40, 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: If cap lover than 40, drop empty vials (/thread-13830.html) |
If cap lover than 40, drop empty vials - Dizek - 02-02-2014 Hello. I need macro that will drop empty vials if camp is lower than 40. Vial ID is 285 Sorry for my english. RE: If cap lover than 40, drop empty vials - Pezcadinho druid - 02-02-2014 Misc.ItemCountEx(285)>=1 Self.Capacity<=40 X:=Self.X Y:=Self.Y Z:=Self.Z Map.Thrown(3351, -1, !X!, !Y!, !Z!) |