promotional bannermobile promotional banner
premium banner
Epic Music for DBM Event Sounds

Description

License Discord
 
Logo

DBM-EpicMusicPack

Enhance your boss fights with a selection of epic music for Deadly Boss Mods

Report Bug · Request Feature

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:

  1. Via an addon client:
    • Simply install this pack through your preferred addon client
  2. Manual installation:
    • Download and extract the archive
    • Place the DBM-EpicMusicPack folder directly into your addons folder
    • 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:

  1. 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)
  2. Register your music in MusicLoadList.lua:
    • Open the MusicLoadList.lua file in a text editor
    • Add a new entry to the musicTable following 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
  3. Reload your UI:
    • Type /reload in the WoW chat to reload your user interface
    • Your custom music will now appear in the DBM music dropdown menus with the prefix "EMP -"

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.