DB/ZoneMusic: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 13: Line 13:
|2  || Name  || String  ||  
|2  || Name  || String  ||  
|-  
|-  
|3  || Unknown || Integer  || Length (ms) or quality of field 7 or 8? (mostly: 0, 180000, 300000)
|3  || UnknownDay || Integer  || These may be related to quality or something.
|-  
|-  
|4  || Unknown || Integer  || Length (ms) or quality of field 7 or 8? (mostly: 0, 180000, 300000)
|4  || UnknownNight || Integer  || Haven't found anything but, that these are of the same purpose like ZoneIntroMusicTable.Unknown.
|-  
|-  
|5  || Unknown || Integer  || Length (ms) or quality of field 7 or 8? (mostly: 0, 180000, 300000)
|5  || Unknown2Day || Integer  ||  
|-  
|-  
|6  || Unknown || Integer  || Length (ms) or quality of field 7 or 8? (mostly: 0, 180000, 300000)
|6  || Unknown2Night || 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 17:58, 10 July 2009

This table contains the music that is played in zones.

Structure

Column Field Type Notes
1 ID Integer
2 Name String
3 UnknownDay Integer These may be related to quality or something.
4 UnknownNight Integer Haven't found anything but, that these are of the same purpose like ZoneIntroMusicTable.Unknown.
5 Unknown2Day Integer
6 Unknown2Night Integer
7 DayMusic iRefID Whats played on days.
8 NightMusic iRefID And in the night.

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