
MidnightCC
- 837
- Addons
A replacer for the default Blizzard ActionBar cooldown typefont and size.
- 837
- April 22, 2026
- Addons
- +3

MidnightCC
- 837
- Addons
A replacer for the default Blizzard ActionBar cooldown typefont and size.
- 837
- April 22, 2026
- Addons
- +3


DingSound plays custom audio files whenever your character levels up or earns an achievement.
PLAYER_LEVEL_UP and ACHIEVEMENT_EARNED.Interface/AddOns/DingSound/Sounds/DingSound_SoundList.luaDingSoundSoundList table. Example:DingSoundSoundList = { "levelup.mp3", "fanfare.ogg", }
If the table is empty, the addon defaults to doing nothing on level-up.
Not directly. WoW addons run in a restricted Lua environment and cannot read arbitrary text files from disk at runtime.
Using a small dedicated Lua list file (DingSound_SoundList.lua) is the closest safe alternative: users only edit file names in one simple place and do not need to touch addon logic.
WoW addons cannot enumerate arbitrary files from disk at runtime, so the game cannot automatically discover files in the folder. The supported pattern is to maintain an explicit file list in addon data.
A replacer for the default Blizzard ActionBar cooldown typefont and size.
A replacer for the default Blizzard ActionBar cooldown typefont and size.