数据库:world数据库:areatrigger_involvedrelation
areatrigger_involvedrelation 表
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.
表结构
字段说明
id
This is the trigger ID from AreaTrigger.dbc
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 |
数据库/world数据库/areatrigger_involvedrelation.txt · 最后更改: 2023/09/24 13:59 由 admin