Hello all,
These macros have been working for me really well, in Normal, I still love my bear tank and he is still doing great! I hope these are still working well for you at least as a base macro and you can customize them to your play style.
Updated: 1/17/16
Talents: 3,1,3,1,3,2,2
Major Glyphs: Barkskin, Fae Silence, Maul
Minor Glyphs: Aquatic Form, Travel, Grace
Food: Calamari Crepes, Mastery…
Pre Pot: Draenic Agility Potion
Flask: Greater Draenic Strength Flask | Draenic Agility Flask (if you DONT need the extra health)
Single-Target:
Sequences['DbtsT'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Wild Charge
/cast [combat] Berserk
/cast [combat] Barkskin
]],
'/castsequence reset=combat Mangle,Lacerate,Mangle,Lacerate,Mangle,Lacerate',
'/castsequence reset=combat Mangle,Thrash,Maul,Lacerate,Lacerate,Lacerate,Mangle,Thrash,Maul',
'/cast [nochanneling] Mangle',
'/cast [nochanneling] Lacerate',
'/cast [nochanneling] Pulverize',
'/cast [nochanneling] Maul',
'/cast [nochanneling] Thrash',
'/cast [nochanneling] Pulverize',
'/cast [nochanneling] Barkskin',
'/cast [nochanneling] Mangle',
[[/console autounshift 0
/cast [@player,combat]Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/cast Savage Defense
/use [combat]13
/use [combat]14
]],
}
Multi-Target:
Sequences['DbtAoE'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Wild Charge
/cast [combat] Berserk
/cast [combat] Barkskin
]],
'/castsequence [nochanneling] reset=combat Mangle,Thrash,Thrash,Mangle,Maul,Maul',
'/cast Mangle',
'/cast Thrash',
'/cast Maul',
'/cast Mangle',
'/cast Thrash',
'/cast Maul',
'/cast Savage Defense',
'/cast Frenzied Regeneration',
[[/console autounshift 0
/cast [@player,combat]Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/cast Savage Defense
/cast
/use [combat]13
/use [combat]14
]],
}
I hope that these all work for you, I am having a blast with them and hope you do as well.
Thanks,
Beef