DB/AreaTable: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
  2 iRefID_[[Map.dbc|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.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? | ''on wowdev referenced as bitfield flagging the kind of area.''
  4 Unknown Integer* internal index?
  5 Unknown BitMask* may be this field (^)
  5 Unknown BitMask* flagging the type of the area?
  6 Unknown Integer*
  6 Unknown Integer*
  7 Unknown Integer* who knows...
  7 Unknown Integer* who knows...
  8 iRefID_[[SoundAmbience.dbc|SoundAmbience]] Integer
  8 iRefID_[[SoundAmbience.dbc|SoundAmbience]] Integer ambient sound
  9 iRefID_[[ZoneMusic.dbc|ZoneMusic]] Integer
  9 iRefID_[[ZoneMusic.dbc|ZoneMusic]] Integer ambient music
  10 iRefID_[[ZoneIntroMusicTable.dbc|ZoneIntroMusicTable]] Integer
  10 iRefID_[[ZoneIntroMusicTable.dbc|ZoneIntroMusicTable]] Integer music upon entering the zone
  11 areaLevel Signed Integer
  11 areaLevel Signed Integer level this zone is made for.
  12 sRefName String
  12 sRefName String
  13-20 Localization String*
  13-20 Localization String*
Line 29: Line 29:
  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 very often -500.0
  27 Unknown Float 5894
  27 Unknown Float 5894


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

Revision as of 15:08, 6 August 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* 		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 	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 	very often -500.0
27 	Unknown 			Float 		5894