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?
  4 Unknown Integer* internal index? | ''on wowdev referenced as bitfield flagging the kind of area.''
  5 Unknown BitMask*
  5 Unknown BitMask* may be this field (^)
  6 Unknown Integer*
  6 Unknown Integer*
  7 Unknown Integer* who knows...
  7 Unknown Integer* who knows...
Line 31: Line 31:
  26 Unknown Float 5610
  26 Unknown Float 5610
  27 Unknown Float 5894  
  27 Unknown Float 5894  
==Flags for field 4(wowdev) / 5==
The flags seem to mark what kind of area it is.
'''Bit(s) Description'''
0x00000038 Seems to indicate this is a capital city
0x00000080 Always PVP
Retrieved from "http://www.sourcepeek.com/wiki/AreaTable.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/AreaTable.dbc"

Revision as of 17:40, 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? | on wowdev referenced as bitfield flagging the kind of area.
5 	Unknown 			BitMask* 		may be this field (^)
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 


Flags for field 4(wowdev) / 5

The flags seem to mark what kind of area it is.

Bit(s) 	Description 
0x00000038 	Seems to indicate this is a capital city 
0x00000080 	Always PVP

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