Guardian PvE 7.2.5 (GS-E)

Hello ya’ll,

Nerdy here with a macro that I have came up with with the layout from ‘Kephas’ and made some changes to his Guardian macro to fit the rotation from Icy-Viens. I have taken out Maul and added another Mangle to the rotation. My talents are as followed 3,3,3,1,3,2,3 this may not be the best talents for the macro but with reading a lot from Icy and Noxxic and from other macros its the best I came up with. I’m lvl 105 with shit gear.

Sequences['Guardian'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Nerdy3@WoWLazyMacro",
  SpecID=104,
  Talents = "2,1,3,3,3,2,1",
  Helplink = "Single Target Rotation",
  Help = "Kephas@Earthen Ring",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@player, nostance:1] Bear Form",
        "/castsequence reset=target moonfire, null",
        "/cast Frenzied Regeneration",
      },
      PreMacro={
      },
        "/cast Moonfire",
        "/cast Thrash",
        "/cast Mangle",
        "/cast Pulverize",
        "/cast Mangle",
        "/castsequence Swipe, Swipe, Moonfire",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Ironfur",
        "/cast [combat] Barkskin",
        "/cast [combat] Rage of the Sleeper",
      },
    },
  },
}

Unable to import
Line 7, near “?”

I just took the entire line out since I use this site alot

Try again, it was 2 wrong quotations used which broke the macro and wouldn’t allow it to be imported.