WoW:Events/Achievements: Difference between revisions
< Events
Jump to navigation
Jump to search
m (automated upload) |
m (This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.) |
||
| Line 1: | Line 1: | ||
__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. --> | |||
:{{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. | |||
== Achievements related events == | |||
{{evt|ACHIEVEMENT_EARNED|Achievements}} | |||
Fired when an achievement is gained. | |||
('''New with patch 3.0''') | |||
; arg1 : The id of the achievement gained. | |||
{{evt|CHAT_MSG_ACHIEVEMENT|Communication,Guild,Achievements}} | |||
Fired when a player in your vicinity completes an achievement. | |||
; arg1: The full body of the broadcast message. | |||
; arg2, arg5: The name of player who has just completed the achievement. | |||
; arg7, arg8: Some integer. | |||
{{evt|CHAT_MSG_GUILD_ACHIEVEMENT|Communication,Guild,Achievements}} | |||
Fired when a guild member completes an achievement. | |||
; arg1: The full body of the achievement broadcast message. | |||
; arg2, arg5: Guildmember Name | |||
;arg11: Chat lineID | |||
;arg12: Sender [[API_UnitGUID|GUID]] | |||
{{evt|CRITERIA_UPDATE|Achievements}} | |||
Fired when the criteria for an achievement has changed. | |||
(''Fires several times at once, presumably for different levels of achievements and yet-unknown feats of strength, but this has yet to be confirmed and there may be another use for this Event. [[User:Joequincy|joequincy]] ([[User talk:Joequincy|talk]]) 18:24, 20 October 2008 (UTC)'') | |||
{{evt|RECEIVED_ACHIEVEMENT_LIST|Player,Achievements}} | |||
? | |||
{{evt|TRACKED_ACHIEVEMENT_UPDATE|Achievements}} | |||
Fired when a timed event for an achievement begins or ends. The achievement does not have to be actively tracked for this to trigger. | |||
; arg1 : achievmentID | |||
; arg2 : criteriaID | |||
; arg3 : Actual time | |||
, arg4 : Time limit | |||
Revision as of 20:50, 6 October 2010
| |||||||||||||||||||||
|
|
"ACHIEVEMENT_EARNED"
|
Category: Achievements |
|
Fired when an achievement is gained. (New with patch 3.0)
|
"CHAT_MSG_ACHIEVEMENT"
|
Category: Communication,Guild,Achievements |
|
Fired when a player in your vicinity completes an achievement.
|
"CHAT_MSG_GUILD_ACHIEVEMENT"
|
Category: Communication,Guild,Achievements |
|
Fired when a guild member completes an achievement.
|
"CRITERIA_UPDATE"
|
Category: Achievements |
|
Fired when the criteria for an achievement has changed. (Fires several times at once, presumably for different levels of achievements and yet-unknown feats of strength, but this has yet to be confirmed and there may be another use for this Event. joequincy (talk) 18:24, 20 October 2008 (UTC))
|
"RECEIVED_ACHIEVEMENT_LIST"
|
Category: Player,Achievements |
|
?
|
"TRACKED_ACHIEVEMENT_UPDATE"
|
Category: Achievements |
|
Fired when a timed event for an achievement begins or ends. The achievement does not have to be actively tracked for this to trigger.
, arg4 : Time limit |