Advertisement
perazite

SAM_Fury1

Jan 16th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.80 KB | None | 0 0
  1. Sequences['SAM_Fury1'] = {
  2.   Author="Firone - wowlazymacros.com",  
  3.   SpecID=72,
  4.   Talents = "2,3,3,2,2,2,3",
  5.   Help = "Single Target",
  6.   Default=1,
  7.   Raid=2,
  8.   Mythic=2,
  9.   MacroVersions = {
  10.     [1] = {
  11.       StepFunction = "Sequential",
  12.       KeyPress={
  13.         "/targetenemy  [noharm][dead]",
  14.         "/startattack",
  15.         "/cast [combat] Battle Cry",
  16.         "/cast [combat] Berserker Rage",
  17.       },
  18.       PreMacro={
  19.       },
  20.         "/cast Execute",
  21.         "/castsequence  reset=60  Rampage, Battle Cry",
  22.         "/cast Rampage",
  23.         "/cast [talent:7/1] Bladestorm; [talent:7/3] Dragon Roar",
  24.         "/cast Bloodthirst",
  25.         "/cast Raging Blow",
  26.         "/cast Furious Slash",
  27.       PostMacro={
  28.       },
  29.       KeyRelease={
  30.         "/startattack",
  31.       },
  32.     },
  33.   },
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement