Skip to content

spawn_tracking

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
SpawnTrackingIdintunsignedPRINO
SpawnTypetinyintunsignedPRINO
SpawnIdbigintunsignedPRINO
QuestObjectiveIdsmediumtextYESNULL
 

Description of fields ​

SpawnTrackingId ​

SpawnTracking ID for the spawn. It must match a SpawnTracking already existing in the spawn_tracking_template table.  

SpawnType ​

Spawn TypeDescription
0For creatures
1For gameobjects

 

SpawnId ​

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.

QuestObjectiveIds ​

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).