跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:instance_encounters
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== instance_encounters 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] Definitions of instance encounters. Used by LFG. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#entry|entry]]|INT|UNSIGNED|PRI|NO|0| |Unique entry from DungeonEncounter.dbc| |[[#creditType|creditType]]|TINYINT|UNSIGNED| |NO|0| | | |[[#creditEntry|creditEntry]]|INT|UNSIGNED| |NO|0| | | |[[#lastEncounterDungeon|lastEncounterDungeon]]|SMALLINT|UNSIGNED| |NO|0| |If not 0, LfgDungeon.dbc entry for the instance it is last encounter in| |[[#comment|comment]]|varchat(255)|SIGNED| |NO|"| | | ===== 字段说明 ===== ---- ==== entry ==== Unique entry from DungeonEncounter.dbc ==== creditType ==== See enum EncounterCreditType. * ENCOUNTER_CREDIT_KILL_CREATURE = 0\\ * ENCOUNTER_CREDIT_CAST_SPELL = 1 ==== creditEntry ==== If creditType = 0, then value for this field is creature entry. See creature_template.entry If creditType = 1, then value for this field is a spell. See Spell.dbc. ==== lastEncounterDungeon ==== Reference to LfgDungeon.dbc entry for the instance it which is this encounter last. If 0, encounter is not last one. ==== comment ==== Instance encounter comment for easy identification. Encounter name used only.
数据库/world数据库/instance_encounters.txt
· 最后更改: 2023/09/24 21:13 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部