creature_template_model
The creature_template_model table
This table describes which model is assigned to a specific creature.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| CreatureID | INT | UNSIGNED | PRI | NO | |||
| Idx | SMALLINT | UNSIGNED | PRI | NO | 0 | ||
| CreatureDisplayID | INT | UNSIGNED | NO | ||||
| DisplayScale | FLOAT | NO | 1 | ||||
| Probability | FLOAT | NO | 0 | ||||
| VerifiedBuild | SMALLINT | YES |
Description of the fields
CreatureID
Idx
Index 0-3.
CreatureDisplayID
DisplayID from CreatureDisplayInfo.dbc.
DisplayScale
Modifies the model scale.
Probability
0-1
If it exceeds or fall short of 1 the core will correct it during startup to equal 1.
VerifiedBuild
This field is used by the TrinityCore DB Team to determine whether a template has been verified from WDB files.
- If value is 0, it has not been parsed yet.
- If value is > 0, it has been parsed with WDB files from that specific Client Build.
- If value is -1, it is just a place holder until proper data are found on WDBs.
- If value is -Client Build, it was parsed with WDB files from that specific client build and manually edited later for some specific necessity.