Advertisement
perazite

SAM_Fury1

Jan 18th, 2017
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.31 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=2,
  7.   Raid=2,
  8.   Mythic=2,
  9.   MacroVersions = {
  10.     [1] = {
  11.       StepFunction = "Priority",
  12.       KeyPress={
  13.         "/targetenemy [noharm][dead]",
  14.         "/startattack",
  15.         "/cast [combat] Berserker Rage",
  16.         "/cast [combat] Bloodbath",
  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.     [2] = {
  34.       StepFunction = "Priority",
  35.       KeyPress={
  36.         "/targetenemy [noharm][dead]",
  37.         "/startattack",
  38.         "/cast [combat] Battle Cry",
  39.         "/cast [combat] Berserker Rage",
  40.         "/cast [combat] Berserking",
  41.       },
  42.       PreMacro={
  43.       },
  44.         "/cast Bloodthirst",
  45.         "/cast Rampage",
  46.         "/cast Execute",
  47.         "/cast Raging Blow",
  48.         "/cast Furious Slash",
  49.       PostMacro={
  50.       },
  51.       KeyRelease={
  52.         "/startattack",
  53.       },
  54.     },
  55.   },
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement