Help with a castsequence!

Hi all!

I have been tinkering with a macro and i think it works fine. It look´s like this.

Sequences[‘BladeFury1’] = {
– This Sequence was exported from GSE 2.1.07.
Author=“TheOne@Arathor”,
SpecID=72,
Talents = “2333232”,
Help = [[Not the best but it works!]],
Default=1,
Icon=‘INV_MISC_QUESTIONMARK’,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=false,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = “Sequential”,
KeyPress={
“/cast [mod:alt] Battle Cry”,
“/cast [mod:alt] Avatar”,
“/castsequence [mod:shift] Rampage, Raging Blow”,
},
PreMacro={
},
“/castsequence Raging Blow, Bloodthirst, Furious Slash”,
“/castWhirlwind”,
“/castsequence Raging Blow, Bloodthirst”,
“/castsequence [mod:shift] Rampage, Raging Blow”,
“/castWhirlwind”,
“/cast Execute”,
PostMacro={
},
KeyRelease={
},
},
},
}

I wanna incorperate this castsequence
“/castsequence [mod:ctrl] reset=5 Rampage, Raging Blow, Odyn’s Fury, Bloodthirst, Raging Blow, Furious Slash”
but it dont work. Is it because of Odyn´s Fury? It´s an instant cast.

Odyn’s Fury can be put in a castsequence . Look at my post down a little . It’s my bust macro

[quote quote=53208]Odyn’s Fury can be put in a castsequence . Look at my post down a little . It’s my bust macro
[/quote]

As an macro your´s works great. But i want it as a castsequence with the [mod:ctrl] or [mod:alt] funktion in my macro. The sequnce it self in the macro dosen´t fire of Odyn´s Fury.