Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Safe Exori Macro!
#1
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!
#2
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
#3
(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.
#4
Try this:
Code:
2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=2 Self.Mana()>=150 Self.Say(exori) Exit()
#5
2000 {AutoAreaAttack} Creatures.PlayersOnRange(4)<=1 Creatures.Beside()>=2 Self.Mana()>=150 Self.Say(exori) Exit()

is this rly safe ?
#6
(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


Forum Jump:


Users browsing this thread: 1 Guest(s)