-
Notifications
You must be signed in to change notification settings - Fork 48
pool_gameobject_template
AnonXS edited this page Dec 14, 2017
·
4 revisions
Back to world database list of tables.
holds data on gameobjects that are pooled by their gameobject_template
.entry
.
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 |
gameobject_template
.entry
of the gameobjects
pool_template
.entry
of the pool
Chance the gameobject(s) will be spawned in the pool.
If 0, maxlimit of pool_template
.entry
is spawned
Description of the stored data