promotional bannermobile promotional banner

KeyStoneMastery

A lightweight WoW addon for Mythic+ groups.

File Details

KeyStoneMastery v1.9.7

  • R
  • May 5, 2026
  • 2.59 MB
  • 1.1K
  • 12.0.5
  • Retail

File Name

KeyMaster.zip

Supported Versions

  • 12.0.5
## [1.9.7] - 2026-05-05

### Fixed
- Fixed `!keys`, `!key`, `!score`, `!scores`, and `!best` chat commands silently failing to reply. `SendChatMessage` is now localized at load time and called directly without a `pcall` wrapper, so any blocked-call error surfaces in BugGrabber. The previous security-variable gate on `C_ChatInfo.SendChatMessage` has been removed; sends now go through the global `SendChatMessage` first with `C_ChatInfo.SendChatMessage` as fallback.
- Removed the combat-lockdown hard-drop in the chat handler. Commands typed during combat are now parsed and the reply is queued; it sends automatically when combat ends via `PLAYER_REGEN_ENABLED`.
- Fixed overlay showing prematurely on dungeon zone-in before a key was started. The zone-in recovery poll was falling back to `GetActiveChallengeMapID() > 0`, which returns the dungeon map ID immediately on entry regardless of run state. The overlay now only shows when `IsChallengeModeActive()` returns true.
- Fixed the active-run timer not showing over-time progress. `timeLeftSeconds` was clamped to zero when elapsed exceeded the limit; the overlay now shows `+MM:SS over` in red once the timer expires.
- M+ overlay no longer displays inside incursions or other non-Mythic+ party instances. The instance gate now strictly checks for Mythic+ difficulty IDs (8 and 23) only.