WoW 7.3 Prot Warrior. Yes another rendition...

Hey! I don’t normally play a prot warrior but I did my research and then built and used this for awhile.

Single Target used pretty much anywhere. I just realized that the weapon isn’t in it maybe someone can figure that out.

Sequences['Tankposse'] = {
-- This Sequence was exported from GSE 2.2.00.
  Author="someone@Staghelm",
  SpecID=73,
  Talents = "3113311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      LoopLimit=5,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Demoralizing Shout",
        "/cast Battle Cry",
      },
      PreMacro={
      },
        "/cast Ignore Pain",
        "/cast Revenge",
        "/cast Shield Slam",
        "/cast Thunder Clap",
        "/cast Devastate",
      PostMacro={
      },
      KeyRelease={
        "/cast Impending Victory",
      },
    },
  },
}

AOE only to be used when being mobed as your rage generation is not an issue at that point. Does a lot of damage.


Sequences['TankPosse_AOE'] = {
-- This Sequence was exported from GSE 2.2.00.
  Author="someone@Staghelm",
  SpecID=73,
  Talents = "3113311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/Targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/castsequence  reset=9  Devastate, Devastate, Devastate, Devastate",
        "/cast Revenge",
        "/cast Thunder Clap",
        "/cast Shield Slam",
        "/cast Battle Cry",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Follow up

(Dungeon Run Example)
Thunder Clap 21.8%
Devastate 19.4%
Shield Slam 16.7%
Deep Wounds 16.5%
Attack(auto) 15.1%
Revenge 7.7%

(Broken Shore Rare ‘solo’)
Shield Slam 19.3%
Thunder Clap 15.7%
Devastate 14.5%
Attack(auto) 12.6%
Revenge 10.9%
Titan Strike 3.7%
Titan Smash 2.4%
Impending Victory 1.9%

(Current Character stats)
Crit Strike 22%
Haste 6%
Mastery 34%

This script will probably work better if haste is higher. This character hasn’t been 110 long so different stats will probably produce different results and his gear is hodgepodge at the moment.

Vengence: revenge and Ignore pain are up constant while the other buffs seem random or on cooldown. I use charge and heroic leap on separate keys.

Just a warning on the AOE don’t use it unless your rage is maxed out. Otherwise your character will take mass damage. But at max rage it does a lot of damage.

If anyone has any suggestions don’t hesitate just speak up.

I will try to test this tonight. My warrior is similar boat as you, probably: hodgepodge gear w/ low haste.

Ive been playing around with this in PvP and its pretty great! Trying to find a pick up for the honor talents now.

Playing around with this. I am at 30% haste. works ok, but is there a way to put in a key modifier that can build rage and prep for a defensive dump with shield block? also, I notice some of the CDs are not being used on the AOE rotation. for higher M+ keys you would want those in the rotation.

So! I’ve been playing with this also and have completely abandoned it. I’m glad it’s working for PvP and I’m guessing it’s because of the high crit.

I have a new script that’s working better for tanking. I have a couple friend try it and like it. So I’ll post that. My haste is up to 16% and more of the buffs stay up now. James I’m not sure what you are saying about the AOE rotation.

Give this a try


Sequences['WProt'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Possession@Azuremyst",
  SpecID=73,
  Talents = "3113311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [nochanneling] Demoralizing Shout",
        "/cast [nochanneling] Battle Cry",
      },
      PreMacro={
      },
        "/cast Neltharion's Fury",
        "/cast [nochanneling] Shield Block",
        "/cast [nochanneling] Shield Slam",
        "/cast [nochanneling] Devastate",
        "/cast [nochanneling] Thunder Clap",
        "/cast [nochanneling] Shield Slam",
        "/cast [nochanneling] Devastate",        
      PostMacro={
      },
      KeyRelease={
        "/cast [nochanneling] Ignore Pain",
        "/cast [nochanneling] Impending Victory",
        "/cast [nochanneling] Victory Rush",
        "/cast [nochanneling] Revenge",
      },
    },
  },
}

I use it for AOE as well as single target.

Any feedback is welcome. Thank you!