Boomkin's Balance Druid Rotation
This is my basic Balance Druid rotation. I'm a heroic raider and the settings are set to my gear. So this rotation is set up to use the Solar Opener.
Features
- Basic Balance Rotation
- Cooldowns Including Incarnation and Force of Nature Support
- Mouseover Dotting - Use Multi-Target Toggle
- Focus Dotting - Dots Your Focused Target
- Renew At 30 Health
- Rejuvenation Toggle - Currently Set At 90 Health For Farming Content
Modifiers
- Set Focus Target (Mouseover) - Left Control
- Pause Rotation - Left Alt
- Hurricane At Mouseover - Left Shift
- Barkskin - Right Control
--------------------------------------------------------------
Currently Working On
- Possible DoC Support
- Fine Tuning Dotting
- Other Stuff

--------------------------------------------------------------
Updates
December 6th
- No dotting for Garrosh mind controlled people (not fully tested - feedback needed)
- Mirror Images added to cooldowns
December 3rd
- Rotation will pause while in cat form or bear form (note if Force Moonkin Form toggle is enabled it will override the pause and put you in Moonkin form)
- Toggle to Force Moonkin Form
December 1st
- Fixed custom button for rejuvenation.
November 30th
- Added a modifier for Heart of the Wild + Tranq or if you don't have Heart of the Wild it will just Tranq. (Right Shift)
- Added a moonfire dot refresh within 2 seconds of Celestial Alignment ending (Solar Opener Support)
Edit: Forgot to mention it doesn't buff or put you into Moonkin form. I will add support for this soon.
Alright this is my initial release. In it's current state it will do plenty of DPS for you but could be fine tuned some more. I am still getting used to the PE way of things. I have ranked with this rotation so it's raid ready. Like I mentioned above this rotation is setup to use the solar opener.
What you will need to do before entering combat. Use Astral Communion to move your eclipse bar into Solar. If your raid uses a DBM timer for example pop your pre potion at 2 seconds and pop Starfall at 1 second (the Rotation does not do this for you). I usually just use a sunfire to get me into combat at 0 seconds. Now the rotation will take over and use your cooldowns if you have them enabled.
If you use Force of Nature (Treants) .. take note the rotation looks for the Legendary Meta Gem proc if Cooldowns are enabled. So if you don't have the Legendary Meta Gem remove this line (bolded one) from the Rotation (rotation.lua) or just put -- in front of it for example like this.
{ "106737", {
"player.spell(106737).exists",
"player.buff(16886)",
-- "player.buff(137590)",
"player.spell(106737).charges >= 1"
}}, -- Treants
Force of Nature is enabled still when Cooldowns are disabled and will proc when Nature's Grace procs (when you eclipse) which is good for trash.
Also listed in the features is mouseover dotting. You will need to have Multi-Target enabled for this. I also added a focus macro modifier to easily set a focused target for focus dotting.
Currently has Garrosh MC dot ignoring .. but doesn't always work. Sometimes my mouseover still dots a mind controlled person on the Garrosh fight .. so this is still a work in progress. Eventually I want to make it a function.
Thanks to rootlsuer for his interruptEvents function which works pretty good on Thok.
I am sure I forgot some stuff ... but ah well.
And finally .. everyone feel free to add to this rotation to help make it better!
Download - https://github.com/PE-Boomkin