Gaming
 

Events/Guild

From WoWWiki

Main Menu



"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.


Guild related events

"CHAT_MSG_ACHIEVEMENT"
Category: 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.


"CHAT_MSG_GUILD"
Category: 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


"CHAT_MSG_GUILD_ACHIEVEMENT"
Category: Communication,Guild,Achievements
 

Fired when a guild member 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, arg11 
Some integer that (but not the achievement ID, or the total number of achievement points for the player; this seems to increment if two consecutive achievements are posted (needs to be verified)).


"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.

arg1 
guild inviter
arg2 
guild name


"GUILD_MOTD"
Category: Guild
 

Fired when the guild messages of the day is shown.

arg1 
guild message of the day


"GUILD_REGISTRAR_CLOSED"
Category: Guild
 



"GUILD_REGISTRAR_SHOW"
Category: Guild
 



"GUILD_ROSTER_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.

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


"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 FriendsFrame.lua.