Instance template
Материал из YTDB DataBase
(Различия между версиями)
NeatElves (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
Строка 68: | Строка 68: | ||
If the instance is a subinstance of another instance, this field has the parent instance's map ID. | If the instance is a subinstance of another instance, this field has the parent instance's map ID. | ||
====levelMin==== | ====levelMin==== | ||
- | + | Требуемый минимальный уровень для входа в instance. | |
====levelMax==== | ====levelMax==== | ||
- | + | Требуемый максимальный уровень для призыва через камень встреч. | |
====ScriptName==== | ====ScriptName==== | ||
- | + | Имя скрипта, если instance заскриптован. |
Версия 17:45, 17 августа 2010
|
К описанию таблиц базы данных mangos.
Таблица `instance_template`
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.
Структура
Field | Type | Attributes | Null | Key | Default | Comments |
map | smallint(5) | unsigned | NO | PRI | ||
parent | smallint(5) | unsigned | NO | 0 | ||
levelMin | tinyint(3) | unsigned | NO | 0 | ||
levelMax | tinyint(3) | unsigned | NO | 0 | ||
ScriptName | varchar(128) | NO |
Описание полей
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
Требуемый минимальный уровень для входа в instance.
levelMax
Требуемый максимальный уровень для призыва через камень встреч.
ScriptName
Имя скрипта, если instance заскриптован.