Achievement reward

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `achievement_reward` table'''</big> This table contains the r…»)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[mangosdb_struct|world database]] list of tables.
+
К описанию таблиц [[mangosdb_struct|базы данных mangos]]..
-
<big>'''The `achievement_reward` table'''</big>
+
<big>'''Таблица `achievement_reward`'''</big>
-
This table contains the rewards for achievements added with Wrath of the Lichking.
+
Таблица содержит данные о наградах за достижение.
-
<big>'''Structure'''</big>
+
<big>'''Структура'''</big>
{| border="1"
{| border="1"
|Field
|Field
Строка 68: Строка 68:
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание полей'''</big>
====entry====
====entry====
-
This is the achievement identifier from [[Achievement.dbc]]
+
Идентификатор достижения из [[Achievement.dbc]]
====title====
====title====
-
This is the reference to [[CharTitles.dbc]]. Player has the right to wear the title as name affix.
+
Ссылка на [[CharTitles.dbc]]. Player has the right to wear the title as name affix.
====item====
====item====
-
The item you get by mail for the achievement. Reference to [[item_template#entry|item_template]].
+
Вещь, которую игрок получит по почте за получение достижения. Ссылка на [[item_template#entry|item_template]].
====sender====
====sender====
-
You recieve mail from this sender. Reference to [[creature_template#entry|creature_template]]
+
Отправитель письма. Ссылка на [[creature_template#entry|creature_template]]
====subject====
====subject====
-
The mail subject. Just plain text up to 255 chars. (Hopefully a reference to multi language table in the future)
+
Тема письма. Максимум 255 символов. (В будущем, возможно ссылка на локализацию)
====text====
====text====
-
The mail text. (Hopefully a reference to multi language table in the future)
+
Текст письма. (В будущем, возможно ссылка на локализацию)

Версия 11:59, 3 февраля 2010

Содержание

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


Таблица `achievement_reward`

Таблица содержит данные о наградах за достижение.

Структура

Field Type Attributes Can be null Default Comments
entry mediumint(8) unsigned NO 0 Identifier
title_A mediumint(8) unsigned NO 0
title_H mediumint(8) unsigned NO 0
item mediumint(8) unsigned NO 0
sender mediumint(8) unsigned NO 0
subject varchar(255) YES NULL
text text YES NULL


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

entry

Идентификатор достижения из Achievement.dbc

title

Ссылка на CharTitles.dbc. Player has the right to wear the title as name affix.

item

Вещь, которую игрок получит по почте за получение достижения. Ссылка на item_template.

sender

Отправитель письма. Ссылка на creature_template

subject

Тема письма. Максимум 255 символов. (В будущем, возможно ссылка на локализацию)

text

Текст письма. (В будущем, возможно ссылка на локализацию)

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