BBot - The best bot of the world

Full Version: Exori/Exori gran macro!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
u think about this ?

2000 {Safe Spellcast} Self.Mana>=400 Self.Attacking==01 Creatures.Beside>=3 Creatures.PlayersOnScreen==01 Self.Say(exori gran)
(08-30-2014, 07:19 AM)[email protected] Wrote: [ -> ]u think about this ?

2000 {Safe Spellcast} Self.Mana>=400 Self.Attacking==01 Creatures.Beside>=3 Creatures.PlayersOnScreen==01 Self.Say(exori gran)


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)