Instance encounters

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

(Различия между версиями)
Перейти к: навигация, поиск
(creditEntry)
(creditEntry)
 
(1 промежуточная версия не показана)
Строка 60: Строка 60:
====creditType====
====creditType====
-
ENCOUNTER_CREDIT_KILL_CREATURE = 0
+
ENCOUNTER_CREDIT_KILL_CREATURE = 0 <br>
ENCOUNTER_CREDIT_CAST_SPELL = 1
ENCOUNTER_CREDIT_CAST_SPELL = 1
====creditEntry====
====creditEntry====
-
Если creditType = 0, значение поля содержит [[creature_template#entry|creature_template.entry]].
+
Если creditType = 0, значение поля содержит [[creature_template#entry|creature_template.entry]]. <br>
Если creditType = 1, значение поля содержит спелл.
Если creditType = 1, значение поля содержит спелл.
====lastEncounterDungeon====
====lastEncounterDungeon====
Не равно 0, идентификатор подземелья, см. [[LFGDungeons.dbc]].
Не равно 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.

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