BBot - The best bot of the world
Need Safe Exori Macro! - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Need Safe Exori Macro! (/thread-5359.html)



Need Safe Exori Macro! - Xudam - 11-13-2012

I used this,
2000 {Safe Spellcast} Self.Mana>=200 Self.Attacking Creatures.Beside>=3 Creatures.PlayersOnScreen=01 Self.Say(exori)

And got white skull, its not safe atall!

I need a Exori macro that wont use it if anyone is on my screen, exept monsters!


RE: Need Safe Exori Macro! - assae - 11-13-2012

2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=2 [exoriGran] Self.Mana()>=150 Self.Say(exori) Exit() {exoriGran} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=4 Self.Mana()>=340 Self.Say(exori gran) Exit()

Try this out Smile Macro was made by Dexter, not by me Smile


RE: Need Safe Exori Macro! - Xudam - 11-13-2012

(11-13-2012, 08:52 PM)assae Wrote: 2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=2 [exoriGran] Self.Mana()>=150 Self.Say(exori) Exit() {exoriGran} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=4 Self.Mana()>=340 Self.Say(exori gran) Exit()

Try this out Smile Macro was made by Dexter, not by me Smile

im lvl 84 dont got exori gran.


RE: Need Safe Exori Macro! - Dexter - 11-14-2012

Try this:
Code:
2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=2 Self.Mana()>=150 Self.Say(exori) Exit()



RE: Need Safe Exori Macro! - Xudam - 11-14-2012

2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=2 Self.Mana()>=150 Self.Say(exori) Exit()

is this rly safe ?


RE: Need Safe Exori Macro! - shibby - 11-14-2012

(11-14-2012, 02:51 PM)Xudam Wrote: 2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=2 Self.Mana()>=150 Self.Say(exori) Exit()

is this rly safe ?

Yes, it is. Just tested now, and works perfect