WoW:Events/Achievements: Difference between revisions
Jump to navigation
Jump to search
m
Move page script moved page Events/Achievements to WoW:Events/Achievements without leaving a redirect
m (automated upload) |
m (Move page script moved page Events/Achievements to WoW:Events/Achievements without leaving a redirect) |
||
| (7 intermediate revisions by 4 users not shown) | |||
| 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 | |||