NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the DBC file 'ZoneMusic' for MaNGOSZero
The zone music table contains definitions for ambience sounds to be played during day and night time in various areas.
The file contents is read and mapped into the struct zonemusicEntry in the MaNGOS core.
The field types and usage is defined in zonemusicfmt in the MaNGOS core.
The File is currently *NOT USED* by the MaNGOS core.
The Field definitions follow, No. of fields: 8 strong>
Field Name | Field Type | Notes |
---|---|---|
Id | INT(11) | Unique Id |
SetName | TEXT | The name of the ambient sound. |
SilenceIntervalMinDay | INT(11) | The minimum amount of milliseconds to wait before replaying the ambience sound during day time. |
SilenceIntervalMinNight | INT(11) | The minimum amount of milliseconds to wait before replaying the ambience sound during night time. |
SilenceIntervalMaxDay | INT(11) | The maximum amount of milliseconds to wait before replaying the ambience sound during day time. |
SilenceIntervalMaxNight | INT(11) | The maximum amount of milliseconds to wait before replaying the ambience sound during night time. |
daySoundEntryId | INT(11) | The sound entry being played during day time. |
nightSoundEntryId | INT(11) | The sound entry being played during night time. |
Description of the fields
Id INT(11)
Unique ID
SetName TEXT
The name of the ambient sound.
SilenceIntervalMinDay INT(11)
The minimum amount of milliseconds to wait before replaying the ambience sound during day time.
SilenceIntervalMinNight INT(11)
The minimum amount of milliseconds to wait before replaying the ambience sound during night time.
SilenceIntervalMaxDay INT(11)
The maximum amount of milliseconds to wait before replaying the ambience sound during day time.
SilenceIntervalMaxNight INT(11)
The maximum amount of milliseconds to wait before replaying the ambience sound during night time.
daySoundEntryId INT(11)
References the primary key of [SoundEntries.dbc].
nightSoundEntryId INT(11)
References the primary key of [SoundEntries.dbc].
auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now