PVE Prot Warrior 7.1.5

Hi All

So I have been asked to make (or share) my Prot warrior macro that I use

So after some consideration I have decided to share it how I use it. Things you need to know off hand. You need make sure that nothing is bound to the key you put the macro under as Shift Ctrl or Alt.

Eg. If you put the macro on Button 1. Make sure Shift 1 , Ctrl 1 and Alt 1 does nothing else you wont be able to use this macro effectively.
The macro is in my 8 slot so it dont interfere with anything on my side

Ok so here goes and I hope you enjoy

Holding Shift trigger - Ignore Pain
Holding Ctrl trigger - Revenge
Holding Alt trigger - in order of availability - Shield Block (until no more charges are available) then Victory Rush (if available) and then only Nelth Fury

The rest is building and the macro runs on 300ms smooth if you want to use AHK to trigger it.


Sequences['BladeProt'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="Blademïst@Twilight's Hammer",
  SpecID=73,
  Talents = "1213122",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Ring1=true,
      Ring2=true,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [mod:shift] Ignore Pain",
        "/cast [mod:alt] Shield Block",
        "/cast [combat] Battle Cry",
      },
      PreMacro={
      },
        "/cast Shield Slam",
        "/cast [mod:ctrl] Revenge",
        "/cast [combat] Thunder Clap",
        "/cast [mod:alt] Victory Rush",
        "/cast [mod:alt] Neltharion's Fury",
        "/cast [combat] Shockwave",
      PostMacro={
      },
      KeyRelease={
        "/cast Spell Reflection",
      },
    },
  },
}