7.3 Arms Warrior Update of my popular macro from 7.0

TALENT CHOICES CAME FROM ICYVEIGNS OPTIMUM CHOICE LIST

This is a Macro for single Target and Cleave situations. It can work for some AoE also, but not specialized for it. My warrior isnt 110, so bare with me. It came up with 97% uptime on trauma, 89% on mortal wounds 75% on collussol smash. I am betting those numbers will be much better on a 110 with good gear and actual AP.

Sequences['ARMS'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Flashgreer@Wowlazymacros.com",
  SpecID=71,
  Talents = "1,3,1,2,1,2,2",
  Help = [[This Macro is for Single Target and Cleave Situations.]],
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/castsequence  reset=target/combat  Execute, Execute, Mortal Strike",
        "/cast Charge",
        "/castsequence  reset=target/10  Colossus Smash, Mortal Strike, Mortal Strike, Warbreaker, Battle Cry, Bladestorm, Mortal Strike, Warbreaker, Battle Cry, Mortal Strike, Mortal Strike",
        "/castsequence  reset=target/10  Colossus Smash, Mortal Strike, Mortal Strike, ",
        "/castsequence  reset=target/10  Colossus Smash, Mortal Strike, Mortal Strike, ",
        "/cast Whirlwind",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences[‘ARMS’] = {
– This Sequence was exported from GSE 2.2.03.
Author="Flashgreer@Wowlazymacros.com",
SpecID=71,
Talents = “1,3,1,2,1,2,2”,
Help = [[This Macro is for Single Target and Cleave Situations.]],
Default=1,
Icon=‘INV_MISC_QUESTIONMARK’,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/targetenemy [noharm][dead]”,
},
PreMacro={
},
“/castsequence reset=target/combat Execute, Execute, Mortal Strike”,
“/cast Charge”,
“/castsequence reset=target/10 Colossus Smash, Mortal Strike, Mortal Strike, Warbreaker, Battle Cry, Bladestorm, Mortal Strike, Warbreaker, Battle Cry, Mortal Strike, Mortal Strike”,
"/castsequence reset=target/10 Colossus Smash, Mortal Strike, Mortal Strike, ",
"/castsequence reset=target/10 Colossus Smash, Mortal Strike, Mortal Strike, ",
“/cast Whirlwind”,
PostMacro={
},
KeyRelease={
},
},
},
}