DontRelease

Prevent accidental release on raid wipes with a configurable warning frame, alert sounds and click or hold to dismiss options.

File Details

v1.1.0

  • R
  • Jun 11, 2026
  • 71.96 KB
  • 27
  • 12.0.7+1
  • Retail

File Name

DontRelease-v1.1.0.zip

Supported Versions

  • 12.0.7
  • 12.0.5

Changelog

v1.1.0

  • New alert sound — "Defeat": an original somber game-over sting (bells over a soft minor cadence). Brings the bundled total to 11 sounds. Selectable from the Sound dropdown and /dnr test, routable through the same volume channels as the others.
  • Patch 12.0.7 ("Revelations") compatibility: TOC now declares both 120005 and 120007, so the addon loads un-flagged on the current live client and the 12.0.7 client. No code changes were required — the new trailing encounterUnitStatus parameter on ENCOUNTER_END is backward-compatible with existing wipe detection.

v1.0.0

Initial release.

  • Movable warning frame over the standard death dialog on raid wipes. Configurable title text, subtitle text, color (RGB picker), and scale (0.5x – 3.0x).
  • Blocks Enter on the death popup while the warning is visible by flipping StaticPopupDialogs["DEATH"].noKeys. Restored automatically on hide so a reflexive keystroke can't release you, but normal release works again the moment the warning is dismissed.
  • Wipe detection: dead-raider threshold (configurable 1 – 30, default 3), immediate trigger on ENCOUNTER_END(success=0), and a 1Hz poll while the player is dead so slow-cascading wipes — including trash pulls that have no ENCOUNTER_END to backstop — still trigger the warning.
  • Hold-to-close option: require Shift / Ctrl / Alt to be held for a configurable duration (default 1.5s; range 0.5 – 5.0s) instead of a single press. A gold progress bar at the bottom of the frame fills as the user holds.
  • Smart suppression: auto-hides on incoming battle-res request; optionally suppresses entirely when self-res is available (Soulstone, Shaman Reincarnation).
  • 10 alert sounds: 3 Blizzard alarms plus 7 bundled custom .ogg files (4 Womp variants + 3 Boop variants). Routable through Master / SFX / Music / Ambience / Dialog volume channels.
  • /dnr and /dontrelease slash commands: toggle, threshold, scale, sound, lock/unlock, reset, status.
  • Addon compartment entry next to the minimap. Left-click opens options, right-click toggles enabled.
  • Saved-variable validation and migration with safe defaults on load and corruption recovery on type mismatch.