(10-17-2018, 07:26 PM)Catar Wrote: can be done in advanced attack,
check template for ek, link in my signature
i saw this here is exori if 2 and exori hur if 1 wow...
i wanna macro bcse i wanna if no player exori if player exori hur
Self.Mana>=200
Creatures.Beside>=1
Creatures.PlayersOnRange(8)==0
Creatures.OnScreen==1
Self.Say(exori)
Exit()
Self.Mana>=200
Creatures.Beside>=1
Creatures.PlayersOnRange(8)>=1
Creatures.OnScreen==1
Self.Say(exori hur)
Exit()
but doesnt work help me fix it please