are there any useful macros for bear in keys?
You don’t need any macro’s for M+ but here are some QoL Macro’s that I use.
Druid Covenant Macro
#showtooltip
/cast Kindred Spirits
/cast Ravenous Frenzy
/cast Adaptive Swarm
/cast Convoke the Spirits
/run local G=GetSpellInfo SetMacroSpell(GetRunningMacro(), G"Kindred Spirits" or G"Ravenous Frenzy" or G"Adaptive Swarm" or G"Convoke the Spirits")
All 4 Specs In One Burst/Incarn Macro. I have the spec’s broken out for trinket use in case I use a weapon with on use again which I would switch to from 14 to 16.
#showtooltip
/use [spec:1] Celestial Alignment; [spec:2/3] Berserk; [spec:4] Incarnation: Tree of Life
/use [spec:1/4] 14; [spec:2/3] 14
/use Ravenous Frenzy(Venthyr)
/use Tiger’s Fury
Mouseover Ability. Make one for Moonfire too.
#showtooltip
/cast [@mouseover,exists,nodead] Mangle
Affinity Macro (changes with talent choice.)
#showtooltip
/cast [spec:2,talent:3/1][spec:3,talent:3/1][spec:4,talent:3/1] Typhoon; [spec:1,talent:3/2][spec:2,talent:3/2][spec:4,talent:3/3] Incapacitating Roar; [spec:1,talent:3/3][spec:2,talent:3/3][spec:3,talent:3/3] Ursol’s Vortex; Maim
Wild Charge/Renewal Talent. - Tiger Dash isn’t needed (Converts Dash) but I include it so I don’t see a red ? if I ever select it.
#showtooltip
/cast [talent:2/1] Tiger Dash; [talent:2/2] Renewal; [talent:2/3,@mouseover,exists][talent:2/3]Wild Charge;
Talent Row 35 All in one.
#showtooltip
/cast [target=mouseover, exists] Nature’s Control
Any Form to Bear Mouseover Growl
#showtooltip [@mouseover,harm,nodead] Growl
/cast [noform:1] Bear Form
/cast [@mouseover,harm,nodead] Growl
Any Form to Bear Form Frenzy Regen.
#showtooltip
/cast [noform:1] Bear Form
/cast Frenzied Regeneration
All in one kick and you guessed it Any Form to Bear Form.
#showtooltip
/cast [spec:1,@mouseover,harm,nodead] [spec:1] Solar Beam; [noform:1/2] Bear Form; [spec:2/3,@mouseover,harm,nodead] [spec:2/3] Skull Bash;
4 Spec Druid All in One Utility - Mouseover Soothe, Remove Corruption, Rebirth
#showtooltip
/cast [@mouseover,help,dead][help,dead]Rebirth;[spec:4,@mouseover,help,nodead]Nature’s Cure;[@mouseover,help,nodead]Remove Corruption;[@mouseover,harm,nodead][harm]Soothe;[spec:4]Nature’s Cure;Remove Corruption
PVP Talent - Rarely Used. Any form to Bear Overrun
#showtooltip Overrun
/stopcasting
/cast [noform:1] Bear Form
/cast [target=mouseover,exists,nodead] Overrun
Health Pot/Lock Rock
#showtooltip
/use Cosmic Healing Potion
/use Spiritual Healing Potion
/use Healthstone
/script UIErrorsFrame:Clear()
I don’t use macros, but I do have Vuhdo set up with keybinds for battle res and Regrowth.
Dude your macro game is on point
I can’t take credit for all of them. A lot of it is research and educating myself on the basic macro commands in the UI and Macro forum.
I use QoL macro’s on all of my characters with the majority of them for my druid on all 4 specs so that is why you see the Spec conditions (i.e. the Kick Macro) in a lot of my macros. I am out of macro slots so I had to condense them.