跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:creature_equip_template
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== creature_equip_template 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table contains all the equipment combinations that can be sent for each creature. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#CreatureID|CreatureID]]|MEDIUMINT|UNSIGNED|PRI|NO|0| |Unique entry| |[[#ID|ID]]|TINYINT|UNSIGNED|PRI|NO|1| |Unique entry| |[[#ItemID1|ItemID1]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#ItemID2|ItemID2]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#ItemID3|ItemID3]]|MEDIUMINT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== CreatureID ==== The direct corresponding id in creature table or entry in creature_template table. ==== ID ==== An additional identifier for each individual entry, enabling multiple equipment for one creature entry. Counter must start with 1 and grow accordingly. ==== ItemID1 ==== This is the item number of the equipment used in the right hand from Item.dbc. ==== ItemID2 ==== This is the item number of the equipment used in the left hand from Item.dbc. ==== ItemID3 ==== This is the item number of the equipment used in the ranged slot from Item.dbc.
数据库/world数据库/creature_equip_template.txt
· 最后更改: 2023/09/24 15:34 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部