Playercreateinfo item

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

Версия от 10:13, 3 февраля 2010; KiriX (Обсуждение | вклад)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

Содержание

Back to world database list of tables.


The `playercreateinfo_item` table

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.


Structure

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


Description of the fields

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.

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