Arms Single-Cleave Hybrid (7.25)

This macro gets a pretty decent amount of dps due to its multi-target abilities. It’s a lot of fun to play with.

I have been lucky enough to get http://www.wowdb.com/items/137052?bonusIDs=3530 so Execute usually ends up as the second strongest dps skill after Mortal Strike with Whirlwind close behind. All three has a cleave function with is really useful in dungeons. I have taken all the recommended talents from Icy Veins except for Sweeping Strikes in the first tier to get more cleave functionality.

Sequences['Arms_Cleave'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Howlin@Bronze Dragonflight",
  SpecID=71,
  Talents = "3312122",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [nochanneling] Charge",
      },
      PreMacro={
      },
        "/cast [nochanneling] Execute",
        "/cast [nochanneling] Colossus Smash",
        "/cast [nochanneling] Mortal Strike",
        "/cast [nochanneling] Cleave",
        "/cast [nochanneling] Whirlwind",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },

The second macro is for burst AOE. I took Warbreaker out of the Cleave macro because you looked like an idiot when it cast Warbreaker first and then Charge, this puts it together with Bladestorm and Battle Cry so maybe its not the most efficient use of abilities but its awesome to watch the amount of crits flying around on the screen. :slight_smile:

Sequences['PimpedBladestorm'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Howlin@Bronze Dragonflight",
  SpecID=71,
  Talents = "3311122",
  Help = [[Pimped out Bladestorm with Battle Cry and Warbreaker cast right before for maximum effect.]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Battle Cry",
        "/cast Warbreaker",
        "/cast Bladestorm",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

Reserved

Sequences['Arms_Cleave'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Howlin@Bronze Dragonflight",
  SpecID=71,
  Talents = "3312122",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [nochanneling] Charge",
        "/cast [combat, nochanneling] Battle Cry",
      },
      PreMacro={
      },
        "/cast [nochanneling] Execute",
        "/cast [nochanneling] Colossus Smash",
        "/cast [nochanneling] Mortal Strike",
        "/cast [nochanneling] Warbreaker",
        "/cast [nochanneling] Cleave",
        "/cast [nochanneling] Whirlwind",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

SYNTAX

I fixed the box and syntax issues. I also added in the missing brackets which was also missing on the original post.

when copying from the forums you MUST alter the quotations as the forum alters these and will break the macro when people copy and paste it, you will also have people complaining about it not importing :slight_smile:

Thanks for your help guys. ???

fixed

I agree that it looks stupid when Warbreaker fires off while you are charging, probably fixable. I will give it a try.

I use AHK at 130 ms and that seems to work fine for me. I’m not into pvp so probably not the best person to help you out with that :slight_smile:

I have just lvl’ed my warrior so my gear sucks, i have not alot of points in my weapon yet. But i already love this macro, i am eagerly awaiting for the update so warbreaker does indeed not fire off while charging :slight_smile:

Great job.

Nice macro thank you

I can not take out the icon from your macro on the panel … there is a book without the possibility of transfer …

what ms are you using for AhK?

Jimmy

Can you also fix the aoe one please