Back to 'creature_loot_template' Return to world Go to 'creature_movement_info'
This table contains all models of mobs, their gender and other information that are model related. This means that when a creature uses another model, this information will change as well.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
DisplayID | int | unsigned | PRI | NO | 0 | ||
BoundingRadius | float | NO | 0 | ||||
CombatReach | float | NO | 0 | ||||
Gender | tinyint | unsigned | NO | 2 | |||
DisplayID_Other_Gender | int | unsigned | NO | 0 |
references CreatureDisplayInfo ID
This is the distance the creature stands from the player to attack him while in melee.
This is the maximum distance the creature can reach the player in ranged attack.
Gender of the creature
Note: do not modify this field without sniffs or talking to Kinzcool before (ref commit: http://git.io/T7RLmA).
Point to creature_model_info.DisplayID.
When the entry is gender male (0) or female (1), this value can point to the opposite gender counterpart.
Back to 'creature_loot_template' Return to world Go to 'creature_movement_info'