![]() |
Macro for using Spells - 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 for using Spells (/thread-20064.html) |
Macro for using Spells - cyka2015 - 07-01-2016 Hey can anyone give me a such a macro to use Exori when 2-3 gs and Exori gran when 4+(included 4 GS) are here? Thanks in advance I also would like to ask is here any theard that contain most of macros ? ^^ RE: Macro for using Spells - kaiquegabriel - 07-07-2016 exori gran Code: 800 {Exori gran} Creatures.ByNameBeside(Giant Spider)>=4 Self.Say(exori gran) exori Code: 1000 {Exori gran} Creatures.ByNameBeside(Giant Spider)>=2 Self.Say(exori) RE: Macro for using Spells - Catar - 07-07-2016 just set that up as manual and put in advanced attack. works much better RE: Macro for using Spells - cyka2015 - 07-07-2016 Thanks guys will try it soon ![]() |