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.