Advertisement
Blocknroll

(7.2.0) Prot Paladin GSE2 (15th May 2017)

May 15th, 2017
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.62 KB | None | 0 0
  1. Sequences['GH_Pal_Prot'] = {
  2. -- This Sequence was exported from GSE 2.0.14.
  3.   Author="Ohmyhero@Draenor",
  4.   SpecID=66,
  5.   Talents = "2132122",
  6.   Helplink = "https://www.warcraftlogs.com/rankings/character/13736954/12/#metric=dps",
  7.   Help = "Updated: 15th May '17 (7.2.0) Based on Rank 1 (Mythic HoV) talents, chosen proactively for maximum DPS. This macro includes two versions, V1 (Default) and V2 for Mythic and  Raiding. By default, V1 will automate Shield of the Righteous (SotR); in Mythic and Raiding (V2) will not use SotR. In use: open with Avenging Wrath manually and use Blinding Light as needed. This addon does not attempt CDs. Finally, V3 includes Eye of Tyr artifact ability; to use V3 you will need to specify V3 as Default via GS in game or by editing Default = 1 to Default = 3 in this file.",
  8.   Default=1,
  9.   Raid=2,
  10.   Mythic=2,
  11.   MacroVersions = {
  12.     [1] = {
  13.       StepFunction = [[Sequential]],
  14.       KeyPress={
  15.         "/targetenemy [noharm][dead]",
  16.       },
  17.       PreMacro={
  18.       },
  19.         "/cast Avenger's Shield",
  20.         "/castsequence  reset=7  Consecration, Consecration",
  21.         "/cast [combat] Seraphim",
  22.         "/castsequence  reset=6  Judgment",
  23.         "/castsequence  reset=14  Shield of the Righteous",
  24.         "/cast !Consecration",
  25.         "/cast Avenger's Shield",
  26.         "/cast Judgment",
  27.         "/cast !Blessed Hammer",
  28.       PostMacro={
  29.       },
  30.       KeyRelease={
  31.         "/startattack",
  32.       },
  33.     },
  34.     [2] = {
  35.       StepFunction = [[Sequential]],
  36.       KeyPress={
  37.         "/targetenemy [noharm][dead]",
  38.       },
  39.       PreMacro={
  40.       },
  41.         "/cast Avenger's Shield",
  42.         "/castsequence  reset=7  Consecration, Consecration",
  43.         "/cast [combat] Seraphim",
  44.         "/castsequence  reset=6  Judgment",
  45.         "/cast !Consecration",
  46.         "/cast Avenger's Shield",
  47.         "/cast Judgment",
  48.         "/cast !Blessed Hammer",
  49.       PostMacro={
  50.       },
  51.       KeyRelease={
  52.         "/startattack",
  53.       },
  54.     },
  55.     [3] = {
  56.       StepFunction = [[Sequential]],
  57.       KeyPress={
  58.         "/targetenemy [noharm][dead]",
  59.       },
  60.       PreMacro={
  61.       },
  62.         "/cast Avenger's Shield",
  63.         "/castsequence  reset=7  Consecration, Consecration",
  64.         "/cast [combat] Seraphim",
  65.         "/castsequence  reset=6  Judgment",
  66.         "/castsequence  reset=14  Shield of the Righteous",
  67.         "/cast !Consecration",
  68.         "/cast Avenger's Shield",
  69.         "/cast Judgment",
  70.         "/cast !Blessed Hammer",
  71.         "/cast [combat] Eye of Tyr",
  72.       PostMacro={
  73.       },
  74.       KeyRelease={
  75.         "/startattack",
  76.       },
  77.     },
  78.   },
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement