CreatureCache.wdb
From Source Peek Wiki
[edit]
About
The CreatureCache.wdb holds basic of the information for creatures you have seen in game.
Signature: WMOB
[edit]
Note
patch 2.3.0.7561:
add a string between column 7 and 8. last unknown int16 modify to int8
[edit]
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 | Added in patch 2.3.0.7561 |
| 9 | Unknown | Possibly a Binary Flag | |
| 10 | typeID | Integer | CreatureType.dbc |
| 11 | familyID | Integer | CreatureFamily.dbc |
| 12 | flagID | Integer | Creature Flag Types |
| 13 | Unknown | ||
| 14 | spellDataID | CreatureSpellData.dbc | |
| 15 | DisplayID | Integer | CreatureDisplayInfo.dbc |
| 16 | DisplayID2 | Unknown | CreatureDisplayInfo.dbc - Added in 2.2 |
| 17 | DisplayID3 | Unknown | CreatureDisplayInfo.dbc - Added in 2.2 |
| 18 | DisplayID4 | Unknown | CreatureDisplayInfo.dbc - Added in 2.2 |
| 19 | Unknown | Float | |
| 20 | Unknown | Float | |
| 21 | Unknown | int8 | 1-byte. Bosses seem to have this set at -1 while everything else is either 0 or 1. |
