跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
•
characters
数据库:characters数据库:groups
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== groups 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] This table holds basic info about groups. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO| | | | |[[#leaderGuid|leaderGuid]]|INT|UNSIGNED| |NO| | | | |[[#lootMethod|lootMethod]]|TINYINT|UNSIGNED| |NO| | | | |[[#looterGuid|looterGuid]]|INT|UNSIGNED| |NO| | | | |[[#lootThreshold|lootThreshold]]|TINYINT|UNSIGNED| |NO| | | | |[[#icon|icon1]]|BIGINT|UNSIGNED| |NO| | | | |[[#icon|icon2]]|BIGINT|UNSIGNED| |NO| | | | |[[#icon|icon3]]|BIGINT|UNSIGNED| |NO| | | | |[[#icon|icon4]]|BIGINT|UNSIGNED| |NO| | | | |[[#icon|icon5]]|BIGINT|UNSIGNED| |NO| | | | |[[#icon|icon6]]|BIGINT|UNSIGNED| |NO| | | | |[[#icon|icon7]]|BIGINT|UNSIGNED| |NO| | | | |[[#icon|icon8]]|BIGINT|UNSIGNED| |NO| | | | |[[#groupType|groupType]]|TINYINT|UNSIGNED| |NO| | | | |[[#difficulty|difficulty]]|TINYINT|UNSIGNED| |NO|0| | | |[[#raiddifficulty|raiddifficulty]]|TINYINT|UNSIGNED| |NO|0| | | |[[#masterLooterGuid|masterLooterGuid]]|INT|UNSIGNED| |NO| | | | ===== 字段说明 ===== ---- ==== guid ==== The ID of the group. This number is unique to each group and is the main method to identify a group. ==== leaderGuid ==== The GUID of the character. See characters.guid. ==== lootMethod ==== ^Value^Name^Comments^ |0|FREE_FOR_ALL| | |1|ROUND_ROBIN| | |2|MASTER_LOOT| | |3|GROUP_LOOT| | |4|NEED_BEFORE_GREED| | ==== looterGuid ==== Master looter's guid. See characters.guid. If lootMethod is not 2, then it's group leader's guid. ==== lootThreshold ==== field-no-description|5 ==== icon ==== field-no-description|6-13 ==== groupType ==== ^Value^Name^Comments^ |0|GROUPTYPE_NORMAL| | |1|GROUPTYPE_BG| | |2|GROUPTYPE_RAID| | |3|GROUPTYPE_BGRAID|GROUPTYPE_BG + GROUPTYPE_RAID, <nowiki>//</nowiki> mask| |4|GROUPTYPE_UNK1| | |8|GROUPTYPE_LFG| | ==== difficulty ==== field-no-description|15 ==== raiddifficulty ==== field-no-description|16 ==== masterLooterGuid ==== field-no-description|17
数据库/characters数据库/groups.txt
· 最后更改: 2023/09/24 12:04 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部