CreatureCache.wdb: Difference between revisions

From wowdev
Jump to navigation Jump to search
(thanks sourcepeek.)
Line 3: Line 3:
*Signature: WMOB  
*Signature: WMOB  


for 2.3.0 client version.
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
Line 12: Line 13:
  6 name String
  6 name String
  7 description String Shown as <Description> under their name in game  
  7 description String Shown as <Description> under their name in game  
  8 Unknown Possibly a Binary Flag
  8 Unknown String "Directions" for guard
  9 typeID Integer [[CreatureType.dbc]]
  9 typeID Integer [[CreatureType.dbc]]
  10 familyID Integer [[CreatureFamily.dbc]]  
  10 familyID Integer [[CreatureFamily.dbc]]  
Line 19: Line 20:
  13 spellDataID [[CreatureSpellData.dbc]]  
  13 spellDataID [[CreatureSpellData.dbc]]  
  14 DisplayID Integer [[CreatureDisplayInfo.dbc]]  
  14 DisplayID Integer [[CreatureDisplayInfo.dbc]]  
  15 DisplayID2 Unknown [[CreatureDisplayInfo.dbc]]  - Added in 2.2  
  15 DisplayID2 Integer [[CreatureDisplayInfo.dbc]]  - Added in 2.2  
  16 DisplayID3 Unknown [[CreatureDisplayInfo.dbc]]  - Added in 2.2  
  16 DisplayID3 Integer [[CreatureDisplayInfo.dbc]]  - Added in 2.2  
  17 DisplayID4 Unknown [[CreatureDisplayInfo.dbc]]  - Added in 2.2  
  17 DisplayID4 Integer [[CreatureDisplayInfo.dbc]]  - Added in 2.2  
  18 Unknown uint16 Floats?  
  18 Unknown Floats Floats?  
  19 Unknown Unknown Floats?  
  19 Unknown Floats  Floats?  
  20 Unknown uint16 2-byte. Bosses seem to have this set at 256 while everything else is either 0 or 1.
  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"
Retrieved from "http://www.sourcepeek.com/wiki/CreatureCache.wdb"

Revision as of 09:53, 28 November 2007

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 	Unknown 	String		"Directions" for guard 
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"