7.2.5 - Updated Fury Macros

Hey guys,

this site and outstanding work of many people helped me a lot in many directions to bring my warrior playstyle on solid level.

In these days i am playing Troll Warrior because of racial ability of trolls, got 928 ilvl equipped, doing in fight at around (1 mil dps +/-) during constant long fights on Bosses for example in M +15 or in raid Tomb of Sargeras.

Here is my char on wowprogress, u can check by your own.

Both macros are updated versions of Darkramz macros, they are tested, and i hope u will enjoy them. If u dont like some part of coding i suggest to you just do ctrl+c bring it to your Windows WordPad and rewrite it for your playstyle and racials.

Wish u all good luck and have fun.

  1. Single Target
Sequences['Single'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Zulyaashi@Drak'thul",
  SpecID=72,
  Talents = "Talents: 1/2, 3, 1/3, 2, 2, 3, 2",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Charge",
        "/cast Berserking",
        "/cast Avatar",
        "/cast Battle Cry",
      },
      PreMacro={
        "/cast Furious Slash",
      },
        "/cast Odyn's Fury",
        "/cast Raging Blow",
        "/castsequence Raging Blow, Bloodthirst, Furious Slash",
        "/cast [combat] Rampage",
        "/cast Raging Blow",
        "/cast Bloodthirst",
        "/cast [combat] Rampage",
      PostMacro={
        "/cast Odyn's Fury",
      },
      KeyRelease={
        "/startattack",
        "/cast [combat] Rampage",
      },
    },
  },
} 
  1. Multi Target
Sequences['Multi'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Zulyaashi@Drak'thul",
  SpecID=72,
  Talents = "Talents: 1/2, 3, 1/3, 2, 2, 3, 2",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Charge",
        "/cast Berserking",
        "/cast Battle Cry",
      },
      PreMacro={
      },
        "/cast Odyn's Fury",
        "/castsequence Whirlwind, Whirlwind, Bloodthirst",
        "/castsequence Whirlwind, Rampage",
        "/cast Bloodthirst",
        "/cast Whirlwind",
      PostMacro={
        "/cast Odyn's Fury",
      },
      KeyRelease={
        "/startattack",
        "/cast [combat] Rampage",
      },
    },
  },
}

Troll racial is berserking correct?

@ Michael- Yes, it is.

@ OP- I’ve tried these - very good. I did add /cast Execute before Odyn’s Fury as it struck me as odd it wasn’t there. Perchance do you use Execute manually?

Hi,

on execute phase i am using one of my older macros. Didnt rewrite it to new form yet. It is not so bad, not so good, sometimes it struggles.

Execute phase

Sequences['Exe'] = {
Author="Zulyaashi@Drak'thul",
SpecID=72,
Talents = "2133232",
Help = "Talents have been setup to a best case scenario as per Icy Veins",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Battle Cry",
        "/cast Avatar",
      },
      PreMacro={
      },
        "/cast Execute",
        "/cast Raging Blow",
        "/castsequence Raging Blow, Bloodthirst",
      PostMacro={
      },
      KeyRelease={
        "/cast Execute",
      },
    },
  },
}

Thanks,

I’ve been trying either adding Execute in the main single target macro as mentioned above, or using a simple cast sequence as per Icy Veins (I have the T20 4 piece):

/cast Execute
/cast Bloodthirst
/cast Raging Blow
/cast Furious Slash

TBH, I’m not sure which is best out of the three!

Hello ever since 7.3 came out I am unable to uncheck trinkets, I just like activating them myself, in 7.2 everything worked fine. Is there a way to fix that at all at the moment?
Thank you

Latest GS update fixed it so never mind :slight_smile:

How come most macros dont have Whirlwind for ST…I find it does alot of damage and gets rid of that lull in doing stuff when everything is on CD.

I realize this is an older post, and I have no idea if the original author is still active, but these are the macros I used to complete the Fury Warrior Mage Tower challenge, along with Prydaz and healing Bracers for legendaries.

This is still my favorite fury warrior macro.

Hello

Is it possible to put Execute in the st and aoe macro for easier use of it?

Jimmy