DB/AreaTable: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 17: Line 17:
== Structure ==
== Structure ==


  '''Column Field Type Patch Notes'''
  '''Column Field Type Patch Notes'''
  1 ID Integer
  1 ID Integer
  2 iRefID_Map Integer This pointer will refer only to the continents.
  2 iRefID_Map Integer This pointer will refer only to the continents.
  3 iRefID_AreaTable Integer Recursive. If this is a sub-area, it will link to its parent area.
  3 iRefID_AreaTable Integer Recursive. If this is a sub-area, it will link to its parent area.
  4 Unknown Integer* internal index?
  4 Unknown Integer* internal index?
  5 Unknown BitMask*
  5 Unknown BitMask*
  6 Unknown Integer*
  6 Unknown Integer*
  7 Unknown Integer* who knows...
  7 Unknown Integer* who knows...
  8 iRefID_SoundAmbience Integer
  8 iRefID_SoundAmbience Integer
  9 iRefID_ZoneMusic Integer
  9 iRefID_ZoneMusic Integer
Line 32: Line 32:
  13-20 Localization String*
  13-20 Localization String*
  21 iRefMask_FactionGroup BitMask
  21 iRefMask_FactionGroup BitMask
  22 Unknown ´ Integer 5428
  22 Unknown ´ Integer 5428
  23 Unknown PH* 5428 NULL
  23 Unknown PH* 5428 NULL
  24 Unknown PH* 5428 NULL
  24 Unknown PH* 5428 NULL
  25 Unknown Integer 5428
  25 Unknown Integer 5428
  26 Unknown Float 5610
  26 Unknown Float 5610
  27 Unknown Float 5894  
  27 Unknown Float 5894  
Retrieved from "http://www.sourcepeek.com/wiki/AreaTable.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/AreaTable.dbc"

Revision as of 21:07, 22 July 2007

About

Contains general information about the areas (different from Zones, but included) in the game.



Header Info

Records..................1594
Fields.....................27
Record Size...............108
String Block Size.......23291

Structure

Column 	Field 				Type 		Patch 	Notes
1 	ID 				Integer 	
2 	iRefID_Map 			Integer 		This pointer will refer only to the continents.
3 	iRefID_AreaTable 		Integer 		Recursive. If this is a sub-area, it will link to its parent area.
4 	Unknown 			Integer* 		internal index?
5 	Unknown 			BitMask* 		
6 	Unknown 			Integer* 		
7 	Unknown 			Integer* 		who knows...
8 	iRefID_SoundAmbience 		Integer 		
9 	iRefID_ZoneMusic 		Integer 		
10 	iRefID_ZoneIntroMusicTable 	Integer 		
11 	areaLevel 			Signed Integer 		
12 	sRefName 			String 		
13-20 	Localization 			String* 		
21 	iRefMask_FactionGroup 		BitMask 		
22 	Unknown 	´		Integer 	5428 	
23 	Unknown 			PH* 		5428 	NULL
24 	Unknown 			PH* 		5428 	NULL
25 	Unknown 			Integer 	5428 	
26 	Unknown 			Float 		5610 	
27 	Unknown 			Float 		5894 

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