Areatrigger involvedrelation

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `areatrigger_involvedrelation` table'''</big> Enable a trigge…»)
 
(6 промежуточных версий не показаны.)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[mangosdb_struct|world database]] list of tables.
+
[[Category: Mangos world database tables]]
 +
К описанию таблиц [[mangosdb_struct|базы данных mangos]].
-
<big>'''The `areatrigger_involvedrelation` table'''</big>
+
<big>'''Таблица `areatrigger_involvedrelation'''</big>
-
Enable a trigger to finish one condition of a quest (explore)
+
Позволяет завершить условие квеста (explore)
-
If there is a record in the table for this a quest, then the quest will not be completed until the player activates this areatriger. The quest is not necessarily finished after that, but that one condition of the quest is satisfied. If the only condition of the quest is to explore an area, then the quest will be complete.
+
Если в данной таблице существует запись с указанием квеста, то игрок не выполнит квест, пока не активизирует этот areatriger. Квест не обязательно будет выполнен сразу после этого, но будет выполнено соответствующее условие квеста. Если квест содержит только это условие (explore), квест будет выполнен.
-
<big>'''Structure'''</big>
+
<big>'''Структура'''</big>
{| border="1"
{| border="1"
-
|Field
+
|'''Field'''
-
|Type
+
|'''Type'''
-
|Attributes
+
|'''Attributes'''
-
|Can be null
+
|'''Null'''
-
|Default
+
|'''Default'''
-
|Comments
+
|'''Key'''
 +
|'''Comments'''
|-
|-
|[[#id|id]]
|[[#id|id]]
-
|int(11)
+
|mediumint(8)
|unsigned
|unsigned
|NO
|NO
|0
|0
 +
|PRI
|Identifier
|Identifier
|-
|-
|[[#quest|quest]]
|[[#quest|quest]]
-
|int(11)
+
|mediumint(8)
|unsigned
|unsigned
|NO
|NO
|0
|0
 +
|
|Quest Identifier
|Quest Identifier
|}
|}
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание полей'''</big>
====id====
====id====
-
This is the trigger identifier from AreaTrigger.dbc
+
Идентификатор триггера из [[AreaTrigger.dbc]].
====quest====
====quest====
-
Quest's identifier (see [[quest_template#entry|quest_template.entry]])
+
Идентификатор задания (см. [[quest_template#entry|quest_template.entry]]).

Текущая версия на 15:58, 8 июня 2014

Содержание

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


Таблица `areatrigger_involvedrelation

Позволяет завершить условие квеста (explore)

Если в данной таблице существует запись с указанием квеста, то игрок не выполнит квест, пока не активизирует этот areatriger. Квест не обязательно будет выполнен сразу после этого, но будет выполнено соответствующее условие квеста. Если квест содержит только это условие (explore), квест будет выполнен.


Структура

Field Type Attributes Null Default Key Comments
id mediumint(8) unsigned NO 0 PRI Identifier
quest mediumint(8) unsigned NO 0 Quest Identifier


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

id

Идентификатор триггера из AreaTrigger.dbc.

quest

Идентификатор задания (см. quest_template.entry).

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