Playercreateinfo item

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `playercreateinfo_item` table'''</big> This table holds infor…»)
(перевел)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[mangosdb_struct|world database]] list of tables.
+
Назад к списку таблиц [[mangosdb_struct|world database]].
-
<big>'''The `playercreateinfo_item` table'''</big>
+
<big>'''Таблица `playercreateinfo_item`'''</big>
-
This table holds information on what items each race-class combination of a new character starts out with.
+
Эта таблица содержит информацию, с какими вещами создается новый персонаж каждой комбинации раса\класс.
-
This table is empty by default since MaNGOS loads items for starting characters from '''CharStartOutfit.dbc'''. Any item added in this table for a race/class combination is added on top of default items at character creation.
+
Эта таблица пустая по умолчанию. MaNGOS загружает стартовые вещи из [[CharStartOutfit.dbc]]. Любая вещь, добавленная в эту таблицу, добавляется по умолчанию при создании персонажа определенной расы или класса.
-
<big>'''Structure'''</big>
+
<big>'''Структура'''</big>
{| border="1"
{| border="1"
|'''Field'''
|'''Field'''
Строка 50: Строка 50:
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание полей'''</big>
====race====
====race====
The character's race.
The character's race.

Версия 05:08, 13 апреля 2010

Содержание

Назад к списку таблиц world database.


Таблица `playercreateinfo_item`

Эта таблица содержит информацию, с какими вещами создается новый персонаж каждой комбинации раса\класс. Эта таблица пустая по умолчанию. MaNGOS загружает стартовые вещи из CharStartOutfit.dbc. Любая вещь, добавленная в эту таблицу, добавляется по умолчанию при создании персонажа определенной расы или класса.


Структура

Field Type Null Key Default Extra
race tinyint(3) unsigned NO MUL 0
class tinyint(3) unsigned NO 0
itemid mediumint(8) unsigned NO 0
amount tinyint(8) unsigned NO 1


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

race

The character's race.

IDНазвание
1Человек
2Орк
3Дворф
4Ночной эльф
5Нежить
6Таурен
7Гном
8Тролль
9Гоблин Файл:Icon-cata.gif
10Кровавый эльф Файл:Icon-bc.gif
11Дреней Файл:Icon-bc.gif
22Ворген Файл:Icon-cata.gif

class

The character's class.

IDНазвание
1Воин
2Паладин
3Охотник
4Разбойник
5Жрец
6Рыцарь смерти Файл:Icon-wotlk.gif
7Шаман
8Маг
9Чернокнижник
11Друид

itemid

The template ID of the item. See item_template.entry

amount

The number of copies of that item.

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