DB/ZoneMusic: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
|2  || Name  || String  ||  
|2  || Name  || String  ||  
|-  
|-  
|3  || UnknownDay || Integer  || These may be related to quality or something.
|3  || SilenceIntervalMinDay || Integer  ||
|-  
|-  
|4  || UnknownNight || Integer  || Haven't found anything but, that these are of the same purpose like ZoneIntroMusicTable.Unknown.
|4  || SilenceIntervalMinNight || Integer  ||
|-  
|-  
|5  || Unknown2Day || Integer  ||  
|5  || SilenceIntervalMaxDay || Integer  ||  
|-  
|-  
|6  || Unknown2Night || Integer  ||  
|6  || SilenceIntervalMaxNight || Integer  ||  
|- style="background:#F0F8FF;"
|- style="background:#F0F8FF;"
|7  || [[SoundEntries.dbc|DayMusic]]  || iRefID || Whats played on days.
|7  || [[SoundEntries.dbc|DayMusic]]  || iRefID || Whats played on days.

Revision as of 20:34, 16 April 2011

This table contains the music that is played in zones.

Structure

Column Field Type Notes
1 ID Integer
2 Name String
3 SilenceIntervalMinDay Integer
4 SilenceIntervalMinNight Integer
5 SilenceIntervalMaxDay Integer
6 SilenceIntervalMaxNight Integer
7 DayMusic iRefID Whats played on days.
8 NightMusic iRefID And in the night.

Retrieved from "http://www.sourcepeek.com/wiki/ZoneMusic.dbc"