Fury Bloodbath

Sequences[‘Fury-bloodbath’] = {
– This Sequence was exported from GSE 2.2.03.
Author=“Hochisin@Trollbane”,
SpecID=72,
Talents = “2?3321?”,
Help = [[Use rampage at 100 rage for max dps boost. Set at 80 MS.
Dragon Roar for the +16% buff and Shockwave for the aoe stun.
Hope it works for you.
]],
Default=1,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = “Sequential”,
LoopLimit=5,
KeyPress={
“/targetenemy [noharm][dead]”,
“/castsequence [mod:alt] Rampage”,
},
PreMacro={
“/cast [combat] Bloodbath”,
“/cast [combat] Battle Cry”,
“/cast [combat] Avatar”,
},
“/castsequence reset=1 Bloodthirst, Furious Slash, Whirlwind”,
“/cast [combat] Raging Blow”,
“/cast [combat] Odyn’s Fury”,
“/cast [combat] Dragon Roar”,
PostMacro={
},
KeyRelease={
},
},
},
}

Have no idea how you guys box this stuff. but feel free to do so.

[quote quote=56346]Have no idea how you guys box this stuff. but feel free to do so.
[/quote]

Just to stop incorrect reposts, i fixed the syntax and boxed it for you.

Sequences['Fury-bloodbath'] = {
--This Sequence was exported from GSE 2.2.03.
Author="Hochisin@Trollbane",
SpecID=72,
Talents = "2?3321?",
Help = [[Use rampage at 100 rage for max dps boost. Set at 80 MS.
Dragon Roar for the +16% buff and Shockwave for the aoe stun.
Hope it works for you.
]],
Default=1,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = "Sequential",
LoopLimit=5,
KeyPress={
"/targetenemy [noharm][dead]",
"/castsequence [mod:alt] Rampage",
},
PreMacro={
"/cast [combat] Bloodbath",
"/cast [combat] Battle Cry",
"/cast [combat] Avatar",
},
"/castsequence reset=1 Bloodthirst, Furious Slash, Whirlwind",
"/cast [combat] Raging Blow",
"/cast [combat] Odyn’s Fury",
"/cast [combat] Dragon Roar",
PostMacro={
},
KeyRelease={
},
},
},
}

Thanks - and still no one has bothered to tell me how after a year and a dozen posts…oh well, that’s the price for being 72 and playing a kids game.

[quote quote=56350]Thanks – and still no one has bothered to tell me how after a year and a dozen posts….oh well, that’s the price for being 72 and playing a kids game.
[/quote]

to box something is simple. in the white bar at the top of the reply box where your entering text you will see a button that says code.

just press that once and it will at place an ’ indicating the start of the box section. when you want to close the box click the code button again this time you will notice a / added to the button name, ie /code. this will close the box section with another ’