显示页面过去修订反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 <!DOCTYPE markdown> # areatrigger\_involvedrelation [<-Back-to:World](database-world.md) **The \`areatrigger\_involvedrelation\` table** Enable a trigger to finish one condition of a quest (explore) If there is a record in the table for a quest, then the quest will not be completed until the player activates this areatriger. The quest is not necessarily finished after that, but that one condition of the quest is satisfied. If the only condition of the quest is to explore an area, then the quest will be complete. **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comments | | ---------- | --------- | ---------- | --- | ---- | ------- | ----- | ---------------- | | [id][1] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Identifier | | [quest][2] | MEDIUMINT | UNSIGNED | | NO | 0 | | Quest Identifier | [1]: #id [2]: #quest **Description of the fields** ### id This is the trigger ID from [AreaTrigger.dbc](DBC-AreaTrigger) ### quest This is the quest id that the trigger is tied to. ### Example | id | quest | | --- | ----- | | 78 | 155 | | 87 | 76 | | 88 | 62 | | 98 | 201 | | 169 | 287 | docs-en/areatrigger_involvedrelation.md.txt 最后更改: 2024/03/15 19:08由 127.0.0.1