Npc trainer

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

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `npc_trainer` table'''</big> This table holds all the informa…»)
Строка 7: Строка 7:
<big>'''The `npc_trainer` table'''</big>
<big>'''The `npc_trainer` table'''</big>
-
This table holds all the information on training NPCs. All spells listed in the table are learning spells. This means that the main effect of the spells listed here is to teach spells to the target (which is the player in this case). Any other spell that is not a learning spell will be ignored and an error message will be shown in the console window. Learning spells usually have the same name as their actual spell counterparts and are listed as Uncategorized in Wowhead.
+
Эта таблица содержит всю информацию о NPC тренерах. Все заклинания в этой таблице - обучающие. Это означает, что основной эффект этих заклинаний - обучать цель(в наем случае игрока) заклинанию. Любое другое заклинание, которое не является обучающим будут игнорироваться, а в окне консоли сообщение будет отображаться об ошибке. Обучающие заклинания, как правило, имеют одинаковое название с заклинаниями, которые цель, в результате эффекта, изучает, и перечислены в рубрике Uncategorized на Wowhead.
Строка 65: Строка 65:
<big>'''Description of the fields'''</big>
<big>'''Description of the fields'''</big>
====entry====
====entry====
-
The template ID of the creature. See [[creature_template#entry|creature_template.entry]]
+
ID существа. См. [[creature_template#entry|creature_template.entry]]
====spell====
====spell====
-
The learning spell ID.
+
ID обучающего спелла.
====spellcost====
====spellcost====
-
The cost that the player needs to pay in order to learn the spell.
+
Цена, которую игрок должен заплатить, чтобы изучить спелл.
====reqskill====
====reqskill====
-
The required skill the player needs to have in order to be able to learn the spell. See ID in SkillLine.dbc
+
Навык, который должен иметь игрок, чтобы обучиться спеллу. См. [[SkillLine.dbc]]
====reqskillvalue====
====reqskillvalue====
-
The proficiency in the skill from [[#reqskill|reqskill]] that the player needs to meet in order to learn the spell.
+
Значение навыка из [[#reqskill|reqskill]] которое должно быть у игрока, чтобы обучиться спеллу.
====reqlevel====
====reqlevel====
-
The level the player needs to be in order to learn the spell.
+
Уровень, который должен иметь игрок, чтобы обучиться спеллу.

Версия 07:46, 7 марта 2010

Содержание

Back to world database list of tables.


The `npc_trainer` table

Эта таблица содержит всю информацию о NPC тренерах. Все заклинания в этой таблице - обучающие. Это означает, что основной эффект этих заклинаний - обучать цель(в наем случае игрока) заклинанию. Любое другое заклинание, которое не является обучающим будут игнорироваться, а в окне консоли сообщение будет отображаться об ошибке. Обучающие заклинания, как правило, имеют одинаковое название с заклинаниями, которые цель, в результате эффекта, изучает, и перечислены в рубрике Uncategorized на Wowhead.


Structure

Field Type Null Key Default Extra
entry int(11) NO PRI 0
spell int(11) NO PRI 0
spellcost int(11) YES 0
reqskill int(10) unsigned YES 0
reqskillvalue int(10) unsigned YES 0
reqlevel int(10) unsigned YES 0


Description of the fields

entry

ID существа. См. creature_template.entry

spell

ID обучающего спелла.

spellcost

Цена, которую игрок должен заплатить, чтобы изучить спелл.

reqskill

Навык, который должен иметь игрок, чтобы обучиться спеллу. См. SkillLine.dbc

reqskillvalue

Значение навыка из reqskill которое должно быть у игрока, чтобы обучиться спеллу.

reqlevel

Уровень, который должен иметь игрок, чтобы обучиться спеллу.

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