Advertisement
perazite

PALADIN Prot

Feb 1st, 2017
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.15 KB | None | 0 0
  1. Sequences['Prot'] = {
  2. -- This Sequence was exported from GSE 2.0.14.
  3.   Author="Lucifon",
  4.   SpecID=66,
  5.   Talents = "?,?,?,?,?,?,?",
  6.   Help = "Talents:2133132",
  7.   Default=1,
  8.   Icon='Ability_Paladin_ShieldoftheTemplar',
  9.   MacroVersions = {
  10.     [1] = {
  11.       Trinket1=false,
  12.       Head=false,
  13.       Neck=false,
  14.       Belt=false,
  15.       Ring1=false,
  16.       Ring2=false,
  17.       StepFunction = [[Sequential]],
  18.       KeyPress={
  19.         "/targetenemy [noharm][dead]",
  20.       },
  21.       PreMacro={
  22.       },
  23.         "/cast !Consecration",
  24.         "/cast Avenger's Shield",
  25.         "/cast !Blessed Hammer",
  26.         "/castsequence  reset=6  Judgment",
  27.         "/castsequence  reset=90  Blinding Light",
  28.         "/castsequence  reset=7  Consecration, Consecration",
  29.         "/cast !Blessed Hammer",
  30.         "/cast !Light of the Protector",
  31.         "/cast !Consecration",
  32.       PostMacro={
  33.       },
  34.       KeyRelease={
  35.         "/cast Shield of the Righteous",
  36.         "/cast Ardent Defender",
  37.         "/cast [combat] Seraphim",
  38.         "/cast [combat] Avenging Wrath",
  39.         "/cast [combat] Eye of Tyr",
  40.         "/startattack",
  41.       },
  42.     },
  43.   },
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement