Use spells when out of runes - 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: Use spells when out of runes (/thread-15633.html) |
Use spells when out of runes - kattbjorn - 07-24-2014 Hello, Yes I know that I'm a lazy boy who can't search the forum. But what I am in need of.. is a macro that uses Exori Max Frigo when im out of SDs. Could this by any chance be made? RE: Use spells when out of runes - mr. Kris - 07-24-2014 Check it: Code: 200 {Spell when SD gone} Misc.ItemCountEx(3155)<1 Self.Attacking()=1 Self.Say(exori max frigo) Exit() RE: Use spells when out of runes - kattbjorn - 07-24-2014 Looks like it works, but which one do I change to increase the wait time inbetween the shoots? // nvm fixed it. RE: Use spells when out of runes - mr. Kris - 07-24-2014 I'm happy with You |