WoW API: TradeSkillLink

From AddOn Studio
Revision as of 06:23, 10 November 2008 by WoWWiki>Gourra
Jump to navigation Jump to search

WoW API

TradeSkillLink API Type (String)

TradeSkillLinks are returned by GetTradeSkillListLink().


Anatomy of a TradeSkillLink

|cffffd000|Htrade:27028:375:375:3111EE:xG{_yK|h[First Aid]|h|r
  • "|cffffd000" - Colorizes the link (see itemLink)
  • "|H" - Hyperlink introduction
  • "trade:27028" - Tradeskill ID (27028 is First Aid)
  • "375" - Current skill level
  • "375" - Maximum skill level without further training
  • "3111EE" - Character ID
  • "xG(_yK" - Recipe list (see below)
  • "|h" - Hyperlink data concluded, text follows
  • "[First Aid]" - Display text
  • "|h" - Hyperlink conclusion
  • "|r" - Returns color to normal