DB/WorldMapContinent: Difference between revisions

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


==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 iRefID_[[Map.dbc|Map]] Integer reference ID to [[Map.dbc]].  
  2 iRefID_[[Map.dbc|Map]] Integer reference ID to [[Map.dbc]].  
  3 Unknown Integer
  3 leftBoundary Integer
  4 Unknown Integer
  4 rightBoundary Integer
  5 Unknown Integer
  5 topBoundary Integer
  6 Unknown Integer
  6 bottomBoundary Integer
  7 Unknown Float
  7 continentOffsetX Float
  8 Unknown Float
  8 continentOffsetY Float
  9 Unknown Float all rows 0.75.  
  9 scale Float all rows 0.75.  
  10 x1 Float
  10 taxiMinX Float
  11 y1 Float x2?  
  11 taxiMinY Float x2?  
  12 x2 Float y1?  
  12 taxiMaxX Float y1?  
  13 y2 Float
  13 taxiMaxY Float
cata worldMapID Integer


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


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

Revision as of 20:27, 16 April 2011

Header Info

Records.....................4 
Fields.....................14
Record Size................56
String Block Size...........1

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	iRefID_Map	Integer 	reference ID to Map.dbc. 
3 	leftBoundary 		Integer 	
4 	rightBoundary 		Integer 	
5 	topBoundary 		Integer 	
6 	bottomBoundary 		Integer 	
7 	continentOffsetX 	Float 	
8 	continentOffsetY 	Float 	
9 	scale			Float 		all rows 0.75. 
10 	taxiMinX 		Float 		
11 	taxiMinY	 	Float 		x2? 
12 	taxiMaxX	 	Float 		y1? 
13 	taxiMaxY	 	Float 		
cata	worldMapID		Integer

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