areatrigger_involvedrelation
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | int | unsigned | PRI | NO | 0 | Identifier | |
| quest | int | unsigned | NO | 0 | Quest Identifier | ||
Description of fields
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.db2
quest
This is the QuestId that the trigger is tied to.
