File Details
EWECooldownPlanner.zip
- R
- May 7, 2026
- 87.64 KB
- 18
- 5.5.4
- MoP Classic
File Name
EWECooldownPlanner_23.zip
Supported Versions
- 5.5.4
v0.11.6
Configurable alert hold time. The big "USE NOW" alert lingers 4 seconds after firing by default. New setting in the gear-icon popup cycles through 0s / +1s / +2s of additional hold time, so you can tune the reaction window without recompiling. Casting the assigned cooldown still dismisses the alert immediately as before — the extra hold only applies if you don't cast.
Persistent boss-spell observation. Every spell ID + name the addon sees during an encounter is now stored permanently in SavedVariables under observedBossSpells[encounterID], accumulating across all your pulls. After a few raid sessions this becomes a complete ground-truth boss-spell table — far more reliable than scraping IDs from external sources.
Run /cdp dumpbosses for a copy-paste-friendly dump of everything observed so far, grouped by encounter and sorted by frequency. Send the output to the maintainer and any wrong/missing IDs get patched into the next release. /cdp wipebosses clears the history if you want to start fresh.
The encounter-ID self-healing (introduced in v0.10.5) and this new spell-ID observation work together: between them the addon now collects ground-truth boss data passively, with no action required from the user during raid.