Skip to content

Spell

Object used to return information on a spell by name or by ID.

Forms

spell Spell[N]

Find spell by ID

spell Spell[name]

Find spell by name

Examples

/echo ${Spell[Splurt].ID}

Will return 1620

/echo ${Spell[1620].Duration}

Will return 16 (ie. 16 ticks)