Any Bro-Warriors have any gnome updated Fury macro's ?

Please post any new gnome macro’s for fury if you have any guys :smiley:

try this and please let me know if it is ok. have no time to test it atm

Sequences[‘Fury’] = {
‘/cast Raging Blow’,
‘/cast !execute’,
‘/cast [combat]Bloodbath’,
‘/cast storm bolt’,
‘/cast Berserker Rage’,
‘/cast Bloodthirst’,
‘/cast victory rush’,
‘/cast Wild Strike’,
‘/targetenemy [noharm]’,
‘/startattack’,
}

Sequences[‘Furyaoe’] = {
‘/cast !execute’,
‘/cast Raging blow’,
‘/cast [combat]Bloodbath’,
‘/cast Berserker Rage’,
‘/cast Bloodthirst’,
‘/cast whirlwind’,
‘/targetenemy [noharm]’,
‘/startattack’,
}

good macros, made a few changes to make it work

Sequences[‘Fury’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Berserker Rage
/cast charge
]],

‘/cast Raging Blow’,
‘/cast !execute’,
‘/cast [combat]Bloodbath’,
‘/cast storm bolt’,
‘/cast Bloodthirst’,
‘/cast victory rush’,
‘/cast Wild Strike’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences[‘Furyaoe’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Berserker Rage
/cast charge
]],
‘/cast !execute’,
‘/cast Raging blow’,
‘/cast [combat]Bloodbath’,
‘/cast Berserker Rage’,
‘/cast Bloodthirst’,
‘/cast whirlwind’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

sorry for being noob! i tried adding this macro to my gnome and when i type /reload ui i get the same error that no macro detected. i noticed that this macro is different from my other macros im using and fail trying to space rb through ws and still getting same error. can you pls reformat so this macro can look likw what ive been using? again sorry for being noob!
Sequences[‘Fury’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Berserker Rage
/cast charge
]],

    ‘/cast Raging Blow’,
    ‘/cast !execute’,
    ‘/cast [combat]Bloodbath’,
    ‘/cast storm bolt’,
    ‘/cast Bloodthirst’,
    ‘/cast victory rush’,
    ‘/cast Wild Strike’,

PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
i tried to fix it where it look like what ive been using but when i type /reload ui i keep getting same error…thanks

anyone can tell me how install it ? i puting it to Macro but it only spaming it on chat(yea im noob) but i need it help me please :wink:

[quote quote=20474]Sequences[‘Fury’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Berserker Rage
/cast charge
]],

‘/cast Raging Blow’,
‘/cast !execute’,
‘/cast [combat]Bloodbath’,
‘/cast storm bolt’,
‘/cast Bloodthirst’,
‘/cast victory rush’,
‘/cast Wild Strike’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}[/quote]

Sequences[‘Fury’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Berserker Rage
/cast charge
]],

'/cast Raging Blow',
'/cast !execute',
'/cast [combat]Bloodbath',
'/cast storm bolt',
'/cast Bloodthirst',
'/cast victory rush',
'/cast Wild Strike',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

It was just symbols ’ and ‘ being different.

Here is my current code. High DPS output.

Talents: 3 3 2 1 1 3 2

– Warrior Fury
Sequences[‘FuryST’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/castsequence reset=30 Battle Shout,null
/cast [combat] !Recklessness
/cast [combat] !Berserker Rage
]],
‘/cast !Charge’,
‘/cast !Bloodthirst’,
‘/cast !Raging Blow’,
‘/cast !Execute’,
‘/cast !Storm Bolt’,
‘/cast !Wild Strike’,
‘/cast !Raging Blow’,
‘/cast !Impending Victory’,
‘/cast !Raging Blow’,
PostMacro = [[
/use [combat] !13
/use [combat] !14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Sequences[‘FuryAOE’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [combat] !Recklessness
/cast [combat] !Bloodbath
/cast [combat] !Berserker Rage
]],
‘/cast !Bloodthirst’,
‘/cast !Whirlwind’,
‘/cast !War Stomp’,
‘/cast !Raging Blow’,
‘/cast !Execute’,
‘/cast !Bloodthirst’,
‘/cast !Whirlwind’,
‘/cast !Raging Blow’,
PostMacro = [[
/use [combat] !13
/use [combat] !14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

[quote quote=20768]Here is my current code. High DPS output.

Talents: 3 3 2 1 1 3 2

— Warrior Fury
Sequences[‘FuryST’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/castsequence reset=30 Battle Shout,null
/cast [combat] !Recklessness
/cast [combat] !Berserker Rage
]],
‘/cast !Charge’,
‘/cast !Bloodthirst’,
‘/cast !Raging Blow’,
‘/cast !Execute’,
‘/cast !Storm Bolt’,
‘/cast !Wild Strike’,
‘/cast !Raging Blow’,
‘/cast !Impending Victory’,
‘/cast !Raging Blow’,
PostMacro = [[
/use [combat] !13
/use [combat] !14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Sequences[‘FuryAOE’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [combat] !Recklessness
/cast [combat] !Bloodbath
/cast [combat] !Berserker Rage
]],
‘/cast !Bloodthirst’,
‘/cast !Whirlwind’,
‘/cast !War Stomp’,
‘/cast !Raging Blow’,
‘/cast !Execute’,
‘/cast !Bloodthirst’,
‘/cast !Whirlwind’,
‘/cast !Raging Blow’,
PostMacro = [[
/use [combat] !13
/use [combat] !14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
[/quote]
was looking at your talents and then at your rotation you picked bladestorm but you have bloodbath as a talent used so i think you might have maybe put down the wrong talents

Updated AOE and removed Bloodbath

Sequences[‘FuryAOE’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [combat] !Recklessness
/cast [combat] !Berserker Rage
]],
‘/cast !Bloodthirst’,
‘/cast !Whirlwind’,
‘/cast !War Stomp’,
‘/cast !Raging Blow’,
‘/cast !Execute’,
‘/cast !Bloodthirst’,
‘/cast !Whirlwind’,
‘/cast !Raging Blow’,
PostMacro = [[
/use [combat] !13
/use [combat] !14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

[quote quote=20783]Updated AOE and removed Bloodbath
Sequences[‘FuryAOE’] = { PreMacro = [[ /console Sound_EnableSFX 0 /targetenemy [noharm][dead] /cast [combat] !Recklessness /cast [combat] !Berserker Rage ]], ‘/cast !Bloodthirst’, ‘/cast !Whirlwind’, ‘/cast !War Stomp’, ‘/cast !Raging Blow’, ‘/cast !Execute’, ‘/cast !Bloodthirst’, ‘/cast !Whirlwind’, ‘/cast !Raging Blow’, PostMacro = [[ /use [combat] !13 /use [combat] !14 /script UIErrorsFrame:Hide(); /console Sound_EnableSFX 1 ]], }
[/quote]

Why wouldn’t you put Bladestorm in your AOE rotation if you picked it as a talent? Am I missing something? Still learning the warrior. Thanks for your help.

This is how I put in Bladestorm, works great.

-- fury warrior aoe 3 3 2 1 1 3 2
Sequences['FuryAOE'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [combat] !Recklessness
/cast [combat] !Berserker Rage
]],
'/cast !Bloodthirst',
'/cast [combat] !Bladestorm',
'/cast !Whirlwind',
'/cast !War Stomp',
'/cast !Raging Blow',
'/cast !Execute',
'/cast !Bloodthirst',
'/cast !Whirlwind',
'/cast !Raging Blow',
PostMacro = [[
/use [combat] !13
/use [combat] !14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}