Advertisement
perazite

SAM_ProtWar1

Jan 12th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.84 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=1,
  6.   Icon='Ability_Warrior_DefensiveStance',
  7.   MacroVersions = {
  8.     [1] = {
  9.       StepFunction = "Sequential",
  10.       KeyPress={
  11.         "/targetenemy  [noharm][dead]",
  12.       },
  13.       PreMacro={
  14.       },
  15.         "/castsequence Devastate",
  16.         "/castsequence Shield Slam",
  17.         "/castsequence Revenge",
  18.         "/castsequence Ignore Pain",
  19.         "/castsequence Focused Rage",
  20.         "/castsequence [combat] Thunder Clap, Shield Block",
  21.         "/castsequence [combat] Shockwave",
  22.         "/castsequence Shield Slam",
  23.         "/cast Victory Rush",
  24.       PostMacro={
  25.       },
  26.       KeyRelease={
  27.         "/cast [combat] Demoralizing Shout",
  28.         "/cast [combat] Battle Cry",
  29.       },
  30.     },
  31.   },
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement