Macro ammo refil - 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 ammo refil (/thread-18943.html) |
Macro ammo refil - Catar - 12-12-2015 For people who have issue with built in Re-User ammo (sometimes puts in other things than I want to - like gold - or puts it too late) here's a simple macro Code: 5000 {ammo} coINF:=Self.Inventory.Ammunition() ileINF:=Self.Inventory.Ammunition.Count() !coINF!<>!ammoid! [else] Self.Equip.Ammo(!ammoid!) exit() {else} !ileINF!<10 Self.Equip.Ammo(!ammoid!) exit() REMEMBER to put your Bolt / arrow ID in variables i use infernal bolts Code: ammoid=6528 edit: please move thread to free scripts/ macros i put here by accident |