m
Move page script moved page Events/Guild to WoW:Events/Guild without leaving a redirect
m (automated upload) |
m (Move page script moved page Events/Guild to WoW:Events/Guild without leaving a redirect) |
||
| (3 intermediate revisions by 3 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. | |||
== Guild related events == | |||
{{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|Communication,Guild}} | |||
Fired when a message is sent or received in the Guild channel. | |||
; arg1: Message that was sent | |||
; arg2: Author | |||
; arg3: Language that the message was sent in | |||
;arg11: Chat lineID | |||
;arg12: Sender [[API_UnitGUID|GUID]] | |||
{{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|GUILD_INVITE_CANCEL|Guild}} | |||
Fired when the guild invitation is declined. | |||
{{evt|GUILD_INVITE_REQUEST|Guild}} | |||
Fired when you are invited to join a guild. | |||
; arg1 : guild inviter | |||
; arg2 : guild name | |||
{{evt|GUILD_MOTD|Guild}} | |||
Fired when the guild messages of the day is shown. | |||
; arg1 : guild message of the day | |||
{{evt|GUILD_REGISTRAR_CLOSED|Guild}} | |||
{{evt|GUILD_REGISTRAR_SHOW|Guild}} | |||
{{evt|GUILD_ROSTER_UPDATE|Guild}} | |||
Fired when the client's guild info cache has been updated after a call to [[API GuildRoster|GuildRoster()]] or after any data change in any of the guild's data, excluding the Guild Information window. | |||
; arg1 : nil if this event was triggered by the client cache being updated after a call to GuildRoster, 1 if there was a local change to Guild roster data | |||
{{evt|GUILDTABARD_UPDATE|Guild}} | |||
? | |||
{{evt|GUILD_EVENT_LOG_UPDATE|Guild}} | |||
? | |||
{{evt|PETITION_CLOSED|Arena,Guild}} | |||
Fired when a petition is closed, e.g. by you signing it. See PETITION_SHOW. | |||
{{evt|PETITION_SHOW|Arena,Guild}} | |||
Fired when you are shown a petition to create a guild or arena team. This can be due to someone offering you to sign it, or because of you clicking your own charter in your inventory. [[API GetPetitionInfo|GetPetitionInfo]]() will tell you more. | |||
{{evt|PETITION_VENDOR_CLOSED|Arena,Guild}} | |||
{{evt|PETITION_VENDOR_SHOW|Arena,Guild}} | |||
{{evt|PETITION_VENDOR_UPDATE|Arena,Guild}} | |||
{{evt|PLAYER_GUILD_UPDATE|Guild,Player}} | |||
This appears to be fired when a player is gkicked, gquits, etc. | |||
Reference handler in [{{wdnlink|FrameXML/FriendsFrame.lua}} FriendsFrame.lua]. | |||