NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'pool_creature' table for MaNGOSThree
Contains all pool instances that participate, in particular, to any game event.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(10) unsigned | NO | PRI | '0' | Creature GUID [See creature.guid]. | |
pool_entry | mediumint(8) unsigned | NO | MUL | '0' | Pool ID [See pool_template.entry]. | |
chance | float unsigned | NO | '0' | Chance in %. | ||
description | varchar(255) | NO | {Blank String} | Description. |
Description of the fields
guid int(10) unsigned
GUID of the creature, see creature.guid.
pool_entry mediumint(8) unsigned
ID of the pool, see pool_template.entry.
chance float unsigned
Chance (%) for the creature to be spawned in the pool.
Either the sum of chances should be equal to 100, or all the chances for a pool should be 0. The latter is provided for description of even-chance pools.
description varchar(255)
Textual description ignored by the core.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now