Back to 'script_waypoint' Return to world Go to 'skill_extra_item_template'
This table controls the so called "discovery" system of learning spells. This system is used by the alchemy and inscription profession and controls the chance for a player to "discover" another recipe while creating items with known recipes.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
spellId | int | unsigned | PRI | NO | 0 | SpellId of the discoverable spell | |
reqSpell | int | unsigned | PRI | NO | 0 | spell requirement | |
reqSkillValue | smallint | unsigned | NO | 0 | skill points requirement | ||
chance | float | NO | 0 | chance to discover |
The recipe Spell ID that has a chance to be automatically discovered.
The minimum points requirement in profession skill to discover spellId.
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.
Back to 'script_waypoint' Return to world Go to 'skill_extra_item_template'