Character queststatus

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

(Различия между версиями)
Перейти к: навигация, поиск
(guid)
(mobcount)
 
(9 промежуточных версий не показаны.)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to the [[charactersdb_struct|characters database]] list of tables.
+
[[Category: Mangos characters database tables]]
 +
К описанию таблиц [[Charactersdb_struct|базы данных characters]].
-
<big>'''The `character_queststatus` table'''</big>
+
<big>'''Таблица `character_queststatus`'''</big>
-
Holds information on the quest status of each character.
+
Содержит информацию о статусе заданий каждого персонажа.
-
<big>'''Structure'''</big>
+
<big>'''Структура'''</big>
{| border="1"
{| border="1"
|'''Field'''
|'''Field'''
|'''Type'''
|'''Type'''
 +
|'''Attributes'''
|'''Null'''
|'''Null'''
-
|'''Key'''
 
|'''Default'''
|'''Default'''
-
|'''Extra'''
+
|'''Key'''
 +
|'''Comments'''
|-
|-
|[[#guid|guid]]
|[[#guid|guid]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
Строка 27: Строка 30:
|-
|-
|[[#quest|quest]]
|[[#quest|quest]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
Строка 34: Строка 38:
|-
|-
|[[#status|status]]
|[[#status|status]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 41: Строка 46:
|-
|-
|[[#rewarded|rewarded]]
|[[#rewarded|rewarded]]
-
|tinyint(1) unsigned
+
|tinyint(1)
 +
|unsigned
|NO
|NO
|
|
Строка 48: Строка 54:
|-
|-
|[[#explored|explored]]
|[[#explored|explored]]
-
|tinyint(1) unsigned
+
|tinyint(1)
 +
|unsigned
|NO
|NO
|
|
Строка 55: Строка 62:
|-
|-
|[[#timer|timer]]
|[[#timer|timer]]
-
|bigint(20) unsigned
+
|bigint(20)
 +
|unsigned
|NO
|NO
|
|
Строка 62: Строка 70:
|-
|-
|[[#mobcount1|mobcount1]]
|[[#mobcount1|mobcount1]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 69: Строка 78:
|-
|-
|[[#mobcount2|mobcount2]]
|[[#mobcount2|mobcount2]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 76: Строка 86:
|-
|-
|[[#mobcount3|mobcount3]]
|[[#mobcount3|mobcount3]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 83: Строка 94:
|-
|-
|[[#mobcount4|mobcount4]]
|[[#mobcount4|mobcount4]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 90: Строка 102:
|-
|-
|[[#itemcount1|itemcount1]]
|[[#itemcount1|itemcount1]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 97: Строка 110:
|-
|-
|[[#itemcount2|itemcount2]]
|[[#itemcount2|itemcount2]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 104: Строка 118:
|-
|-
|[[#itemcount3|itemcount3]]
|[[#itemcount3|itemcount3]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 111: Строка 126:
|-
|-
|[[#itemcount4|itemcount4]]
|[[#itemcount4|itemcount4]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
 +
|NO
 +
|
 +
|0
 +
|
 +
|-
 +
|[[#itemcount5|itemcount5]]
 +
|int(11)
 +
|unsigned
 +
|NO
 +
|
 +
|0
 +
|
 +
|-
 +
|[[#itemcount6|itemcount6]]
 +
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 119: Строка 151:
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание полей'''</big>
====guid====
====guid====
-
The GUID of the character. See [[characters#guid|characters.guid]]
+
Идентификатор персонажа. См. в [[characters#guid|characters.guid]].
====quest====
====quest====
-
The quest ID. See [[quest_template#entry|quest_template.entry]]
+
Идентификатор задания. См. в [[quest_template#entry|quest_template.entry]].
====status====
====status====
-
The current quest status.
+
Статус задания на данный момент.
{| border=1 cellspacing=0 cellpadding=3
{| border=1 cellspacing=0 cellpadding=3
-
|+ Possible values
+
|+ Возможные значения
-
! Value !! Status !! Comments
+
! Значение !! Статус !! Комментарий
|-
|-
-
| 0 || QUEST_STATUS_NONE || Quest isn't shown in quest list; default
+
| 0 || QUEST_STATUS_NONE || Задания не показывается в списке заданий; дефолт
|-
|-
-
| 1 || QUEST_STATUS_COMPLETE || Quest has been completed
+
| 1 || QUEST_STATUS_COMPLETE || Задание было выполнено
|-
|-
-
| 2 || QUEST_STATUS_UNAVAILABLE || Quest is unavailable to the character
+
| 2 || QUEST_STATUS_UNAVAILABLE || Задание недоступно персонажу
|-
|-
-
| 3 || QUEST_STATUS_INCOMPLETE || Quest is active in quest log but incomplete
+
| 3 || QUEST_STATUS_INCOMPLETE || Задание активно, показывается в списке заданий, но не закончено
|-
|-
-
| 4 || QUEST_STATUS_AVAILABLE || Quest is available to be taken by character
+
| 4 || QUEST_STATUS_AVAILABLE || Персонаж может взять задание
|}
|}
====rewarded====
====rewarded====
-
Boolean 1 or 0 representing whether the quest has been rewarded or not.
+
Булевое 1 или 0 показывают, взято ли вознаграждение за выполнение задания.
====explored====
====explored====
-
Boolean 1 or 0 representing if the character has explored what was needed to explore for the quest.
+
Булевое 1 или 0 показывают, открыл ли персонаж то, что нужно для исследования задания.
====timer====
====timer====
-
Remaining time left on the quest if the quest has a timer. See [[quest_template#LimitTime|quest_template.LimitTime]]
+
Оставшееся время для выполнения задания, если у задания есть таймер. См. в [[quest_template#LimitTime|quest_template.LimitTime]].
-
====mobcount1====
+
====mobcount====
-
Current count of the number of kills or casts on the first creature or gameobject, if any. Corresponds with [[quest_template#ReqCreatureOrGOCount1|quest_template.ReqCreatureOrGOCount1]]
+
Колличество убийств или прочтений заклинаний на создании или игровом объекте, если таковые имеются. Соответствие с [[quest_template#ReqCreatureOrGOCount|quest_template.ReqCreatureOrGOCount]]
-
====mobcount2====
+
-
Current count of the number of kills or casts on the second creature or gameobject, if any. Corresponds with [[quest_template#ReqCreatureOrGOCount2|quest_template.ReqCreatureOrGOCount2]]
+
-
====mobcount3====
+
-
Current count of the number of kills or casts on the third creature or gameobject, if any. Corresponds with [[quest_template#ReqCreatureOrGOCount3|quest_template.ReqCreatureOrGOCount3]]
+
-
====mobcount4====
+
-
Current count of the number of kills or casts on the fourth creature or gameobject, if any. Corresponds with [[quest_template#ReqCreatureOrGOCount4|quest_template.ReqCreatureOrGOCount4]]
+
-
====itemcount1====
+
-
Current item count for the first item in a delivery quest, if any. Corresponds with [[quest_template#ReqItemCount1|quest_template.ReqItemCount1]]
+
-
====itemcount2====
+
-
Current item count for the second item in a delivery quest, if any. Corresponds with [[quest_template#ReqItemCount2|quest_template.ReqItemCount2]]
+
-
====itemcount3====
+
-
Current item count for the third item in a delivery quest, if any. Corresponds with [[quest_template#ReqItemCount3|quest_template.ReqItemCount3]]
+
-
====itemcount4====
+
-
Current item count for the fourth item in a delivery quest, if any. Corresponds with [[quest_template#ReqItemCount4|quest_template.ReqItemCount4]]
+
-
(c)udbwiki
+
====itemcount====
 +
Колличество собранных предметов в поставляющем задании, если таковые имеются. Соответствие с [[quest_template#ReqItemCount|quest_template.ReqItemCount]]

Текущая версия на 17:44, 14 мая 2011

Содержание

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


Таблица `character_queststatus`

Содержит информацию о статусе заданий каждого персонажа.


Структура

Field Type Attributes Null Default Key Comments
guid int(11) unsigned NO PRI 0
quest int(11) unsigned NO PRI 0
status int(11) unsigned NO 0
rewarded tinyint(1) unsigned NO 0
explored tinyint(1) unsigned NO 0
timer bigint(20) unsigned NO 0
mobcount1 int(11) unsigned NO 0
mobcount2 int(11) unsigned NO 0
mobcount3 int(11) unsigned NO 0
mobcount4 int(11) unsigned NO 0
itemcount1 int(11) unsigned NO 0
itemcount2 int(11) unsigned NO 0
itemcount3 int(11) unsigned NO 0
itemcount4 int(11) unsigned NO 0
itemcount5 int(11) unsigned NO 0
itemcount6 int(11) unsigned NO 0


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

guid

Идентификатор персонажа. См. в characters.guid.

quest

Идентификатор задания. См. в quest_template.entry.

status

Статус задания на данный момент.

Возможные значения
Значение Статус Комментарий
0 QUEST_STATUS_NONE Задания не показывается в списке заданий; дефолт
1 QUEST_STATUS_COMPLETE Задание было выполнено
2 QUEST_STATUS_UNAVAILABLE Задание недоступно персонажу
3 QUEST_STATUS_INCOMPLETE Задание активно, показывается в списке заданий, но не закончено
4 QUEST_STATUS_AVAILABLE Персонаж может взять задание

rewarded

Булевое 1 или 0 показывают, взято ли вознаграждение за выполнение задания.

explored

Булевое 1 или 0 показывают, открыл ли персонаж то, что нужно для исследования задания.

timer

Оставшееся время для выполнения задания, если у задания есть таймер. См. в quest_template.LimitTime.

mobcount

Колличество убийств или прочтений заклинаний на создании или игровом объекте, если таковые имеются. Соответствие с quest_template.ReqCreatureOrGOCount

itemcount

Колличество собранных предметов в поставляющем задании, если таковые имеются. Соответствие с quest_template.ReqItemCount

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