![]() |
Drop Empty Vial - 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 Vial (/thread-11038.html) |
Drop Empty Vial - Majaki - 07-23-2013 My bbot not dispose of empty bottles. I have selected the option "drop empty vial" RE: Drop Empty Vial - voonart - 07-23-2013 (07-23-2013, 09:40 PM)Majaki Wrote: My bbot not dispose of empty bottles. I have selected the option "drop empty vial" Where 285 is ID of empty potion vial (u can check it by pressing alt+f8 and looking at item, ID should be shown on top left side of window) 5 - number of vials to drop 1000 {DropVial} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Thrown(285, 5, !X!, !Y!, !Z!) RE: Drop Empty Vial - November - 07-23-2013 (07-23-2013, 09:40 PM)Majaki Wrote: My bbot not dispose of empty bottles. I have selected the option "drop empty vial" the bot will drop them at a random number to look more like a human instead of throwing every single vial. No human would do this :p the function works dont worry RE: Drop Empty Vial - Majaki - 07-24-2013 THX ![]() |