Just setup manual macros in advanced attacks,
and in your macro u forgetting about {else}
and also, When creature u hit when its over 90% will stay over 90% after u use gran vis on her, it wont use any spell, because gran vis will be on cooldown.
If I were u I would made macro for each spell and put condition to it.
Made it manual
Setup in Advanced Attacking
and go on, go on...
In advanced attack put them in order, top one, the one that are used and checked if conditions are met first
and in your macro u forgetting about {else}
and also, When creature u hit when its over 90% will stay over 90% after u use gran vis on her, it wont use any spell, because gran vis will be on cooldown.
If I were u I would made macro for each spell and put condition to it.
Made it manual
Setup in Advanced Attacking
Code:
0 {gran Vis}
id:=Creature.Target()
Self.Attacking()==1
Creature.Health(!id!)>=90
Self.Say(exori gran vis)
exit ()
Code:
0 {amp Vis}
id:=Creature.Target()
Self.Attacking()==1
Creature.Health(!id!)>=50
Self.Say(exori amp vis)
exit ()
In advanced attack put them in order, top one, the one that are used and checked if conditions are met first