1. #1
    Warchief Sarcasm's Avatar
    10+ Year Old Account
    Join Date
    Aug 2009
    Location
    New Zealand
    Posts
    2,052

    Cleave/Heroic Strike toggles

    As a warrior tank I have Heroic Strike tied in with my Shield Slam/Revenge/Devastates. So my macros looks like:

    /cast Shield Slam
    /cast !Heroic Strike

    My question is, when I want to use Cleave, is there any way I can change my macros so that pressing one of my skills won't toggle Cleave off and Heroic Strike on?
    Quote Originally Posted by BattlemasterSkarab View Post
    GOD's ARMAGEDDON and DOOM'S DAY!!!!!!.... Imagine that...
    4 apocalyptic horsemen
    Sky turned red
    Sun turned black
    All WoW servers down

  2. #2

    Re: Cleave/Heroic Strike toggles

    That would be something like this.

    /cast Shield Slam
    /cast [modifier:shift] Cleave; !Heroic Strike

    I'm actually unsure about where to put the "!" tbh, And I don't have WoW available to test it.
    I'll check back when I've done it tho, If you haven't gotten your answer / figured it out by then.
    Quote Originally Posted by ShitShyShoes View Post
    LFR is breeding a new generation of talentless, mindless one-shot-kill-or-go-home raiders.

  3. #3

    Re: Cleave/Heroic Strike toggles

    Try binding them elsewhere, say HS = mousewheel up, cleave = down.

    There are ways you could macro the changing of all of the macros from HS to cleave and back for when you know you'll be using aoe or single target, but that's quite complicated and can't be done in combat.

    If you are always prot, you could use a second bar with cleave macroed in everything and just get used to changing your bar.
    Nom Nom Nom [NNF] (2 points) - When you Ferocious Bite a target at or below 25% health, you have a 50/100% chance to instantly refresh the duration of your Rip on the target.

  4. #4
    Warchief Sarcasm's Avatar
    10+ Year Old Account
    Join Date
    Aug 2009
    Location
    New Zealand
    Posts
    2,052

    Re: Cleave/Heroic Strike toggles

    I don't think I was clear enough with what I meant.

    Imagine my buttons 1, 2, 3, and 4.
    1 = Shield Slam+Heroic Strike macro
    2 = Revenge+Heroic Strike macro
    3 = Devastate+Heroic Strike macro.
    4 = Cleave.

    Is there any macro I can write that will toggle HS on when I press 1, 2, or 3, but will not toggle HS on if I've pressed Cleave?
    Quote Originally Posted by BattlemasterSkarab View Post
    GOD's ARMAGEDDON and DOOM'S DAY!!!!!!.... Imagine that...
    4 apocalyptic horsemen
    Sky turned red
    Sun turned black
    All WoW servers down

  5. #5
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040

    Re: Cleave/Heroic Strike toggles

    Not possible to do with macros.

  6. #6
    Warchief Sarcasm's Avatar
    10+ Year Old Account
    Join Date
    Aug 2009
    Location
    New Zealand
    Posts
    2,052

    Re: Cleave/Heroic Strike toggles

    I had a feeling that would be the case.
    Quote Originally Posted by BattlemasterSkarab View Post
    GOD's ARMAGEDDON and DOOM'S DAY!!!!!!.... Imagine that...
    4 apocalyptic horsemen
    Sky turned red
    Sun turned black
    All WoW servers down

  7. #7

    Re: Cleave/Heroic Strike toggles

    there is a way to do this,

    make a blank macro called hs
    then make a seperate macro called toggle
    in the toggle macro type:

    /run if not InCombatLockdown() then EditMacro('hs', nil, nil, '#showtooltip\n/cast Cleave', nil); end;
    /stopmacro [modifier:shift]
    /run if not InCombatLockdown() then EditMacro('hs', nil, nil, '#showtooltip\n/cast Heroic Strike', nil); end;


    leave the hs macro blank, but drag onto action bars

    shift+click/press the toggle macro to toggle Cleave, click/press normally to toggle Heroic Strike
    then spam the hs macro


  8. #8

    Re: Cleave/Heroic Strike toggles

    Quote Originally Posted by Sarcasm
    I don't think I was clear enough with what I meant.

    Imagine my buttons 1, 2, 3, and 4.
    1 = Shield Slam+Heroic Strike macro
    2 = Revenge+Heroic Strike macro
    3 = Devastate+Heroic Strike macro.
    4 = Cleave.

    Is there any macro I can write that will toggle HS on when I press 1, 2, or 3, but will not toggle HS on if I've pressed Cleave?
    I think that
    Quote Originally Posted by Melonberry
    If you are always prot, you could use a second bar with cleave macroed in everything and just get used to changing your bar.
    would work for you no? Its actually a pretty ingenious way to get around it unless you don't have macro space.

Posting Permissions

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