DB/ZoneIntroMusicTable: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (comments.)
Line 8: Line 8:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Name String an internal (?) name for the intro
  2 Name String an internal name for the intro
  3 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer the used sound
  3 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer the used sound
  4 InUse Boolean '''not sure.''' only false at ''527,"New Intro",0,0,0,''
  4 InUse Boolean false, if there is no sound entry. Not used ingame.
  5 Unknown Integer* i'm very sure, that its not: ''Q: Possible duration?''
  5 Unknown Integer Haven't found anything but, that this is of the same purpose like ZoneMusic.Unknown.


--[[User:Schlumpf|Schlumpf]] 23:15, 12 August 2007 (CEST)
--[[User:Schlumpf|Schlumpf]] 23:15, 12 August 2007 (CEST)


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

Revision as of 17:59, 10 July 2009

Header Info

Records...................107
Fields......................5
Record Size.................?
String Block Size...........?

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	Name 			String 		an internal name for the intro
3 	iRefID_SoundEntries 	Integer 	the used sound
4 	InUse 			Boolean 	false, if there is no sound entry. Not used ingame.
5 	Unknown 		Integer 	Haven't found anything but, that this is of the same purpose like ZoneMusic.Unknown.

--Schlumpf 23:15, 12 August 2007 (CEST)