目录

spell_linked_spell 表


<-返回:World 数据库

This table provides data for spell linking system, telling it which spells trigger what, and under which conditions.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
spell_triggerMEDIUMINTSIGNED NO
spell_effectMEDIUMINTSIGNED NO
typeSMALLINTUNSIGNED NO
commenttext NO

字段说明


spell_trigger

The spell, which when cast, will trigger the spell listed in spell_effect

spell_effect

The spell that you want to be triggered. How this spell acts is determined by the type field.

type

Three values are possible (0,1,2). See below.

comment

Optional comment to explain the link.

Description of the linking effects


type h1. 0 (CAST)

Trigger mode

Effect

type 1 (HIT)

Trigger mode

For this mode spell_trigger must be positive. Effect is executed when spell_trigger hits a target. I suppose that if the spell_trigger hits more than one target, the effect is executed for each target hit.

Effect

type == 2 (AURA)

Trigger mode

For this mode spell_trigger must be positive. Effect is executed when the aura spell_trigger is applied AND when it is removed from a target.

Effect