Protection Warrior PVE 7.3.0 Flash is back!

Let me know!

Sequences["ProtST"] = {
  Author="FlashGreer",
  SpecID= 084,
  Help = "Talents:  1223312",
  Talents = "1,2,2,3,3,1,2",
  MacroVersions = {
    {
      StepFunction = "Priority",
      KeyPress = {
        "/targetenemy [noharm][dead]",
        "/cast Intercept",
      },
      "/cast Heroic Throw",
      "/cast Victory Rush",
      "/cast Shield Slam",
      "/castsequence Revenge, Ignore Pain",
      "/cast [combat]Thunder Clap",
      "/cast Devastate",
      "/cast !Shield Block",
      "/cast Victory Rush",
      KeyRelease= {
        "/cast [combat] Demoralizing Shout",
        "/cast [combat] Spell Reflection",
        "/cast [combat] Berserker Rage",
        "/cast [combat] Battle Cry",
      },
    },
  },
}

Not sure where the issue is, but the macro sometimes will work properly, others it wont run at all then pop up with a GS error claiming its broken. Great macro though. Love having shockwave back in Rot, but after messing around with this macro, i still cant find the problem.

does it give a specific message?

[quote quote=55494]Not sure where the issue is, but the macro sometimes will work properly, others it wont run at all then pop up with a GS error claiming its broken. Great macro though. Love having shockwave back in Rot, but after messing around with this macro, i still cant find the problem.
[/quote]

Had the same issue, fixed it for me by changing the SPEC ID to 73(protWar) instead of 084.

Sequences["ProtST"] = {
  Author="FlashGreer",
  SpecID=73,
  Help = "Talents:  1223312",
  Talents = "1,2,2,3,3,1,2",
  MacroVersions = {
    {
      StepFunction = "Priority",
      KeyPress = {
        "/targetenemy [noharm][dead]",
        "/cast Intercept",
      },
      "/cast Heroic Throw",
      "/cast Victory Rush",
      "/cast Shield Slam",
      "/castsequence Revenge, Ignore Pain",
      "/cast [combat]Thunder Clap",
      "/cast Devastate",
      "/cast !Shield Block",
      "/cast Victory Rush",
      KeyRelease= {
        "/cast [combat] Demoralizing Shout",
        "/cast [combat] Spell Reflection",
        "/cast [combat] Berserker Rage",
        "/cast [combat] Battle Cry",
      },
    },
  },
}

Thank you, this actually fixed it. I didnt think about the ID until i just saw this.