This is a good macro for a leveling Bear Tank,
I built the macro just using the record feature in GSE and then basic editing so you may need to tweak it a bit…
I set this macro up to cast Rage of the Sleeper, and the troll racial Berserking on cool down.
The macro does not use any taunts or interrupts, all so, no Barkskin, Frenzied Regen, Survival Instincts or Trinkets as those are best controlled manually. I do run a second macro with Mark of Ursol for magic fights.
First one I’ve tried posting, give it a try, let me know what you think.
Sequences[‘Simple_Bear’] = {
Author=“Ancient”,
SpecID=104,
Talents = “3133321”,
Default=1,
Icon=‘Ability_Racial_BearForm’,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/cast [@player, nostance:1] Bear Form”,
“/castsequence reset=target moonfire, null”,
“/cast [combat] Rage of the Sleeper”,
“/cast Berserking”,
“/cast Swipe”,
},
PreMacro={
“/use Potion of Prolonged Power”,
},
“/cast Moonfire”,
“/cast Thrash”,
“/cast Mangle”,
“/cast Swipe”,
“/cast Swipe”,
“/castsequence Ironfur, Ironfur”,
“/cast Mangle”,
“/cast Thrash”,
“/cast Moonfire”,
“/cast Swipe”,
“/cast Swipe”,
“/cast Mangle”,
“/cast Thrash”,
“/castsequence Ironfur, Ironfur”,
PostMacro={
},
KeyRelease={
“/cast Mangle”,
},
},
},
}