Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Safe exori ?
#13
(11-11-2013, 06:59 PM)Dexter Wrote: [macro]2000 {Safe Spellcast} Self.Mana()>=200 Self.Attacking()==1 Creatures.Beside()>=3 Creatures.PlayersOnScreen()<=1 Self.Say(exori)[/macro]

This way is correct.

When you are hunting, click the debug option in macro editor and post here the contents of the debug.

content of the debug is :
Start-Of-Macro

Self.Mana returned 139
[False] Self.Mana>=200
[@] Exit of macro

End-Of-Macro

and this when i had 3 creatures on me with enough mana required

Start-Of-Macro

Self.Mana() returned 240
[True] Self.Mana()>=200

Self.Attacking() returned 0
[False] Self.Attacking()==1
[@] Exit of macro

End-Of-Macro

EDIT : FINALLY FIXED !
The right command is as follows :

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


Messages In This Thread
Safe exori ? - by KarimEhab - 11-11-2013, 12:38 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)