DB/WorldMapOverlay: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 iRefID_[[WorldMapArea.dbc|WorldMapArea]] Integer
  2 iRefID_[[WorldMapArea.dbc|WorldMapArea]] Integer Zone ID
  3 iRefID_[[AreaTable.dbc|AreaTable]] Integer
  3 iRefID_[[AreaTable.dbc|AreaTable]] Integer Area ID
  4 iRefID_[[AreaTable.dbc|AreaTable]] Integer
  4 iRefID_[[AreaTable.dbc|AreaTable]] Integer
  5 iRefID_[[AreaTable.dbc|AreaTable]] Integer
  5 iRefID_[[AreaTable.dbc|AreaTable]] Integer
Line 16: Line 16:
  ''7 Unknown NULL''
  ''7 Unknown NULL''
  ''8 Unknown NULL ''
  ''8 Unknown NULL ''
  9 sRefCon String
  9 sRefPath String Base texture name
  10 Unknown Integer x1?
  10 Width Integer Width of overlay patch
  11 Unknown Integer y1?
  11 Height Integer Height of overlay patch
  12 Unknown Integer x2?
  12 Left Integer X coordinate of overlay patch
  13 Unknown Integer y2?
  13 Top Integer Y coordinate of overlay patch
  14 Unknown Integer "
  14 Y1 Integer Bounding Box Top
  15 Unknown Integer "
  15 X1 Integer Bounding Box Left
  16 Unknown Integer "
  16 Y2 Integer Bounding Box Bottom
  17 Unknown Integer " y4?
  17 X2 Integer Bounding Box Right
 
Column Field Type Notes
1 ID Integer Internal overlay id, probably not used anywhere (?)
9 sRefPath String Base texture name


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


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

Revision as of 14:47, 3 August 2007

Header Info

Records...................797
Fields.....................17
Record Size................68
String Block Size.......10656

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	iRefID_WorldMapArea 	Integer 	Zone ID 	
3 	iRefID_AreaTable 	Integer 	Area ID 	
4 	iRefID_AreaTable 	Integer 	
5 	iRefID_AreaTable 	Integer 	
6 	iRefID_AreaTable 	Integer 	
7 	Unknown 		NULL 	
8 	Unknown 		NULL 	
9 	sRefPath 		String 		Base texture name 
10 	Width 			Integer 	Width of overlay patch 
11 	Height 			Integer 	Height of overlay patch 
12 	Left 			Integer 	X coordinate of overlay patch 
13 	Top 			Integer 	Y coordinate of overlay patch 
14 	Y1 			Integer 	Bounding Box Top 
15 	X1 			Integer 	Bounding Box Left 
16 	Y2 			Integer 	Bounding Box Bottom 
17 	X2 			Integer 	Bounding Box Right

Column Field Type Notes 1 ID Integer Internal overlay id, probably not used anywhere (?) 9 sRefPath String Base texture name

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