Creature involvedrelation

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `creature_involvedrelation` table'''</big> Holds NPC quest en…»)
Строка 7: Строка 7:
<big>'''The `creature_involvedrelation` table'''</big>
<big>'''The `creature_involvedrelation` table'''</big>
-
Holds NPC quest ender relations on which NPCs finishes which quests.
+
Эта таблица привязывает ID существа к ID задания, которое данное существо завершает.
Строка 37: Строка 37:
<big>'''Description of the fields'''</big>
<big>'''Description of the fields'''</big>
====id====
====id====
-
The ID of the creature. See [[creature_template#entry|creature_template.entry]]
+
ID существа. См. [[creature_template#entry|creature_template.entry]]
====quest====
====quest====
-
The quest ID that the creature finishes. See [[quest_template#entry|quest_template.entry]]
+
ID задания, которое данное существо завершает. См. [[quest_template#entry|quest_template.entry]]

Версия 08:10, 17 февраля 2010

Содержание

Back to world database list of tables.


The `creature_involvedrelation` table

Эта таблица привязывает ID существа к ID задания, которое данное существо завершает.


Structure

Field Type Null Key Default Extra
id mediumint(8) unsigned NO PRI 0
quest mediumint(8) unsigned NO PRI 0


Description of the fields

id

ID существа. См. creature_template.entry

quest

ID задания, которое данное существо завершает. См. quest_template.entry

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