Skill discovery template

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

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

Содержание

Back to world database list of tables.


The `skill_discovery_template` table

This table controls the so called "discovery" system of learning spells. This system is solely (?) used by the alchemy profession and controls the chance for a player to "discover" another recipe while creating items with other recipes.


Structure

Field Type Null Key Default Extra
spellId int(11) unsigned NO PRI 0
reqSpell int(11) unsigned NO 0
chance float NO 0


Description of the fields

spellId

The recipe spell ID that has a chance to be automatically discovered. See Spell.dbc

reqSpell

If nonzero, this field controls what spell must be specifically used to trigger the discovery (eg, spell 41458 will only be discovered while using spell 28575). If it is zero, then any recipe use can trigger the discovery. See Spell.dbc

chance

The chance, in percent, that a recipe has of being automatically "discovered", whether by any recipe use or by the specific recipe use defined in reqSpell

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