Advertisement
perazite

Fury war 7.2.5

Aug 31st, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.16 KB | None | 0 0
  1. Sequences['F_war'] = {
  2. -- This Sequence was exported from GSE 2.1.06.
  3.   Author="supadupa",
  4.   SpecID=72,
  5.   Talents = "2,3,3,2,2,2,3",
  6.   Help = [[Single Target]],
  7.   Default=1,
  8.   Raid=2,
  9.   Mythic=2,
  10.   MacroVersions = {
  11.     [1] = {
  12.       StepFunction = "Priority",
  13.       KeyPress={
  14.         "/targetenemy [noharm][dead]",
  15.         "/startattack",
  16.         "/cast [combat] Berserker Rage",
  17.         "/cast [combat] Bloodbath",
  18.         "/cast [combat] Avatar",
  19.       },
  20.       PreMacro={
  21.       },
  22.         "/cast Execute",
  23.         "/castsequence  reset=60  Rampage, Battle Cry",
  24.         "/cast Rampage",
  25.         "/cast [talent:7/1] Bladestorm; [talent:7/3] Dragon Roar",
  26.         "/cast Bloodthirst",
  27.         "/cast Raging Blow",
  28.         "/cast Furious Slash",
  29.       PostMacro={
  30.       },
  31.       KeyRelease={
  32.         "/startattack",
  33.       },
  34.     },
  35.   },
  36. }
  37.  
  38.  
  39.  
  40.  
  41. Sequences['F_aoe'] = {
  42. -- This Sequence was exported from GSE 2.1.06.
  43.   Author="supadupa",
  44.   SpecID=72,
  45.   Talents = "2,3,3,2,2,2,3",
  46.   Help = [[Fury AOE Macro.  Version 2 has Bladestorm, Dragon Roar, and Battle Cry removed to create better control. Add these to your bars and use manually.]],
  47.   Default=1,
  48.   Raid=2,
  49.   Mythic=2,
  50.   MacroVersions = {
  51.     [1] = {
  52.       StepFunction = "Priority",
  53.       KeyPress={
  54.         "/targetenemy [noharm][dead]",
  55.         "/startattack",
  56.         "/cast [combat] Berserker Rage",
  57.       },
  58.       PreMacro={
  59.       },
  60.         "/cast [talent:7/1] Bladestorm; [talent:7/3] Dragon Roar",
  61.         "/cast !Whirlwind",
  62.         "/cast !Raging blow",
  63.         "/cast !Bloodthirst",
  64.       PostMacro={
  65.       },
  66.       KeyRelease={
  67.         "/cast [combat] Berserker Rage",
  68.       },
  69.     },
  70.     [2] = {
  71.       StepFunction = "Priority",
  72.       KeyPress={
  73.         "/targetenemy [noharm][dead]",
  74.         "/startattack",
  75.         "/cast [modifier:alt] Charge",
  76.         "/cast [combat] Bloodbath",
  77.         "/cast [combat] Avatar",
  78.       },
  79.         "/cast Execute",
  80.         "/castsequence  reset=60  Rampage",
  81.         "/cast Rampage",
  82.         "/cast Bloodthirst",
  83.         "/cast Furious Slash",
  84.       KeyRelease={
  85.         "/startattack",
  86.       },
  87.     },
  88.   },
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement