DB/ZoneMusic: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
m (New Style.)
Line 1: Line 1:
==Header Info ==
This table contains the music that is played in zones.
Records...................170
Fields......................8
Record Size................32
String Block Size........3456


==Structure==
==Structure==
'''Column Field Type Notes'''
{| style="background:#FCFCFC; color:black"
  1 ID Integer
|-
  2 sRefCon String
! width="80" | Column  
  3 Unknown Integer length(ms) or quality of 7? (0, 180000, 300000)
! width="180 " | Field  
  4 Unknown Integer length(ms) or quality of 8? (0, 180000, 300000)
! width="80" | Type  
  5 Unknown Integer Alernative length(ms) or quality of 7? (0, 180000, 300000, 600000)
! width="600" | Notes
6 Unknown Integer Alernative length(ms) or quality of 8? (0, 180000, 300000, 600000)  
|-
  7 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Music (Day)
|1 || ID || Integer ||
  8 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Alternate Music (Night)
|-
|2 || Name  || String ||
|-
|3-6 || Unknown  || Integer  || Length (ms) or quality of field 7 or 8? (mostly: 0, 180000, 300000)  
|- style="background:#F0F8FF;"
|7 || [[SoundEntries.dbc|DayMusic]] || iRefID || Whats played on days.
|- style="background:#F0F8FF;"
|8 || [[SoundEntries.dbc|NightMusic]] || iRefID || And in the night.
|}


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


[[Category:DBC]]
[[Category:DBC]][[Category:3.0.2.8905]]

Revision as of 20:01, 28 September 2008

This table contains the music that is played in zones.

Structure

Column Field Type Notes
1 ID Integer
2 Name String
3-6 Unknown Integer Length (ms) or quality of field 7 or 8? (mostly: 0, 180000, 300000)
7 DayMusic iRefID Whats played on days.
8 NightMusic iRefID And in the night.

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