Description
InnervateTracker
A focused, lightweight Innervate tracker for all healer specs in World of Warcraft: Midnight.
The Problem
Since Midnight 12.0, Blizzard removed COMBAT_LOG_EVENT_UNFILTERED, breaking most Innervate trackers and WeakAuras. InnervateTracker solves this with a mana-cost polling method that is immune to API restrictions — no combat log needed.
How It Works
The addon polls your spell mana costs every 150ms in combat. When your key healing spells simultaneously drop to 0 cost, Innervate is confirmed active. A 4-condition guard system eliminates false positives: you must be in a group, in combat, playing a healer spec, and have a druid in your group. This method works regardless of Blizzard API changes.
Features
- Single icon, 3 states:
- 🟢 Active — full-color icon with green glow and live countdown (8s)
- ⬛ Cooldown — greyed-out icon with druid CD timer counting down
- 🟢 Ready — full-color icon with "UP" text and glow alert
- Zero false positives — detection requires: in group + in combat + healer spec + druid in group
- Auto spec detection — automatically loads the correct spells for your spec. No configuration needed.
- Supports all healer specs: Holy Priest, Disc Priest, Holy Paladin, Resto Shaman, Mistweaver Monk, Preservation Evoker, Resto Druid
- Last 2 seconds alert — icon pulses red and plays a warning sound so you don't waste a big spell as the buff expires
- Optional progress bar — toggle on/off from the config panel
- Minimap button — left-click to open config, right-click to test
- Custom sound — drop an
alert.oggoralert.mp3in the addon folder to use your own sound - Draggable — position the icon and bar anywhere on screen, saved between sessions
- Auto-hides — icon disappears when you leave a group or raid
Config Panel
Open with /it or click the minimap button. From the panel you can toggle the icon and bar, resize them, drag them to position, run a test cycle, and debug mana costs — all without typing commands.
Commands
| Command | Description |
|---|---|
/it |
Open config panel |
/it test |
Simulate receiving Innervate |
/it stop |
Cancel active test |
/it check |
Debug: show current mana costs |
/it reset |
Reset positions to default |
Compatibility
- WoW Midnight 12.0.5 (Retail only)
- Works without WeakAuras or any other addon dependency





