First post here, so…
This is ST for the upcoming T21 Tier using Valarjar pants and Battlelord ring
This has been done by gathering info from all possible sources. I try to keep it simple.
First is the opening/burst sequence. (For this I use a regular macro).
#showtooltip
/targetenemy [noharm][dead]
/cast Avatar
/cast Battle Cry
/cast Bloodbath
/castsequence reset=1 Rampage, Raging Blow, Raging Blow, Raging Blow, Rampage, Odyn’s Fury
/use 13
/use 12
And for rotation outside BC I used John Mets one and tweaked it since I don’t even know how to make GS macros.
NOTE I use Rampage on a separate button to have more control over it.
Sequences['lazyfury'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="John Metz",
SpecID=72,
Talents = "2333232",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Belt=true,
Ring1=true,
Ring2=true,
StepFunction = "Sequential",
KeyPress={
},
PreMacro={
},
"/cast Bloodthirst",
"/castsequence reset=1 Raging Blow, Raging Blow, Raging Blow, Bloodthirst",
"/cast Furious Slash",
PostMacro={
},
KeyRelease={
},
},
},
}
Let me know what you think