跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:creature_model_info
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== creature_model_info 表 ====== ---- [[数据库:world数据库:首页|<-返回: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. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#modelid|modelid]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#bounding_radius|bounding_radius]]|FLOAT|SIGNED| |NO|0| | | |[[#combat_reach|combat_reach]]|FLOAT|SIGNED| |NO|0| | | |[[#gender|gender]]|TINYINT|UNSIGNED| |NO|2| | | |[[#modelid_other_gender|modelid_other_gender]]|MEDIUMINT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== 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 ^Value^Description^ |0|Male| |1|Female| |2|None| 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.
数据库/world数据库/creature_model_info.txt
· 最后更改: 2023/09/24 16:12 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部