DBFilesClient\CharStartOutfit.dbc |
From WoWDev
[edit]
CharStartOutfit.dbc
This client database lists the starting equipment for the various classes.
[edit]
Fields
Note: the total number of fields in the file treats the four bytes packed as four separate fields. The field IDs given here don't use that convention, they just show the number of 32-bit units to skip from the start of a record.
| Field ID | Type | Description |
|---|---|---|
| 0 | uint | StartOutfitID |
| 1 | 4 bytes | Contains the following values: RaceID, ClassID, Gender, 0 |
| 2-13 | uint[12] | ItemIDs for the starting inventory |
| 14-25 | uint[12] | ItemDisplayIDs |
| 26-37 | uint[12] | Item types |
[edit]
Field descriptions
This file is probably used to show the different outfits on the Create Character screen.

