Areatrigger involvedrelation SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
No edit summary
 
No edit summary
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
|'''Type'''
|'''Type'''
|'''Attribute'''
|'''Attribute'''
|'''Key'''
|'''Null'''
|'''Default'''
|'''Default'''
|'''Comment'''
|'''Comment'''
Line 21: Line 23:
|mediumint(8)
|mediumint(8)
|unsigned
|unsigned
|
|PRI
|The ID# of the areatrigger to use for the quest. Contained in AreaTrigger.dbc.
|NO
|0
|Identifier
|-
|-
|[[#quest|quest]]
|[[#quest|quest]]
Line 28: Line 32:
|unsigned
|unsigned
|
|
|The ID# of the quest that the areatrigger completes the objective. Contained in [[Quest_template_SF|quest_template]]
|NO
|0
|Quest Identifier
|}
|}
<br> <big>'''Description of the fields'''</big>
===id===
The ID# of the areatrigger to use for the quest. Contained in [[AreaTrigger.dbc SF|AreaTrigger.dbc]].
===quest===
The ID# of the quest that the areatrigger completes the objective. Contained in [[Quest_template_SF|quest_template]]

Revision as of 14:23, 6 July 2012

Back to world database list of tables.

The `areatrigger_involvedrelations` table

This table holds the information for when an areatrigger completes an objective for a quest, such as an exploration quest.


Structure

Field Type Attribute Key Null Default Comment
id mediumint(8) unsigned PRI NO 0 Identifier
quest mediumint(8) unsigned NO 0 Quest Identifier


Description of the fields

id

The ID# of the areatrigger to use for the quest. Contained in AreaTrigger.dbc.

quest

The ID# of the quest that the areatrigger completes the objective. Contained in quest_template