[Gnome Sequencer] Fury Warrior Macro 6.0.3

If you’re looking for more just check out YouTube channel GraveyardCamper or follow me on Twitter @GraveyardCamper

  • PLEASE READ *

I have successfully tested out the macro and everything works perfect. Bladestorm does not cast with the macro and you will need to add it to your interface!

Talents; 2,1,1,1,3,3,3

Glyphs; [Glyph of the Executor], [Glyph of Unending Rage], [Glyph of Bull Rush]

Sequences[‘Fury’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
‘/cast Charge’,
‘/cast !execute’,
‘/cast !Raging Blow’,
‘/cast storm bolt’,
‘/cast !Bloodthirst’,
‘/cast Wild Strike’,
‘/cast Siegebreaker’,
PostMacro = [[
/cast [combat]recklessness
/cast [combat]Blood Fury
/cast [combat]Berserker Rage
]],

}

Sequences[‘Furyaoe’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
‘/cast Charge’,
‘/cast Raging blow’,
‘/cast victory rush’,
‘/cast Bloodthirst’,
‘/cast whirlwind’,
‘/cast Siegebreaker’,
PostMacro = [[
/cast [combat]recklessness
/cast [combat]Blood Fury
/cast [combat]Berserker Rage
]],

}

Thanks for your post. Plugged it in and gave it a quick go. So far I like it.

I dont why but every time i try a GS addon somehow I make them work… but I am the last on dps … :frowning:
661 Ilvl and yet the last on dps. I use a normal 5 button mouse and press manually the buttons. So please help a Fury warrior out. TY.

i cant get it to work either