HFC Heroic Raiding Fury

Anyone have a really good macro for Fury = ST / AOE & Execution phase for HFC HC Raiding ?
ilvl 720+.

Thanking you in advance

would love to see this too

i use this currently, i keep my cds separate so i can pop them when i need to, having them in a macro is a big dps loss.
my talents change between fights, but generally i run avatar, roar and angermanagement.


Sequences["Fury2"] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/cast [combat] Berserker Rage
]],
[[/cast !Execute]],
[[/cast !Raging Blow]],
[[/cast !Bloodthirst]],
[[/cast !Wild Strike]],
[[/cast !Victory Rush]],
[[/cast !Execute]],
[[/cast !Storm Bolt]],
[[/cast !Siegebreaker]],
PostMacro = [[
/startattack
/cast [combat] !Recklessness
/use [combat]13
/use [combat]14
]],
}

whats your ilvl & dps output on this one plz Scott.
Thanking you in advance

721 ilvl, fury spec 4p tier set.
Dps varies from fight to fight, but I do 60k to 80k sustained dps. usually in the top 3.
For trash between bosses i just get bladestorm.
hope it helps :slight_smile:

@Tockee thank you very much - wish everyone had this: good macro - talents - gear - ilvl & dps done with it. will give it a good go. Thank you very much

I use macro toolkit, unfortunately it isn’t working for me and it doesn’t recognize most of the macro with the [[ . I had to take everything out except this:

/cast !Execute
/cast !Raging Blow
/cast !Bloodthirst
/cast !Wild Strike
/cast !Victory Rush
/cast !Execute]],
/cast !Storm Bolt]],
/cast !Siegebreaker
/startattack
/cast [combat] !Recklessness
/use [combat]13
/use [combat]14

As you can see i had to take all the funny stuff out otherwise it doesn’t even recognize it as a macro. I consistently get 14-15k dps with this macro. Oh its just great

if you haven’t yet realized that majority of the macros on here are for Gnomesequencer, then you are sad, cant just copy some txt over & hope to get the same results…

hey guys, i have to say that this is a great macro. I still have a question for Tockee - can u explain like in more detail what are the cooldowns that u use separate and why?!! keep up the good work

Just added Dragon Roar to see if I had the Black Box thing down


Sequences["Fury2"] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/cast [combat] Berserker Rage
]],
[[/cast !Execute]],
[[/cast !Raging Blow]],
[[/cast !Bloodthirst]],
[[/cast !Wild Strike]],
[[/cast !Victory Rush]],
[[/cast !Execute]],
[[/cast !Storm Bolt]],
[[/cast !Dragon Roar]],
[[/cast !Siegebreaker]],
PostMacro = [[
/startattack
/cast [combat] !Recklessness
/use [combat]13
/use [combat]14
]],
}