Back to 'spawn_group' Return to world Go to 'spawn_tracking'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
groupId | int | unsigned | PRI | NO | |||
groupName | varchar(100) | NO | |||||
groupFlags | int | unsigned | NO | 0 |
Group ID for the group. It must be a unique number. Groups 0-4 are reserved for system tasks.
Descriptive name for the group.
Flag | Number | Description |
---|---|---|
SPAWNGROUP_FLAG_NONE | 0x00 | No flags applied |
SPAWNGROUP_FLAG_SYSTEM | 0x01 | Group is a system group (applies to standard groups 0-4) |
SPAWNGROUP_FLAG_COMPATIBILITY_MODE | 0x02 | Group will contain legacy objects/creatures that don't work with dynamic spawn changes |
SPAWNGROUP_FLAG_MANUAL_SPAWN | 0x04 | Group will not be spawned by core by default. Scripts can manually spawn/despawn these groups on demand. |
SPAWNGROUP_FLAG_DYNAMIC_SPAWN_RATE | 0x08 | Group will have dynamic spawn rates applied (by default quest interested creatures/gos and gather nodes use this) |
SPAWNGROUP_FLAG_ESCORTQUESTNPC | 0x10 | Group contains Escort quest NPCs. This further enhances Dynamic spawn to begin respawn time at the point a quest is taken and the escort begins |
SPAWNGROUP_FLAG_DESPAWN_ON_CONDITION_FAILURE | 0x20 | Group despawns on condition failure |
Back to 'spawn_group' Return to world Go to 'spawn_tracking'