From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/areatrigger_involvedrelation.md | 70 +++++++++++++++++++++++++++++++++--- 1 file changed, 65 insertions(+), 5 deletions(-) (limited to 'docs/areatrigger_involvedrelation.md') diff --git a/docs/areatrigger_involvedrelation.md b/docs/areatrigger_involvedrelation.md index 37809a6..90c8fe1 100644 --- a/docs/areatrigger_involvedrelation.md +++ b/docs/areatrigger_involvedrelation.md @@ -1,6 +1,66 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [areatrigger_involvedrelation](areatrigger_involvedrelation) +# areatrigger\_involvedrelation -Column | Type | Description ---- | --- | --- -Id | mediumint(8) unsigned | -Quest | mediumint(8) unsigned | +`Back-to:World` + +**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

mediumint(8)

unsigned

PRI

NO

0

 

Identifier

quest

mediumint(8)

unsigned

 

NO

0

 

Quest Identifier

+ +**Description of the fields** + +### id + +This is the trigger ID from [AreaTrigger.dbc](http://collab.kpsn.org/display/tc/AreaTrigger) + +### quest + +This is the quest id that the trigger is tied to. -- cgit