Description
DBM-EpicMusicPack
Enhance your boss fights with a selection of epic music for Deadly Boss Mods
About The Project
DBM-EpicMusicPack provides a collection of epic music tracks specially selected to enhance your World of Warcraft boss encounters. Compatible with Deadly Boss Mods (DBM), this addon allows you to replace the default boss music with more immersive and epic alternatives.
Installation
There are two methods to install this music pack:
- Via an addon client:
- Simply install this pack through your preferred addon client
- Manual installation:
- Download and extract the archive
- Place the
DBM-EpicMusicPackfolder directly into youraddonsfolder - Make sure you have DBM-Core version 7.2.7 or higher
Usage
Once installed, the music will be automatically available in DBM's music dropdown menus.
- Simply select the "EMP -" files from the music dropdown menus
- Enjoy an epic atmosphere during your boss fights!
Adding Custom Music
You can easily add your own music tracks to the pack by following these steps:
- Add your music file:
- Convert your music to MP3 format
- Place the file in the
DBM-EpicMusicPack\Music\directory - Use a descriptive filename (e.g.,
EMP_MyCustomTrack.mp3)
- Register your music in MusicLoadList.lua:
- Open the
MusicLoadList.luafile in a text editor - Add a new entry to the
musicTablefollowing this format:
["EMP_MyCustomTrack"] = "Artist Name - Track Title",
- Make sure the filename (without the .mp3 extension) matches exactly what you used for your music file
- Save the file
- Open the
- Reload your UI:
- Type
/reloadin the WoW chat to reload your user interface - Your custom music will now appear in the DBM music dropdown menus with the prefix "EMP -"
- Type
Example:
-- Add this line to the musicTable in MusicLoadList.lua ["EMP_MyEpicBossFight"] = "My Name - Epic Boss Fight Theme",
License
Distributed under the GNU General Public License v3.0 (GPL-3.0). See LICENSE for more information.


