目录

creature_model_info 表


<-返回:World 数据库

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.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
modelidMEDIUMINTUNSIGNEDPRINO0
bounding_radiusFLOATSIGNED NO0
combat_reachFLOATSIGNED NO0
genderTINYINTUNSIGNED NO2
modelid_other_genderMEDIUMINTUNSIGNED NO0

字段说明


modelid

Display ID from CreatureDisplayInfo.dbc

bounding_radius

This field is unused. It's purpose is currently unknown. It may or may not be linked to path-finding.

combat_reach

This value is the unit's radius in term of game mechanics: The bigger this value is, the higher the unit's range is and also the further away it can get hit from.

gender

Gender of the creature

ValueDescription
0Male
1Female
2None

Note: do not modify this field without sniffs or talking to Kinzcool before (ref commit: http://git.io/T7RLmA).

modelid_other_gender

Point to Creature_model_info.modelid. When the entry is gender male (0) or female (1), this value can point to the opposite gender counterpart.