DB/Map: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


  Records....................70
  Records....................70
  Fields.....................75 Field Range
  Fields.....................75
  Record Size...............300
  Record Size...............300
  String Block Size........3819
  String Block Size........3819


== Structure ==
== Structure ==


  '''Column Field Type Patch Notes'''
  '''Column Field Type Patch Notes'''
  1 ID Integer
  1 ID Integer
  2 sRefCon String
  2 sRefCon String
  3 Unknown Integer 0=norm; 1=dungeon; 2=raid; 3=pvp_zone; 4=arena;
  3 Unknown Integer 0=norm; 1=dungeon; 2=raid; 3=pvp_zone; 4=arena;
  4 Unknown Boolean*
  4 Unknown Boolean*
  5 sRefName String
  5 sRefName String
  * Localization String*
  * Localization String*
  14 Unknown Integer Minimum level to enter
  14 Unknown Integer Minimum level to enter
  15 Unknown Integer Maximum level
  15 Unknown Integer Maximum level
  16 Unknown Integer Maximum amount of players
  16 Unknown Integer Maximum amount of players
  17 Unknown Signed Integer
  17 Unknown Signed Integer
  18 Unknown Float
  18 Unknown Float
  19 Unknown Float
  19 Unknown Float
  20 iRefID_AreaTable Integer Ref to ID in AreaTable.dbc
  20 iRefID_AreaTable Integer Ref to ID in AreaTable.dbc
  21 Description_1 String Shown for Horde
  21 Description_1 String Shown for Horde
  * Localization String*
  * Localization String*
  30 Description_2 String Shown for Alliance
  30 Description_2 String Shown for Alliance
  * Localization String*
  * Localization String*
  39 iRefID_LoadingScreens Integer Ref to ID in LoadingScreens.dbc
  39 iRefID_LoadingScreens Integer Ref to ID in LoadingScreens.dbc
  40 Unknown Integer Increment in level per battlefield instance
  40 Unknown Integer Increment in level per battlefield instance
  41 Unknown Boolean All 1 except for Blackfathom Deeps
  41 Unknown Boolean All 1 except for Blackfathom Deeps
  42 Unknown Float
  42 Unknown Float
  43 Unknown String 5666 No mapping to string block (6320).
  43 Unknown String 5666 No mapping to string block (6320).
  * Localization String* 5666
  * Localization String* 5666
  52 Heroic Requirement* String 5666 Used to describe requirement for heroic dungeons. (Most match perfectly, a few seem to not match but those instances are under development still.)
  52 Heroic Requirement* String 5666 Used to describe requirement for heroic dungeons. (Most match perfectly, a few seem to not match but those instances are under development still.)
  * Localization String* 5666
  * Localization String* 5666
  61 Unknown String 5666 No mapping to string block (6320).
  61 Unknown String 5666 No mapping to string block (6320).
  * Localization String* 5666
  * Localization String* 5666
  70 Unknown Signed Integer 5991 Most Outland instances are 530. The two contintents, some pvp zones and unfinished zones are -1. A select few are 1, though no obvious reasoning. Possibly to do with how zones are in relation to other zones (winged, inside, world).
  70 Unknown Signed Integer 5991 Most Outland instances are 530. The two contintents, some pvp zones and unfinished zones are -1. A select few are 1, though no obvious reasoning. Possibly to do with how zones are in relation to other zones (winged, inside, world).
  71 Unknown Float 5991
  71 Unknown Float 5991
  72 Unknown Float 5991
  72 Unknown Float 5991
  73 Unknown BitMask* Seems to be used exclusively in raid instances... some sort of size?
  73 Unknown BitMask* Seems to be used exclusively in raid instances... some sort of size?
  74 Unknown BitMask*
  74 Unknown BitMask*
  75 Unknown PH*
  75 Unknown PH*


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

Revision as of 19:52, 22 July 2007

Header Info

Records....................70
Fields.....................75
Record Size...............300
String Block Size........3819

Structure

Column 	Field 			Type 		Patch 	Notes
1 	ID 			Integer 		
2 	sRefCon 		String 		
3 	Unknown 		Integer 		0=norm; 1=dungeon; 2=raid; 3=pvp_zone; 4=arena;
4 	Unknown 		Boolean* 		
5 	sRefName 		String 		
* 	Localization 		String* 		
14 	Unknown 		Integer 		Minimum level to enter
15 	Unknown 		Integer 		Maximum level
16 	Unknown 		Integer 		Maximum amount of players
17 	Unknown 		Signed Integer 		
18 	Unknown 		Float 		
19 	Unknown 		Float 		
20 	iRefID_AreaTable 	Integer 		Ref to ID in AreaTable.dbc 	
21 	Description_1 		String 			Shown for Horde
* 	Localization 		String* 		
30 	Description_2 		String 			Shown for Alliance
* 	Localization 		String* 		
39 	iRefID_LoadingScreens 	Integer 		Ref to ID in LoadingScreens.dbc
40 	Unknown 		Integer 		Increment in level per battlefield instance
41 	Unknown 		Boolean 		All 1 except for Blackfathom Deeps
42 	Unknown 		Float 		
43 	Unknown 		String		5666 	No mapping to string block (6320).
* 	Localization 		String* 	5666 	
52 	Heroic Requirement* 	String 		5666 	Used to describe requirement for heroic dungeons. (Most match perfectly, a few seem to not match but those instances are under development still.)
* 	Localization 		String* 	5666 	
61 	Unknown 		String 		5666 	No mapping to string block (6320).
* 	Localization 		String* 	5666 	
70 	Unknown 		Signed Integer 	5991 	Most Outland instances are 530. The two contintents, some pvp zones and unfinished zones are -1. A select few are 1, though no obvious reasoning. Possibly to do with how zones are in relation to other zones (winged, inside, world).
71 	Unknown 		Float 		5991 	
72 	Unknown 		Float 		5991 	
73 	Unknown 		BitMask* 		Seems to be used exclusively in raid instances... some sort of size?
74 	Unknown 		BitMask* 		
75 	Unknown 		PH* 		

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