game_event_quest_condition
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| eventEntry | tinyint | unsigned | NO | Entry of the game event. | |||
| quest | int | unsigned | PRI | NO | 0 | ||
| condition_id | int | unsigned | NO | 0 | |||
| num | float | YES | 0 | ||||
Description of fields
eventEntry
This field signifies the game_event.eventEntry
quest
The quest_template.entry that will trigger this condition.
condition_id
The game_event_condition.condition_id that will be triggered on quest complete.
num
The number of "units" (for lack of a better word) that will be added to the condition to fulfill the required number needed for the condition.
