promotional bannermobile promotional banner

LootSoundPlugin

It's not junk, it's treasure!

File Details

2.2.0

  • R
  • Jan 22, 2026
  • 275.70 KB
  • 133
  • 12.0.0+3
  • Retail + 2

File Name

LootSoundPlugin-2.2.0.zip

Supported Versions

  • 12.0.0
  • 11.2.7
  • 5.5.3
  • 1.15.8

LootSoundPlugin

2.2.0 (2026-01-21)

Full Changelog

  • fix: resolve SoundManager nil error on loot pickup
    Add forward declaration for SoundManager to fix Lua scoping issue
    where the table was self-referenced before binding completed.
    Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
  • fix: resolve RegisterSettingsPanel nil error on load
    Add forward declaration for RegisterSettingsPanel to fix Lua scoping
    issue where the function was called before its definition.
    Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
  • feat: add Midnight pre-patch (12.0) compatibility
    • Add interface version 120000 for WoW Midnight pre-patch
    • Bump version to 2.2.0
    • Verified all APIs remain compatible with 12.0 changes
      Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
  • fix: switch to BigWigsMods/packager for reliable deployments
    • Added X-Curse-Project-ID to TOC
    • Replaced broken workflow with industry standard packager
  • feat: setup multi-version support and curseforge deploy workflow
    • Updated LootSoundPlugin.toc to support Retail, MoP Classic, and Classic Era
    • Added .github/workflows/deploy.yml with zip generation and multi-version upload
    • Included pending Lua improvements and README updates
  • updated version numbers
  • fixed typo in a debug message
  • fixed typo in a debug message
  • updated the trade code, simplifying logic to use Trade Accept
  • fixed several small bugs while playtesting to ensure sounds activated at proper time
  • fixed comma bug
  • updated addon version in .lua to match .toc
  • updated addon compatibility
  • fixed trade sound and simplified code
  • fixed volume bugs and removed debug messages from default state
  • removed incorrect text in place of working code, fixed .lua file
  • updated code for better user experience and made some code improvements
  • created README file
  • reverted name to remove -main reference
  • commented the junk sound clip until a solution is created for using it with auto scrap addons
  • moved a sound to play during the trade window event
  • disabling junk sound until it is better implemented to account for auto selling
  • changed folder patch to correct github zip download name
  • added new sound effects as well as option to use wow instead of treasure
  • increased the gain for the original files and added a junk sound effect
  • added comments to code for better readability
  • added simple volume control
  • updated lua and toc to follow updated WOW addon guidelines
  • updated toc code to simplify
  • updated lua code to implement sound path
  • Merge branch 'main' of github.com:vpontual/lootsoundplugin
  • added required .toc file for plugin
  • Delete .gitignore from github
  • added .gitignore
  • added .gitignore
  • replaced .mp3 for .ogg
  • updated sound file path
  • added lua code to play sound
  • initial commit