SP normal macro help

Hey all,

I am trying to make makro, I got this far:

#showtooltip
/use 13
/cast [@focus,help,nodead][] Power Infusion
/cast [@player] Power Infusion
/castsequence reset=5 Dark Ascension, [known:Mindbender] Mindbender; [known:Shadowfiend] Shadowfiend

I want to achieve that I can use only one macro for both builds AOE and ST, the problem is castsequence combination with known… I guess :/.

What I want to do is:

  1. One spec, cast sequence will cast Dark Ascension and Mindbender
  2. Second spec, castsequence will cast only Shadowfiend, Void Eruption will be on another button.

let me know if anyone will manage to something similar or maybe alternative.

In a normal macro You can either have a cast or a castsequence - you can’t have both

WoW will see the first GCD ability and block the rest. Your macro is essentially casting power infusion then going to sleep.

Hey there, thanks for looking at this.
This macro actually works:
#showtooltip
/use 13
/cast [@focus,help,nodead][] Power Infusion
/cast [@player] Power Infusion
/castsequence reset=5 Dark Ascension, Mindbender

So you can use cast and castsequence in one macro…

At the end I ended up with two different macros, one being the above for one spec and below second one.

#showtooltip
/use 13
/cast [@focus,help,nodead][] Power Infusion
/cast [@player] Power Infusion
/cast Shadowfiend