Leveling Prot Warrior

With BFA coming out soon I wanted to make a new allied Warrior. I like leveling in dungeons and tanks are pretty much an instant queue so Prot was the choice. I couldn’t find a good leveling macro so I created this macro to work for me at level 24 and it works quite well. As I get new abilities, I will add them to the macro.

I set this up to use mods, but feel free to ignore them and simply bind charge, pummel, and taunt to other keys. If you would like to use the mods Ctrl will charge, Shift will pummel, and Alt will taunt. The macro is really basic, but at level 24 or so it doesn’t need to be complex. I am running it at 30ms right now and it’s working well although I don’t think it matters much. 80-100 would likely be fine as well.

Sequences['Leveling_Warrior'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Jeremiah",
  SpecID=73,
  Talents = "3",
  Help = [[Currently running it at 30ms, but I don't think it makes much of a difference
Press Alt to taunt
Press Shift to Pummel
Press Control to Charge]],
  Default=1,
  PVP=0,
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [mod:alt] Taunt",
        "/cast [mod:shift] Pummel",
        "/cast [mod:ctrl] Charge",
      },
      PreMacro={
      },
        "/cast Shield Slam",
        "/cast Shield Block",
        "/cast Thunder Clap",
        "/cast Victory Rush",
        "/cast Revenge",
        "/cast Devastate",
      PostMacro={
      },
      KeyRelease={
        "/cast Shield Block",
        "/cast Ignore Pain",
        "/cast Spell Reflection",
        "/cast Demoralizing Shout",
        "/cast Revenge",
      },
    },
  },
}

do you have a updated talents for this spec