Exori/Exori gran macro! - 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: Exori/Exori gran macro! (/thread-16014.html) |
Exori/Exori gran macro! - devas - 08-29-2014 Hi guys! I just came back to the game! I forget how to made a macro: exori when theres 3 monsters above u and exori gran when theres 7 monsters above u I'm playing on PVP world, it have to be safe macro, can any1 help me? Thanks in advice ~devas RE: Exori/Exori gran macro! - [email protected] - 08-30-2014 u think about this ? 2000 {Safe Spellcast} Self.Mana>=400 Self.Attacking==01 Creatures.Beside>=3 Creatures.PlayersOnScreen==01 Self.Say(exori gran) RE: Exori/Exori gran macro! - Srox - 08-31-2014 (08-30-2014, 07:19 AM)[email protected] Wrote: u think about this ? Exori: 1000 {Safe Exori} Self.Mana>=120 Self.Attacking Creatures.Beside>=3 Self.Say(exori) exori gran: 1000 {Safe Exori Gran} 1000 {exori gran} Self.Mana>=320 Self.Attacking Creatures.Beside>=7 Self.Say(exori gran) Or like this 2000 {Safe exori gran} Self.Mana>=400 Self.Attacking==01 Creatures.Beside>=7 Creatures.PlayersOnScreen==01 Self.Say(exori gran) |