WoW:Events/Skill: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (automated upload)
 
m (automated upload)
Line 1: Line 1:
__NOTOC____NOEDITSECTION__{{eventlistheader}}
__NOTOC____NOEDITSECTION__{{eventlistheader}}
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
:{{icon-information}}Note that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. [[Events/A]], [[Events/B]], etc. Changes there will be copied over to here within a few hours.
== Skill related events ==
== Skill related events ==


Line 18: Line 25:




{{evt|CRAFT_CLOSE|Skill}}
Fired when a crafting skill window closes. Crafting skills are Enchanting, <craftSkill2>,...
; arg1 : The mouse button used to close the window.
{{evt|CRAFT_SHOW|Skill}}
Fired when a crafting skill window opens. Crafting skills are Enchanting, <craftSkill2>,...
; arg1 : The mouse button used to open the window.





Revision as of 03:32, 10 January 2007

Event API


"I" iconNote that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. Events/A, Events/B, etc. Changes there will be copied over to here within a few hours.


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_UPDATE"
Category: Skill
 

Fired when a crafting event is updating.


"SKILL_LINES_CHANGED"
Category: Skill
 



"UPDATE_TRADESKILL_RECAST"
Category: Skill