DB/CreatureDisplayInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==Header Info== Records.................15345 Fields.....................12 Record Size................48 String Block Size.......36890 ==Structure== '''Column Field Type Note...)
 
No edit summary
Line 21: Line 21:


Retrieved from "http://www.sourcepeek.com/wiki/CreatureDisplayInfo.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/CreatureDisplayInfo.dbc"
[[Category:DBC]]

Revision as of 14:49, 25 July 2007

Header Info

Records.................15345
Fields.....................12
Record Size................48
String Block Size.......36890

Structure

Column	Field 				Type 		Notes 
1 	ID 				Integer 	
2 	iRefID_CreatureModelData 	Integer 	Points to the model filename. 
3 	Unknown 			Integer 	Most likely a iRefID. 
4 	iRefID_CreatureDisplayInfoExtra	Integer 	
5 	Scale 				Float 		Default model scale if not set by server for that spawn. 1 is default model size. (Confirm this?) 
6 	Opacity 			Integer 	0 - 255. 0 is totally transparent, 255 is solid 
7 	Unknown 			String 		Alternate skins? Constant? 
8 	Unknown 			String 	
9 	Unknown 			String 	
10 	Unknown 			Integer 	
11 	Unknown 			Integer 	
12 	iRefID_NPCSounds 		Integer 	

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