Instance encounters

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Category: Mangos world database tables К описанию таблиц базы данных mangos. <big>''…»)
(creditEntry)
 
(5 промежуточных версий не показаны.)
Строка 53: Строка 53:
|If not 0, LfgDungeon.dbc entry for the instance it is last encounter in
|If not 0, LfgDungeon.dbc entry for the instance it is last encounter in
|}
|}
 +
 +
<big>'''Описание полей'''</big>
 +
 +
====entry====
 +
Уникальный идентификатор. См. [[DungeonEncounter.dbc]].
 +
 +
====creditType====
 +
ENCOUNTER_CREDIT_KILL_CREATURE = 0 <br>
 +
ENCOUNTER_CREDIT_CAST_SPELL = 1
 +
 +
====creditEntry====
 +
Если creditType = 0, значение поля содержит [[creature_template#entry|creature_template.entry]]. <br>
 +
Если creditType = 1, значение поля содержит спелл.
 +
 +
====lastEncounterDungeon====
 +
Не равно 0, идентификатор подземелья, см. [[LFGDungeons.dbc]].

Текущая версия на 13:55, 26 сентября 2011

Содержание

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


Таблица `instance_encounters`



Структура

Field Type Attributes Null Key Default Comments
entry int(10) unsigned NO PRI 0 Unique entry from DungeonEncounter.dbc
creditType tinyint(3) unsigned NO 0
creditEntry int(10) unsigned NO 0
lastEncounterDungeon smallint(5) unsigned NO 0 If not 0, LfgDungeon.dbc entry for the instance it is last encounter in

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

entry

Уникальный идентификатор. См. DungeonEncounter.dbc.

creditType

ENCOUNTER_CREDIT_KILL_CREATURE = 0
ENCOUNTER_CREDIT_CAST_SPELL = 1

creditEntry

Если creditType = 0, значение поля содержит creature_template.entry.
Если creditType = 1, значение поля содержит спелл.

lastEncounterDungeon

Не равно 0, идентификатор подземелья, см. LFGDungeons.dbc.

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