CreatureCache.wdb

From wowdev
Revision as of 14:31, 3 August 2007 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

The CreatureCache.wdb holds basic of the information for creatures you have seen in game.

  • Signature: WMOB

Structure

Column	Field 		Type 		Notes 
1 	creatureID 	Integer 	
2 	entryLength 	Integer 	WDB Files 
3 	name 		String 	
4 	name 		String 	
5 	name 		String 	
6 	name 		String 	
7 	description 	String 		Shown as <Description> under their name in game 
8 	Unknown 			Possibly a Binary Flag 
9 	typeID 		Integer 	CreatureType.dbc
10 	familyID 	Integer 	CreatureFamily.dbc 
11 	flagID 		Integer 	Creature Flag Types 
12 	Unknown 		
13 	spellDataID 			CreatureSpellData.dbc 
14 	DisplayID 	Integer 	CreatureDisplayInfo.dbc 
15 	Unknown 	Unknown 	Floats? 
16 	Unknown 	Unknown 	Floats? 
17 	Unknown 	uint16 		2-byte. Bosses seem to have this set at 256 while everything else is either 0 or 1. 

Retrieved from "http://www.sourcepeek.com/wiki/CreatureCache.wdb"