TLO:Spell
Returns iformation on a spell by name or by ID.
This TLO is added by MacroQuest
Forms
Type | Member | Description |
---|---|---|
spell | Spell[#|name] | Find spell by ID or name. |
Access to Types
Type | Description |
---|---|
spell | Spell information |
Examples
- Will return 1620
/echo ${Spell[Splurt].ID}
- Will return 16 (ie. 16 ticks)
/echo ${Spell[1620].Duration}