Here you go, have fun

Back after 9 months away from the game. The last enhance macro i made some of you may remember netted me gold logs on almost all NH bosses. I threw this together and seems to work decently.

Stormstrike and wolves on separate keys just because but for this macro it will run on its own with only wolves on a separate key.

If using auto hot key or similar program, 42ms delay works best

Sequences['ENHdps2'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Sandanglokta@Thrall",
  SpecID=263,
  Talents = "?,?,?,?,?,?,?",
  Help = [[ST - 3213113 ]],
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Stormstrike",
        "/castsequence Flametongue, Frostbrand, Earthen Spike",
        "/castsequence Stormstrike, Stormstrike",
        "/cast Rockbiter",
        "/castsequence Crash Lightning, Crash Lightning, Lava Lash",
      PostMacro={
      },
      KeyRelease={
        "/cast Doom Winds",
      },
    },
  },
}

does not let me use it. imports fine but cant drag down macro.

After importing and saving, on the main gse screen that lists all your macros, select/highlight the one you just imported/saved, and then click the “create icon” button on the bottom

This works really good also, this one doesnt include frostbrand

Sequences['ENHdps1'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Windfuhrerr@Thrall",
  SpecID=263,
  Talents = "?,?,?,?,?,?,?",
  Help = [[ST - 3213112 ]],
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
      },
      PreMacro={
        "/targetenemy [noharm][dead]",
      },
        "/cast Earthen Spike",
        "/cast Stormstrike",
        "/castsequence Rockbiter, Flametongue, Earthen Spike",
        "/cast Stormstrike",
        "/cast Rockbiter",
        "/castsequence Crash Lightning, Lava Lash",
        "/cast Stormstrike",
      PostMacro={
      },
      KeyRelease={
        "/cast Doom Winds",
        "/cast Feral Spirit",
      },
    },
  },
}

Any aoe?

I am curious if there is an aoe version as well.

Crash Lightning = AOE

brilliant! many thanks

Just curious shouldn’t Flametounge be an opener since it enhances your weapon for more damage?