-
Notifications
You must be signed in to change notification settings - Fork 47
pool_creature_template
killerwife edited this page Jan 16, 2022
·
5 revisions
Back to world database list of tables.
DEPRECATED : Use spawn_group
instead. Pooling is also dynguid incompatbile.
holds data on creatures that are pooled by their creature_template
.entry
.
All creatures have to be located on the same instance_template
.map
/ world_template``map
.
Field | Type | Null | Key | Default |
---|---|---|---|---|
id | int(10) unsigned | NO | PRI | 0 |
pool_entry | mediumint(8) unsigned | NO | PRI | 0 |
chance | float unsigned | NO | 0 | |
description | varchar(255) | NO | 0 |
creature_template
.entry
of the creature
pool_template
.entry
of the pool
Chance the creature(s) will be spawned in the pool.
If 0, maxlimit of pool_template
.entry
is spawned
Description of the stored data