Cooldown Manager Extended - CDMx

Hotkeys on your cooldowns. Custom tracking bars for anything. Zero configuration required to get started.

File Details

CDMx-v1.0.1-curseforge.zip

  • R
  • Feb 9, 2026
  • 35.16 KB
  • 85
  • 12.0.1
  • Retail

File Name

CDMx-v1.0.1-curseforge.zip

Supported Versions

  • 12.0.1

### Hotkey Detection Overhaul

**Fixed: Incorrect hotkeys on Paladin and other classes**
- Replaced unreliable `cooldownID` frame property with `GetBaseSpellID()` method
- Blizzard's cooldown manager uses internal frame pool identifiers that don't correspond to the actual displayed spell
- Should improve hotkey accuracy across all classes

**Fixed: Hotkeys not showing for abilities on bars 2-10**
- Proper slot-to-binding mapping for all action bars (MULTIACTIONBAR3BUTTON, etc.)

**Improved: Spell override detection for talent replacements**
- Added mapping for Templar's Verdict → Final Verdict (Paladin)

**Enhanced diagnostic commands**
- '/cdmxdump' shows identification method and full resolution chain
- '/cdmxframes' probes methods on frames for debugging