Overview
This macro was built from scratch based on the Wowhead Guardian Druid rotation guide for Midnight Season 1, optimized for Mythic+ content. It will be updated as the season progresses and my gear improves.
Currently tuned for a fresh max level character — results will improve with better stats. Already performing ~30-40% better DPS than the default Blizzard One Button Assistant macro in early testing!
Talent Build
Import string:
CgGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgZmZmlZGjxiZxDMPwMLLDMbGGNRzMzyMzMzsMmBAAAAAghlZALbzMYMLDgpAAAAbGz8AALmBDGssNAzMA+A
Build is based on Elune’s Chosen hero talents with Ursoc’s Fury and Elune’s Favored for extra tankiness in M+. You can swap out defensive talents for more damage as you get comfortable.
GSE Macro Package — Two Versions In One Import!
This single import contains two versions of the macro. After importing, select your preferred version in the GSE Configuration tab:
Version 1: Full DPS — 1 - full dps (Default)
The recommended version. Ironfur is completely removed from the rotation — you cast it manually when needed. This gives you full control over your defensive stacks and maximizes DPS output.
Tip: Bind Ironfur to an easy-to-reach key and cast it consciously when taking heavy hits. This is how the spec is designed to be played according to the Wowhead guide. Pressing Ironfur unnecessarily is a significant DPS loss!
Version 2: Auto Ironfur — 2 - ironfur (Beginner Friendly)
Automatically maintains 2-3 stacks of Ironfur inside the sequence. Great option if you’re still learning the spec or want a more hands-off experience.
This version sacrifices DPS for survivability. Not recommended for players comfortable with manual defensive management.
Import String
!GSE3!7VnLbtNAFKVbxAcUxMIfEBHHcROnbNrmXdIUtaFUqry4sW8SK+MZMzOmyi7iC0BCYserZQOs+AAe/8BH8APdM21S0kXaZkHVSZqd5Zlcn3Pn3DP3Kh/LEfQIA/+wugM8gCZB0S9tgMeZ6NeKBEOkMs9iKheq2/gsRuqh+FBpAO2uIfDD4dYXB4+rtBkHRI6ilFc9GTAqXh8Uw+NNu1+SEngbJVIMe8YeZR3gobvnI/ju7aRQixKkBK97O+mBkMc7WoyHy6mEQZnXAUqRBLTtGku2k31o7IXMX/YkJ66xpULuAxm+AyITKxGBHnLXsCzHtoYLohO0pGvkcqMPjMImDI+FTVDrTs5KFRq9CEsDBgWpngccTqkcak3FNdLpXCo75Ryy2eySM+UcJjmHA805ZBzzJkjpu+Ycjl1p/IoKkrKm/IRuimHNi10LKX3TjIMYtlZjJZWYpCOZAWH90JzCic/ebPv6qTmHJTOdts85PdM2M5nZryLdZTZJqXzSnIOVSmcz9ixoaQT7LJtiDZpIKq2YEMOPxCTD/ZsrYPtfBvnxDE9hv9IGtmukcpbpXAb4pUaAB6U8T/CVAR5cyTOW4LfXCPi8PvtEyYm5YWig568a4b2g45+63E9i1u80LM1BohMXtSs6O8vZCX7uLNeqbp2c5fJBdS6Wa72G3mvoJadWOG1iv/waHT9JD8bQcsAZbcW8+hShuxpzEP1HNRXqSeSDRL9umVbGTJuO6di2natsoIQCSPhcqSCJ1Fe6u/c7UkZiOZn0A+Ex7j9ot5NtgTEN1O/LDSBIpeiXVmPZYXx3sQ4y5uix/ZW1mFMF06hhWyFbL28Xd5AL9Xj3zp+tDaAxkCqVyJ+rAOrtUaEOIf77c7xcwBbERC6UtiP0qoXFTr6xmb93a+H3r0aRqmx7mGdhpLA2AxLI3tEJ9fX8Zq1WzDeqm/W/
Sequence name: TankBear
How to Use
I personally use AutoHotkey to spam the macro automatically. Here’s my AHK script — it only activates when WoW is the active window:
ahk
#IfWinActive, World of Warcraft ; Script will only work when WoW window is active
$q::
While GetKeyState("q", "P")
{
Send, q
Sleep, 100 ; ~10 clicks per second
}
return
; Frenzied Regeneration (self-cast)
$Alt::
Send, {Alt down}q{Alt up}
return
; Incapacitating Roar
$Shift::
Send, {Shift down}q{Shift up}
return
Just hold Q and the macro fires automatically. Adjust the Sleep value if needed — 100ms works well for this rotation.
Modifier Keys
| Key | Action |
|---|---|
Alt |
Frenzied Regeneration (self-cast) |
Shift |
Incapacitating Roar |
Ironfur should be on a separate keybind if using Version 1 — cast it manually when taking heavy damage!
Rotation Notes
-
Barkskin is built into the sequence and fires roughly every ~34s — use it as often as possible as a free defensive

-
Berserk / Incarnation fires automatically when available

-
Lunar Beam is paired with Berserk for maximum burst windows

-
Macro handles both Single Target and AoE — Guardian rotation is essentially the same for both

-
Swipe is used as a filler when nothing else is available
Known Limitations & Future Plans
-
Currently tested at fresh max level (~ilvl 190) — tuned for early season -
Will be updated as the season progresses and M+ tuning becomes clearer -
Focus is Mythic+ — raid tuning may come later -
Druid sims are currently flagged as unreliable on Raidbots, so treat numbers as indicative only
Feedback Welcome!
Drop a comment if you’re getting different results or have suggestions. Always open to improvements! ![]()
