any new updated macros for Guardians? For raids, Mythic runs, Mythic+ runs, etc? Single and AoE? all those threads seems to be outdated.
thanks.
any new updated macros for Guardians? For raids, Mythic runs, Mythic+ runs, etc? Single and AoE? all those threads seems to be outdated.
thanks.
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
]],
}
This is the one I worked on tonight. I felt like others were a little to complicated but this one is just prioritized based off general priority rotation.
If anyone notices any issues please let me know since this is really the first build I have made.