forked from cmangos/mangos-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 0
Creature_model_info
Schmoozerd edited this page Apr 14, 2013
·
1 revision
Back to world database list of tables.
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 | Null | Key | Default | Extra |
modelid | mediumint(8) unsigned | NO | PRI | 0 | |
bounding_radius | float | NO | 0 | ||
combat_reach | float | NO | 0 | ||
gender | tinyint(3) unsigned | NO | 2 | ||
modelid_other_gender | mediumint(8) unsigned | NO | 0 | ||
modelid_alternative | mediumint(8) unsigned | NO | 0 |
Display ID from CreatureDisplayInfo.dbc
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
- 0: Male
- 1: Female
- 2: None
Point to Creature_model_info.modelid. When the entry is gender male (0) or female (1), this value can point to the display id of the other gender.
Alternative to the current model.