WoW:Events/Guild: Difference between revisions
No edit summary |
m (Move page script moved page Events/Guild to Events/Guild without leaving a redirect) |
||
(4 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]. |
Latest revision as of 04:48, 15 August 2023
|
|
"CHAT_MSG_ACHIEVEMENT"
|
Category: Communication,Guild,Achievements |
Fired when a player in your vicinity completes an achievement.
|
"CHAT_MSG_GUILD"
|
Category: Communication,Guild |
Fired when a message is sent or received in the Guild channel.
|
"CHAT_MSG_GUILD_ACHIEVEMENT"
|
Category: Communication,Guild,Achievements |
Fired when a guild member completes an achievement.
|
"GUILD_INVITE_CANCEL"
|
Category: Guild |
Fired when the guild invitation is declined.
|
"GUILD_INVITE_REQUEST"
|
Category: Guild |
Fired when you are invited to join a guild.
|
"GUILD_MOTD"
|
Category: Guild |
Fired when the guild messages of the day is shown.
|
"GUILD_REGISTRAR_CLOSED"
|
Category: Guild |
|
"GUILD_REGISTRAR_SHOW"
|
Category: Guild |
|
"GUILD_ROSTER_UPDATE"
|
Category: Guild |
Fired when the client's guild info cache has been updated after a call to GuildRoster() or after any data change in any of the guild's data, excluding the Guild Information window.
|
"GUILDTABARD_UPDATE"
|
Category: Guild |
?
|
"GUILD_EVENT_LOG_UPDATE"
|
Category: Guild |
?
|
"PETITION_CLOSED"
|
Category: Arena,Guild |
Fired when a petition is closed, e.g. by you signing it. See PETITION_SHOW.
|
"PETITION_SHOW"
|
Category: 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. GetPetitionInfo() will tell you more.
|
"PETITION_VENDOR_CLOSED"
|
Category: Arena,Guild |
|
"PETITION_VENDOR_SHOW"
|
Category: Arena,Guild |
|
"PETITION_VENDOR_UPDATE"
|
Category: Arena,Guild |
|
"PLAYER_GUILD_UPDATE"
|
Category: Guild,Player |
This appears to be fired when a player is gkicked, gquits, etc. Reference handler in [DEPRECATED http://wowprogramming.com/utils/xmlbrowser/live/FrameXML/FriendsFrame.lua FriendsFrame.lua]. |