7.2 Fury

Hi All,

Long-time lurker, first-time poster. Have been playing around with a 110 Warrior in Fury and couldn’t find anything that I liked for my playstyle. The duplication of abilities below is to counter what I saw as missed button presses when spamming quickly in place of using a single /cast.

Heroic Leap is on Ctrl as since 7.2 was pushed live, green target circles get aborted when spamming the macro, and to ensure the mod key being pushed gets “grabbed” quickly and the action performed.

It works well enough for me so I thought I would share in the spirit of giving back to the community. Hope this is of value to someone, or can be made more elegant by those playing around with Lazy Fury.

-> Whirlwind = Hold Shift
-> Execute rage dump = Hold Alt
-> Heroic Leap @cursor = Ctrl

Sequences['FuryWar'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="FDX",
  SpecID=72,
  Talents = "2323232",
  Default=1,
  Icon='ability_warrior_weaponmastery',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=true,
      Ring1=true,
      Ring2=true,
      StepFunction = [[Sequential]],
      LoopLimit=10,
      KeyPress={
        "/cast [combat,mod:shift] Whirlwind",
        "/cast [combat,mod:alt] Execute",
        "/cast [combat,mod:ctrl, @cursor] Heroic Leap",
        "/cast [combat] Battle Cry",
        "/cast [combat] Berserker Rage",
      },
      PreMacro={
      },
        "/cast [combat,mod:shift] Whirlwind",
        "/cast [combat,mod:alt] Execute",
        "/cast [combat,mod:ctrl, @cursor] Heroic Leap",
        "/cast [combat] Bloodthirst",
        "/cast [combat] Rampage",
        "/castsequence Furious Slash, Bloodthirst, Raging Blow",
        "/cast [combat] Rampage",
        "/cast [combat] Odyn's Fury",
        "/cast [combat] Odyn's Fury",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat,mod:shift] Whirlwind",
        "/cast [combat,mod:alt] Execute",
        "/cast [combat,mod:ctrl, @cursor] Heroic Leap",
      },
    },
  },
}