Close
Showing results 1 to 8 of 8

Hybrid View

  1. #1
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by lightstriker View Post
    What's the space between the commas do? That's the only thing i couldn't find in the forums.
    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
    Now playing: WoW (Garona)

  2. #2

    Default

    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

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •