Simple_Bear this is an easy to use macro for starters no muss no fuss.

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”,
},
},
},
}

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",
},
},
},
}

Boxed and syntax corrected for you

Not Casting certain spells for me, not sure why as I have correct talents etc

Only casts Swipe and moonfire

single target using macro

OK I went back and fixed it and used the export to make sure I was copying it correctly.
As you can see by the picture I use the macro button and I have moonfire and mangle
buttons in case the proc hangs up to long I can hit them manually.

The interrupts, trinkets and survival spells I cast manually.

Recount on single target, Current Tanking Item level 891

– This Sequence was exported from GSE 2.0.14.

Sequences[‘Bear_tank’] = {
Author=“Cassamia@Bloodscalp”,
SpecID=104,
Talents = “3133321”,
Default=1,
MacroVersions = {
[1] = {
Trinket1=false,
Trinket2=false,
StepFunction = [[Sequential]],
KeyPress={
“/cast [@player, nostance:1] Bear Form”,
“/castsequence reset=target moonfire, null”,
“/cast [combat] Rage of the Sleeper”,
},
PreMacro={
“/use Potion of Prolonged Power”,
},
“/cast Berserking”,
“/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={
},
},
},

Sequences['Bear_tank'] = {
Author="Cassamia@Bloodscalp",
SpecID=104,
Talents = "3133321",
Default=1,
MacroVersions = {
[1] = {
Trinket1=false,
Trinket2=false,
StepFunction = [[Sequential]],
KeyPress={
"/cast [@player, nostance:1] Bear Form",
"/castsequence reset=target moonfire, null",
"/cast [combat] Rage of the Sleeper",
},
PreMacro={
"/use Potion of Prolonged Power",
},
"/cast Berserking",
"/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={
},
},
},
}

Black boxed for you