跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
•
characters
数据库:world数据库:quest_request_items
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== quest_request_items 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table basically handles 3 quest details: - NPC Emote when quest is completed - NPC Emote when quest is incomplete - Completion text for quests requiring quest items **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#ID|ID]]|MEDIUMINT|UNSIGNED|PRI|NO|0| |Unique ID (quest_template.ID)| |[[#EmoteOnComplete|EmoteOnComplete]]|SMALLINT|UNSIGNED| |NO|0| |Quest ender NPC Emote| |[[#EmoteOnIncomplete|EmoteOnIncomplete]]|SMALLINT|UNSIGNED| |NO|0| |Quest ender NPC Emote| |[[#CompletionText|CompletionText]]|text|utf8_general_ci| |YES|NULL| |Quest completion text| |[[#VerifiedBuild|VerifiedBuild]]|SMALLINT| | |NO|0| |Game client Build number| ===== 字段说明 ===== ---- ==== ID ==== Quest ID for quests showing a completion text upon turning in an item delivery quest. Primary Key for this table. Each quest ID must be unique. ==== EmoteOnComplete ==== Emote (from Emotes.dbc) played by the quest ender NPC when all quest objectives are completed. ==== EmoteOnIncomplete ==== Emote (from Emotes.dbc) played by the quest ender NPC if any of the quest objectives are incomplete. ==== CompletionText ==== Quest gossip text shown in the final gossip dialogue window when turning in an item delivery quest. The quest item(s) involved in the quest can either be provided by the quest giver or collected by the player. ==== VerifiedBuild ==== This field is used by the TrinityCore DB Team to determine whether a template has been verified from WDB files. If value is 0, it has not been parsed yet. If value is > 0, it has been parsed with WDB files from that specific Client Build. If value is -1, it is just a place holder until proper data are found on WDBs. If value is -Client Build, it was parsed with WDB files from that specific client build and manually edited later for some specific necessity.
数据库/world数据库/quest_request_items.txt
· 最后更改: 2023/10/03 16:59 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部