Resto Druid Guardian Affinity DPS and Survivability 1 Button Macro

I love this macro. Let me know what you think.

Notes:
Raider Io: https://raider.io/characters/us/shattered-hand/Sivispacem
Legendaries: Ekowraith & Soul Of the Archdruid
iLvl 962

The bad thing about this macro is that it will use up your Frenzied Regeneration quickly. But that’s also a good thing.

I do all my heals via VuhDo cuz im too lazy to macro it. this gives me a nice play style to work with VuhDo.


Sequences['AdmiralSmurfsRestoTankDPS'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Admiral Smurfs",
  SpecID=105,
  Talents = "3233233",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/castsequence  reset=combat/1  Moonfire, Sunfire, null",
        "/cast [@player, nostance:1] Bear Form",
      },
      PreMacro={
      },
        "/cast [@player] Frenzied Regeneration",
        "/cast Mangle",
        "/cast Thrash",
        "/cast [@player] Ironfur",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

I can’t get this to work with the first KeyPress line left in the code.