1. #1

    Help with warrior macro

    I have a macro that combines Cleave and Thunder Clap:

    #showtooltip
    /cast Cleave
    /cast Thunder Clap(Battle, Defensive Stance)

    I want to combine that macro into a modifier macro where if I use the hotkey I Thunder Cleave, but if I hit Shift+hotkey then I Demoralizing Shout. Anyone know how to go about this? I know how to make modifier macros but not when they include other macros or a modifier that will be casting more than one ability. Is this possible?

  2. #2
    Haha I love how you call it Thunder Cleave, I have a very similar macro and thought I was the only one who called it that.

    Try this dude:
    Code:
    #showtooltip
    /cast [mod:shift]Demoralizing Shout
    /stopmacro [mod:shift]
    /cast Thunder Clap
    /cast Cleave

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    Works perfectly, thanks

Posting Permissions

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