Ironfur Focused

ilvl 866 making massive pulls without much difficulty. Was having issues with ironfur not being cast on other profiles…

Sequences['Ironfur'] = {
author="Gymbeaux@Bleeding Hollow",
specID=104,
version=1,
source = "Local",
helpTxt = " Talents: 3331332",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [@player, nostance:1] Bear Form
/cast Rage of the Sleeper
]],
"/cast Ironfur",
"/castsequence  reset=5  Moonfire, Thrash",
"/cast Mangle",
"/castsequence  reset=5  Swipe, Moonfire, Swipe",
"/cast Frenzied Regeneration",
"/cast Survival Instincts",
"/cast [combat] Mighty Bash",
"/cast Incapacitating Roar",
PostMacro=[[
/cast [combat] Barkskin
]],
}

If anyone has any suggestions please let me know since this is my very first build.

Gymbeaux,

Try this one with a modifier ‘Shift’ to use Ironfur.


Sequences['Modifier_Ironfur'] = {
author="Gymbeaux@Bleeding Hollow",
specID=104,
version=1,
source = "Local",
helpTxt = " Talents: 3331332",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [@player, nostance:1] Bear Form
]],
"/castsequence  reset=5  Moonfire, Thrash",
"/cast Mangle",
"/castsequence  reset=5  Swipe, Moonfire, Swipe",
"/cast [mod:shift] Ironfur",
PostMacro=[[
/startattack
]],
}

I put Rage of the Sleeper, Frenzied Regeneration, Survival Instincts, Mighty Bash, Incapacitating Roar and Barkskin on separate keys.

Let me know if the modifier works ok for you.

RottenKopf.