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
]],
}