Advertisement
perazite

SAM_ProtWar

Jan 18th, 2017
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.99 KB | None | 0 0
  1. Sequences['SAM_ProtWar'] = {
  2.   Author="Suiseiseki - wowlazymacros.com",  
  3.   SpecID=73,
  4.   Talents = "1,2,2,3,2,1,2",
  5.   Default=3,
  6.   MacroVersions = {
  7.     [1] = {
  8.       StepFunction = [[Sequential]],
  9.       KeyPress={
  10.         "/targetenemy [noharm][dead]",
  11.       },
  12.       PreMacro={
  13.       },
  14.         "/castsequence Devastate",
  15.         "/castsequence Shield Slam",
  16.         "/castsequence Revenge",
  17.         "/castsequence Ignore Pain",
  18.         "/castsequence Focused Rage",
  19.         "/castsequence [combat] Thunder Clap, Shield Block",
  20.         "/castsequence [combat] Shockwave",
  21.         "/castsequence Shield Slam",
  22.         "/cast Victory Rush",
  23.       PostMacro={
  24.       },
  25.       KeyRelease={
  26.         "/cast [combat] Demoralizing Shout",
  27.         "/cast [combat] Battle Cry",
  28.       },
  29.     },
  30.     [2] = {
  31.       StepFunction = [[Sequential]],
  32.       KeyPress={
  33.         "/targetenemy [noharm][dead]",
  34.       },
  35.       PreMacro={
  36.       },
  37.         "/castsequence Devastate",
  38.         "/castsequence Shield Slam",
  39.         "/castsequence Revenge",
  40.         "/castsequence Ignore Pain",
  41.         "/castsequence Focused Rage",
  42.         "/castsequence [combat] Thunder Clap, Shield Block",
  43.         "/castsequence [combat] Shockwave",
  44.         "/castsequence Shield Slam",
  45.         "/cast Victory Rush",
  46.       PostMacro={
  47.       },
  48.       KeyRelease={
  49.         "/cast [combat] Demoralizing Shout",
  50.         "/cast [combat] Battle Cry",
  51.       },
  52.     },
  53.     [3] = {
  54.       StepFunction = [[Sequential]],
  55.       KeyPress={
  56.         "/targetenemy [noharm][dead]",
  57.         "/startattack",
  58.       },
  59.       PreMacro={
  60.       },
  61.         "/castsequence Devastate",
  62.         "/castsequence Shield Slam",
  63.         "/castsequence Revenge",
  64.       PostMacro={
  65.       },
  66.       KeyRelease={
  67.         "/cast [combat] Battle Cry",
  68.         "/cast [combat] Demoralizing Shout",
  69.         "/cast [combat] Berserking",
  70.         "/castsequence Impending Victory",
  71.         "/castsequence Thunder Clap",
  72.       },
  73.     },
  74.   },
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement