Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with a few macros.
#3
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

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 ()
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
Reply


Messages In This Thread
Problem with a few macros. - by Marcos Rosa - 01-11-2016, 05:51 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)