My own Protection Warrior macro... please be gentle!.. HP poss..

Hi,

I mainly use this in M+ and alt runs in NH normal, This macro keeps Shield slam and Thunder clap on CD, Ignore pain up most of the time, Shield block up alot, i finished 2nd in the healing in some NH normal fights, (have the bracers too) It has no defensive CD’s other than IP and SB, as you need to activate those your self, as damage is situational. I also do 250/280k dps on a single target dummy … as SS is never off CD… its a simple yet effective macro, I’m looking for constructive criticism,

I done use any auto click… just press the key myself. so if anyone can help those auto clickers out, that will be great.

Cheers Darko!

Sequences['Prot'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="????????@Draenor",
  SpecID=73,
  Talents = "3222112",
  Default=1,
  MacroVersions = {
    [1] = {
      Trinket1=false,
      Trinket2=false,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startAttack",
        "/cast Ignore Pain",
        "/cast Shield Block",
        "/cast Battle Cry",
      },
      PreMacro={
      },
        "/cast Shield Slam",
        "/cast Thunder Clap",
        "/cast Shield Slam",
        "/cast Thunder Clap",
        "/cast Revenge",
        "/cast Victory Rush",
        "/cast Devatator",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Done!. :slight_smile:

[quote quote=47781]Someone please Box it… =/ im a noob sorry
[/quote]

As requested

Sequences['Prot'] = {
--This Sequence was exported from GSE 2.1.00.
Author="????????@Draenor",
SpecID=73,
Talents = "3222112",
Default=1,
MacroVersions = {
[1] = {
Trinket1=false,
Trinket2=false,
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/startAttack",
"/cast Ignore Pain",
"/cast Shield Block",
"/cast Battle Cry",
},
PreMacro={
},
"/cast Shield Slam",
"/cast Thunder Clap",
"/cast Shield Slam",
"/cast Thunder Clap",
"/cast Revenge",
"/cast Victory Rush",
"/cast Devatator",
PostMacro={
},
KeyRelease={
},
},
},
}

For future reference, heres how you box it

At the top of your posting box you will see buttons marked b,i,b-quote etc
Press the button that says code
Then post your macro
Press the code button once again
submit

Woohoo!.. cheers… its easy lol many thanks