promotional bannermobile promotional banner

Deathsound

Play a custom sound and show a custom emote image when your character dies.

File Details

DeathSound_1.1.1.zip

  • R
  • Jun 6, 2026
  • 1.86 MB
  • 69
  • 12.0.7+1
  • Retail

File Name

DeathSound_1.1.1.zip

Supported Versions

  • 12.0.7
  • 12.0.5

1.1.1

Fixed

  • Dropdown overlay button fragility — all four dropdown overlay buttons previously used dd.Button:GetFrameLevel() to set their frame level; replaced with dd:GetFrameLevel() + 2 which does not depend on a .Button child existing in the template
  • Anchor dropdown tooltip never shownOnEnter/OnLeave was set on the anchorDD frame itself, but the overlay button sitting on top intercepted all mouse events; moved tooltip scripts to anchorDDOverlay so the tooltip correctly appears on hover

Changed

  • DeathSound_BuildPartySection — entire function body re-indented to 4 spaces for consistency with DeathSound_BuildOverlaySection
  • Removed stale cached list reference from buildOptionsPanel and DeathSound_BuildOverlaySection — both functions previously captured DEATHSOUND_SOUND_LIST / DEATHSOUND_IMAGE_LIST at build time; all dropdown initializers already read the list fresh on each open
  • Removed empty -- ---- Info-Texte ---- comment at end of DeathSound_BuildPartySection