DB/AreaTable: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
m (updated for proper number of localization fields.)
Line 11: Line 11:


  '''Column Field Type Patch Notes'''
  '''Column Field Type Patch Notes'''
  1 ID Integer
  1 ID Integer id of record
  2 iRefID_[[Map.dbc|Map]] Integer This pointer will refer only to the continents.
  2 iRefID_[[Map.dbc|Map]] Integer reference to map.dbc record.
  3 iRefID_[[AreaTable.dbc|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?
Line 22: Line 22:
  10 iRefID_[[ZoneIntroMusicTable.dbc|ZoneIntroMusicTable]] Integer music upon entering the zone
  10 iRefID_[[ZoneIntroMusicTable.dbc|ZoneIntroMusicTable]] Integer music upon entering the zone
  11 areaLevel Signed Integer level this zone is made for.
  11 areaLevel Signed Integer level this zone is made for.
  12-20 sRefName String + [[Loc]]
  12-28 sRefName String + [[Loc]]
  21 iRefMask_[[FactionGroup.dbc|FactionGroup]] BitMask
  29 iRefMask_[[FactionGroup.dbc|FactionGroup]] BitMask
  22 Unknown Integer 5428
  30 Unknown Integer 5428
  23 Unknown PH* 5428 NULL
  31 Unknown PH* 5428 NULL
  24 Unknown PH* 5428 NULL
  32 Unknown PH* 5428 NULL
  25 Unknown Integer 5428
  33 Unknown Integer 5428
  26 Unknown Float 5610 very often -500.0
  34 Unknown Float 5610 very often -500.0
  27 Unknown Float 5894
  35 Unknown Float 5894


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

Revision as of 06:19, 11 December 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 		id of record
2 	iRefID_Map 			Integer 		reference to map.dbc record.
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* 		flagging the type of the area?
6 	Unknown 			Integer* 		
7 	Unknown 			Integer* 		who knows...
8 	iRefID_SoundAmbience 		Integer 		ambient sound
9 	iRefID_ZoneMusic 		Integer 		ambient music	
10 	iRefID_ZoneIntroMusicTable 	Integer 		music upon entering the zone
11 	areaLevel 			Signed Integer 		level this zone is made for.
12-28 	sRefName 			String + Loc 		
29 	iRefMask_FactionGroup 		BitMask 		
30 	Unknown 			Integer 	5428 	
31 	Unknown 			PH* 		5428 	NULL
32 	Unknown 			PH* 		5428 	NULL
33 	Unknown 			Integer 	5428 	
34 	Unknown 			Float 		5610 	very often -500.0
35 	Unknown 			Float 		5894