-
Notifications
You must be signed in to change notification settings - Fork 47
pool_gameobject
killerwife edited this page Jan 16, 2022
·
2 revisions
Back to world database list of tables.
DEPRECATED : Use `spawn_group` instead. Pooling is also dynguid incompatbile.
Contains all gameobjects pooled by their `gameobject`.`guid`.
Field | Type | Null | Key | Default | Extra |
guid | int(10) unsigned | NO | PRI | 0 | |
pool_entry | mediumint(8) unsigned | NO | PRI | 0 | |
chance | float unsigned | NO | 0 |
Gameobject’s GUID. A reference to `gameobject`.`guid`.
Pool’s ID. See pool_template
Chance the gameobject will be spawned in the pool.