Quote Originally Posted by Ughmahedhurtz View Post
Two commas with nothing between them will allow the macro to "fall through" to the next line.

So, as an example, let's assume the following:
  • You have a ret pally
  • You want to spam crusader strike (4-second cooldown)
  • You want to drop consecrate between your Crusader Strikes
  • You press your macro button once per second

A working macro would look like:
Code:
/castsequence reset=3/combat crusader strike, , , ,
/cast consecration
Can this work for 2-3 min CDs like Psychic Horror? I have been trying for so long to work it in. I can't put it in front of the rotation; its stuck on next target/combat. I cant put it at the end; Mind Flay instant spells won't pass to it. i have even try filling the entire macro with commas. Maybe like this...?
/castsquence Mind Blast,, ,,,,
/cast Psychic Horror
Maybe have more commas than the channeling time? (instead of the usual nochanneling)
/click button3
/click button4
/castsequence mind Flay............
/cast Psychic horror
the long CD makes it so hard to test