quest_pool_members
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| questId | int | unsigned | PRI | NO | |||
| poolId | int | unsigned | NO | ||||
| poolIndex | tinyint | unsigned | NO | Multiple quests with the same index will always spawn together! | |||
| description | varchar(255) | YES | NULL | ||||
Description of fields
questId
adds a quest entry to the pool with poolId.
Note: The quest must be repeatable.
poolId
references quest_pool_template.poolId
poolIndex
Incremental index of pool with poolId. Starts at 0.
description
This field usually names the quest and describes the pool it belongs to. Example: Fueling the Demolishers (Alliance, defenders)
