DB/AreaTable: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==  About ==
Contains general information about the areas (different from Zones, but included) in the game.
Contains general information about the areas (different from Zones, but included) in the game.


== Header Info ==
== Header Info ==


  Records..................1594
  Records..................1594
Line 19: Line 12:
  '''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.dbc|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.dbc|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.dbc|SoundAmbience]] Integer
  9 iRefID_ZoneMusic Integer
  9 iRefID_[[ZoneMusic.dbc|ZoneMusic]] Integer
  10 iRefID_ZoneIntroMusicTable Integer
  10 iRefID_[[ZoneIntroMusicTable.dbc|ZoneIntroMusicTable]] Integer
  11 areaLevel Signed Integer
  11 areaLevel Signed Integer
  12 sRefName String
  12 sRefName String
  13-20 Localization String*
  13-20 Localization String*
  21 iRefMask_FactionGroup BitMask
  21 iRefMask_[[FactionGroup.dbc|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

Revision as of 12:07, 23 July 2007

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"