Enhancement 7.1.5 "1212222" ST

I submit for your consideration my enhancement macro. Set to 100ms spam.
Appreciate feedbacks/improvements/criticisms

Weapon ilvl 905, character ilvl 882, about 397k dps on 5 mins run

Flaw : Manually start fury of air once a few seconds in… and may need to turn it on from time to time

Changelog
v1.0 - initial attempt
v1.1 - alternate macro using boulderfist/tempest/crash lightning

Sequences['EnhST'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="The Hand of Guldan",
  SpecID=263,
  Talents = "1212222",
  Help = "Enhancement single target,Multiple modifiers | Ctrl = Restart fury of air | Shift = Stormstrike more | Alt = Lava Lash dump",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast [mod:ctrl] Fury of Air",
        "/cast [mod:shift] Stormstrike",
        "/cast [mod:alt] Lava Lash",
        "/cast [nomod, combat] Windsong",
        "/castsequence [nomod, combat] Feral Spirit, Crash Lightning",
        "/cast [nomod, combat] Lightning Bolt",
        "/cast [nomod, combat] Stormstrike",
        "/castsequence [nomod] Flametongue, Rockbiter, Rockbiter, Rockbiter, Lava Lash",
        "/cast [nomod] Rockbiter",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
        "/cast [combat] Doom Winds",
      },
    },
  },
}

Here’s an alternate version compatible with switching around windsong/boulderfist, overcharged/tempest, and uses crash lightning. ( I seem to sim better with this, damn fury of air/overcharge is a lie! )

Sequences['EnhST2'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="The Hand of Guldan",
  SpecID=263,
  Talents = "3212122",
  Help = "Enhancement single target,Multiple modifiers | Ctrl = Restart fury of air | Shift = Stormstrike more | Alt = Lava Lash dump",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast [mod:ctrl] Fury of Air",
        "/cast [mod:shift] Stormstrike",
        "/cast [mod:alt] Lava Lash",
        "/cast [combat] Doom Winds",
        "/cast [nomod, combat] [talent:1/1] Windsong; [talent:1/3] Boulderfist",
        "/cast [nomod, combat] Stormstrike",
        "/castsequence [nomod, combat] Feral Spirit, Crash Lightning, Lava Lash, Lava Lash, Lava Lash",
        "/cast [nomod, combat] [talent:5/1] Stormstrike; [talent:5/2] Lightning Bolt",
        "/castsequence [nomod] Flametongue, Crash Lightning, Boulderfist, Boulderfist, Lava Lash",
        "/cast [nomod] [talent:1/1] Rockbiter; [talent:1/3] Boulderfist",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

. Reserving this space after testing

I tried to import and it says unable to import. maybe taco will havce better luck and let us know

Join two rows in Help and it will import.

Thanks Patrick. Updated original post - some typos/joined the two rows in help…etc.