Instance template
Материал из YTDB DataBase
Версия от 09:35, 1 мая 2010; NeatElves (Обсуждение | вклад)
|
Back to world database list of tables.
The `instance_template` table
This table has all the templates for every instance. When a group enters an instance, a new copy of that instance is made from the values in these fields.
Structure
Field | Type | Null | Key | Default | Extra |
map | smallint(5) unsigned | NO | PRI | ||
parent | smallint(5) unsigned | NO | 0 | ||
levelMin | tinyint(3) unsigned | NO | 0 | ||
levelMax | tinyint(3) unsigned | NO | 0 | ||
script | varchar(128) | NO |
Description of the fields
map
The map ID of the instance. See Map.dbc
parent
If the instance is a subinstance of another instance, this field has the parent instance's map ID.
levelMin
The minimum level required to enter the instance.
levelMax
The maximum level required to be able to be summoned by the meeting stone for this instance.
script
The name of the instance script that the instance will use and apply (if any).