CreatureCache.wdb

From wowdev
Revision as of 14:53, 11 January 2010 by Adys (talk | contribs) (→‎Structure)
Jump to navigation Jump to search

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

  • Signature: WMOB

for 2.3.0 client version.

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 	cursor		String		Cursor shown when hovering 
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 	DisplayID2 	Integer 	CreatureDisplayInfo.dbc  - Added in 2.2 
16 	DisplayID3 	Integer 	CreatureDisplayInfo.dbc  - Added in 2.2 
17 	DisplayID4 	Integer 	CreatureDisplayInfo.dbc  - Added in 2.2 
18 	Unknown 	Floats 		Floats? 
19 	Unknown 	Floats  	Floats? 
20 	RacialLeader 	uint8 		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"