Skip to content

spawn_group_template

This table contains Spawn Group names and flags. Spawn Groups are collections of creatures / gameobjects, linked to scripted events or boss fights.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
groupIdintunsignedPRINO
groupNamevarchar(100)NO
groupFlagsintunsignedNO0
 

Description of fields ​

groupId ​

This is the ID for the group. It must be a unique number.

Groups 0 – 4 are reserved for system tasks.

 

groupName ​

This is a descriptive name for the group, like: [zone] - [related event] - [group content] e.g.: Halls of Lightning - General Bjarngrim - Stormforged Lieutenants  

groupFlags ​

ValueFlagNameComment
10x01SPAWNGROUP_FLAG_SYSTEMreserved groups 0 – 4
20x02SPAWNGROUP_FLAG_COMPATIBILITY_MODE
40x04SPAWNGROUP_FLAG_MANUAL_SPAWNgroup not active by default
80x08SPAWNGROUP_FLAG_DYNAMIC_SPAWN_RATEgroup is affected by config setting: Respawn.DynamicMode
160x10SPAWNGROUP_FLAG_ESCORTQUESTNPCgroup is affected by config setting: Respawn.DynamicEscortNPC