DB/WorldMapOverlay: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer Internal overlay id, probably not used anywhere (?)
  2 iRefID_[[WorldMapArea.dbc|WorldMapArea]] Integer Zone ID
  2 iRefID_[[WorldMapArea.dbc|WorldMapArea]] Integer Zone ID
  3 iRefID_[[AreaTable.dbc|AreaTable]] Integer Area ID
  3 iRefID_[[AreaTable.dbc|AreaTable]] Integer Area ID
Line 25: Line 25:
  16 Y2 Integer Bounding Box Bottom  
  16 Y2 Integer Bounding Box Bottom  
  17 X2 Integer Bounding Box Right
  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 13:48, 3 August 2007

Header Info

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

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	Internal overlay id, probably not used anywhere (?) 	
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

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