Advertisement
perazite

SAM_Ret

Feb 10th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.53 KB | None | 0 0
  1. Sequences['SAM_Ret'] = {
  2. -- This Sequence was exported from GSE 2.0.14.
  3.   Author="Unknown Author",
  4.   SpecID=70,
  5.   Talents = "?,?,?,?,?,?,?",
  6.   Default=2,
  7.   Raid=2,
  8.   PVP=2,
  9.   Icon='INV_MISC_QUESTIONMARK',
  10.   MacroVersions = {
  11.     [1] = {
  12.       Trinket1=true,
  13.       Head=false,
  14.       Neck=false,
  15.       Belt=false,
  16.       Ring1=false,
  17.       Ring2=false,
  18.       StepFunction = [[Sequential]],
  19.       KeyPress={
  20.         "/targetenemy [noharm][dead]",
  21.         "/cast Avenging Wrath",
  22.         "/cast Shield of Vengeance",
  23.       },
  24.       PreMacro={
  25.         "/startattack",
  26.       },
  27.         "/cast Blade of Justice",
  28.         "/cast Crusader Strike",
  29.         "/cast Judgment",
  30.         "/cast Templar's Verdict",
  31.         "/cast [combat] [talent:5/1] Justicar's Vengeance; [talent:5/2] Eye for an Eye",
  32.         "/cast [combat] Wake of Ashes",
  33.       PostMacro={
  34.       },
  35.       KeyRelease={
  36.         "/startattack",
  37.       },
  38.     },
  39.     [2] = {
  40.       Trinket1=false,
  41.       Head=false,
  42.       Neck=false,
  43.       Belt=false,
  44.       Ring1=false,
  45.       Ring2=false,
  46.       StepFunction = "Priority",
  47.       KeyPress={
  48.         "/targetenemy [noharm][dead]",
  49.       },
  50.       PreMacro={
  51.         "/startattack",
  52.       },
  53.         "/cast Templar's Verdict",
  54.         "/cast Judgment",
  55.         "/cast Blade of Justice",
  56.         "/cast Wake of Ashes",
  57.         "/cast Crusader Strike",
  58.         "/cast Justicar's Vengeance",
  59.       PostMacro={
  60.         "/startattack",
  61.       },
  62.       KeyRelease={
  63.         "/startattack",
  64.       },
  65.     },
  66.   },
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement