Character spell

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

(Различия между версиями)
Перейти к: навигация, поиск
(guid)
Строка 5: Строка 5:
-
<big>'''The `character_spell` table'''</big>
+
<big>''' Таблица `character_spell` '''</big>
-
Holds information for each character's spells.
+
Эта таблица содержит информацию о заклинаниях каждого персонажа
Строка 51: Строка 51:
<big>'''Description of the fields'''</big>
<big>'''Description of the fields'''</big>
====guid====
====guid====
-
The GUID of the character. See [[characters#guid|character.guid]]
+
GUID персонажа. Смотрите [[characters#guid|character.guid]]
====spell====
====spell====
-
The spell ID. See Spell.dbc column 1
+
ID заклинания. Смотрите Spell.dbc первый столбец.
====slot====
====slot====
-
The slot in the spell book that the spell is in.
+
Слот spell'a в "Книге заклинаний" .
====active====
====active====
-
Boolean 1 or 0 signifying whether the spell is active (appears in the spell book).
+
0 - Заклинание активно(появляется в книге заклинаний), 1 - неактивно.
-
 
+
-
(c)udbwiki
+

Версия 12:18, 30 июля 2010

Содержание

Back to the characters database list of tables.


Таблица `character_spell`

Эта таблица содержит информацию о заклинаниях каждого персонажа


Structure

Field Type Null Key Default Extra
guid int(11) unsigned NO PRI 0
spell int(11) unsigned NO PRI 0
slot int(11) unsigned NO 0
active tinyint(3) unsigned NO 1


Description of the fields

guid

GUID персонажа. Смотрите character.guid

spell

ID заклинания. Смотрите Spell.dbc первый столбец.

slot

Слот spell'a в "Книге заклинаний" .

active

0 - Заклинание активно(появляется в книге заклинаний), 1 - неактивно.

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