Instance

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
Строка 64: Строка 64:
<big>'''Описание полей'''</big>
<big>'''Описание полей'''</big>
====id====
====id====
-
The instance ID. This number is unique to every instance.
+
Уникальный идентификатор для каждого подземелья.
====map====
====map====
-
The map ID the instance is in. See [[Map.dbc]]
+
Идентификатор карты. См. [[Map.dbc]].
====resettime====
====resettime====
-
The time when the instance will be reset, in Unix time. This field is zero for raid and heroic instances.
+
Время сброса кулдауна подземелья, Unix формат, в секундах. Для рейдовых и героических - поле равно нулю.
====difficulty====
====difficulty====
-
The difficulty of the current instance. 1 = heroic, 0 = normal
+
Сложность текущего подземелья.
====data====
====data====
Specific data belonging to the individual instance.
Specific data belonging to the individual instance.
-
 
-
(c)udbwiki
 

Версия 16:09, 5 декабря 2010

Содержание

К описанию таблиц базы данных characters.


Таблица `instance`

This table holds static information on all current instances that have not yet been reset.


Структура

Field Type Attributes Null Key Default Comments
id int(11) unsigned NO PRI 0
map int(11) unsigned NO MUL 0
resettime bigint(40) NO MUL 0
difficulty tinyint(1) unsigned NO 0
data longtext


Описание полей

id

Уникальный идентификатор для каждого подземелья.

map

Идентификатор карты. См. Map.dbc.

resettime

Время сброса кулдауна подземелья, Unix формат, в секундах. Для рейдовых и героических - поле равно нулю.

difficulty

Сложность текущего подземелья.

data

Specific data belonging to the individual instance.

Личные инструменты