TLO:Skill

From the wonderful RedGuides Wiki

Returns information on your character's skills

This TLO is added by MacroQuest

Forms

Type Member Description
skill Skill[#] Retrieve skill by number
Skill[name] Retrieve skill by name

Access to Types

Type Description
skill Data related to a particular skill

Examples

  • Displays the reuse time of skill 1

/echo ${Skill[1].ReuseTime}

  • Displays the skill number of the backstab skill

/echo ${Skill[backstab].ID}


See also