Prot Raid 7.3.2

This is my Prot raid, and really I use it for all PvE content. This is my first attempt at this macro. It is based off another macro that I updated for the T21 2p w/T20 4p. Let me know what you think.

Sequences['Prot_ABT'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Baelavel@Kirin Tor",
  SpecID=73,
  Talents = "3211111",
  Help = [[This build is for T21 2p and T20 4p. Leggos used are Manno and Walls Fell. If rage generation is not high enough then use SotB leggo instead and put Demo Shout back in rotation. It takes Demo Shout out of rotation so that you can use it as an external CD. IF you want to add it back in add a modifier to it. I have  IP separate since the premise is that when Battle Cry is up you will be rage capping. Use this https://wago.io/N1Ub3_ouZ WeakAura for the IP icon to track absorb amount. Use this WeakAura for better Rage visual: https://pastebin.com/Hnu4qjkm]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Shield Block",
      },
      PreMacro={
      },
        "/castsequence Shield Slam",
        "/castsequence  [combat] Thunder Clap",
        "/castsequence Revenge",
      PostMacro={
      },
      KeyRelease={
	"/cast [combat] Berserker Rage",
        "/cast [combat] Battle Cry",
      },
    },
  },
}
1 Like