WoW:Events/Skill

< Events
Revision as of 08:37, 8 August 2006 by WoWWiki>Mikk (automated upload)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Event API

Skill related events

"CHAT_MSG_SKILL"
Category: Player,Skill
 

Fired when some chat messages about skills are displayed.

arg1
The content of the chat message.

arg1 formats are found in Blizzard's GlobalStrings.lua. Some possibilities:

  • ERR_SKILL_GAINED_S (eg. "You have gained the Blacksmithing skill.")
  • ERR_SKILL_UP_SI (eg. "Your skill in Cooking has increased to 221.")


"CHAT_MSG_SPELL_TRADESKILLS"
Category: Skill
 



"CRAFT_CLOSE"
Category: Skill
 

Fired when a crafting skill window closes. Crafting skills are Enchanting, <craftSkill2>,...

arg1
The mouse button used to close the window.


"CRAFT_SHOW"
Category: Skill
 

Fired when a crafting skill window opens. Crafting skills are Enchanting, <craftSkill2>,...

arg1
The mouse button used to open the window.


"CRAFT_UPDATE"
Category: Skill
 

Fired when a crafting event is updating.


"SKILL_LINES_CHANGED"
Category: Skill
 



"UPDATE_TRADESKILL_RECAST"
Category: Skill