Back to 'creature_queststarter' Return to world Go to 'creature_template'
This table holds data about temporary summoned creatures. It is possible to group summons and create boss waves of adds etc.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
summonerId | int | unsigned | NO | 0 | |||
summonerType | tinyint | unsigned | NO | 0 | |||
groupId | tinyint | unsigned | NO | 0 | |||
entry | int | unsigned | NO | 0 | |||
position_x | float | NO | 0 | ||||
position_y | float | NO | 0 | ||||
position_z | float | NO | 0 | ||||
orientation | float | NO | 0 | ||||
summonType | tinyint | unsigned | NO | 0 | |||
summonTime | int | unsigned | NO | 0 | |||
Comment | varchar(255) | NO | '' |
Summoner's id depending on summonerType
Value | Type |
---|---|
0 | SUMMONER_TYPE_CREATURE |
1 | SUMMONER_TYPE_GAMEOBJECT |
2 | SUMMONER_TYPE_MAP |
Group identificator. All creatures with the same groupId will be summoned at once.
Entry of summoned creature from creature_template.entry
X coordinate of position, where the creature will be spawned
Y coordinate of position, where the creature will be spawned
Z coordinate of position, where the creature will be spawned
Orientation the summoned creature will get when spawned
Value | Name | Comment |
---|---|---|
1 | TEMPSUMMON_TIMED_OR_DEAD_DESPAWN | Despawns after a specified time OR when the creature disappears |
2 | TEMPSUMMON_TIMED_OR_CORPSE_DESPAWN | Despawns after a specified time OR when the creature dies |
3 | TEMPSUMMON_TIMED_DESPAWN | Despawns after a specified time |
4 | TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT | Despawns after a specified time after the creature is out of combat |
5 | TEMPSUMMON_CORPSE_DESPAWN | Despawns instantly after death |
6 | TEMPSUMMON_CORPSE_TIMED_DESPAWN | Despawns after a specified time after death |
7 | TEMPSUMMON_DEAD_DESPAWN | Despawns when the creature disappears |
8 | TEMPSUMMON_MANUAL_DESPAWN | Despawns when UnSummon() is called |
Timer linked to summonType
This field is for any comment you want to make. It is arbitrary text.
Back to 'creature_queststarter' Return to world Go to 'creature_template'