Back to 'points_of_interest_locale' Return to world Go to 'pool_template'
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| type | smallint | unsigned | PRI | NO | |||
| spawnId | bigint | unsigned | PRI | NO | |||
| poolSpawnId | int | unsigned | NO | ||||
| chance | float | NO | |||||
| description | varchar(255) | YES | NULL |
Pick from table below.
| Type | Name |
|---|---|
| 0 | Creature |
| 1 | GameObject |
| 2 | Pool |
GUID of the spawn, depends on type
| Type | Reference |
|---|---|
| 0 | creature_template.entry |
| 1 | gameobject_template.entry |
| 2 | pool_template.entry |
Pool entry for reference: pool_template.entry
Chance of the referenced spawn to appear.
Allowed range: 0 - 100
If all entries of a pool have a chance of 0 the chance for all is even.
- no description -
Back to 'points_of_interest_locale' Return to world Go to 'pool_template'