Back to 'spawn_group_template' Return to world Go to 'spawn_tracking_quest_objective'
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| SpawnTrackingId | int | unsigned | PRI | NO | |||
| SpawnType | tinyint | unsigned | PRI | NO | |||
| SpawnId | bigint | unsigned | PRI | NO | |||
| QuestObjectiveIds | mediumtext | YES | NULL |
SpawnTracking ID for the spawn. It must match a SpawnTracking already existing in the spawn_tracking_template table.
| Spawn Type | Description |
|---|---|
| 0 | For creatures |
| 1 | For gameobjects |
Spawn ID/GUID of the creature/game object that should be included in the group. The GUID must exist in the creature or gameobject tables respectively.
Spawn must use the same Map, Phase, PhaseGroup and PhaseUseFlags as the SpawnTracking template.
Valid quest_objectives.Ids.
Some SpawnTrackings are reused for several quest objectives so spawn's state changes will be checked for all of them (priority will be the completed objectives and then the active ones).
Back to 'spawn_group_template' Return to world Go to 'spawn_tracking_quest_objective'