Enhance all in one patch 7.2.5

Like my Warrior macro this is an all in one for ease of use. 400k dps with 856 ilvl

Sequences['enhance_all_in_one'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Shamanmaw@Draka",
  SpecID=263,
  Talents = "3112213",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast Doom Winds",
      },
      PreMacro={
        "/targetenemy [noharm][dead]",
      },
        "/cast Rockbiter",
        "/cast Earthen Spike",
        "/castsequence  reset=9  Lightning Bolt",
        "/cast Flametongue",
        "/cast Crash Lightning",
        "/cast Feral Spirit",
        "/cast Stormstrike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}


if anyone has any info of why my account got changed to papapancake1 when I log in via blizzard much help is appreciated.

OMG!! Great macro!! My DPS has increased a lot off. But… One question: If I want a macro only for WQ and map, without cooldowns however with a good DPS?

PS: Sorry for my bad english :frowning:

[quote quote=50760]OMG!! Great macro!! My DPS has increased a lot off. But… One question: If I want a macro only for WQ and map, without cooldowns however with a good DPS?
PS: Sorry for my bad english ???
[/quote]
all you have to do is remove the doom winds and astral shift which would look like this.

Sequences['enhance_all_in_one'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Shamanmaw@Draka",
  SpecID=263,
  Talents = "3112213",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
        "/targetenemy [noharm][dead]",
      },
        "/cast Rockbiter",
        "/cast Earthen Spike",
        "/castsequence  reset=9  Lightning Bolt",
        "/cast Flametongue",
        "/cast Crash Lightning",
        "/cast Feral Spirit",
        "/cast Stormstrike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Works pretty well!! Thanks! :slight_smile:

Just curious, are you just manually hitting lava lash when you sit there 9 seconds with full maelstrom waiting on lightning bolt cd?