WoW:Events/Misc: Difference between revisions
m (automated upload) |
m (Move page script moved page Events/Misc to Events/Misc without leaving a redirect) |
||
(One intermediate revision by one other user 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. | |||
== Misc related events == | |||
{{evt|BARBER_SHOP_APPEARANCE_APPLIED|Misc}} | |||
{{evt|BARBER_SHOP_CLOSE|Misc}} | |||
{{evt|BARBER_SHOP_OPEN|Misc}} | |||
{{evt|BARBER_SHOP_SUCCESS|Misc}} | |||
{{evt|BATTLEFIELD_MGR_EJECTED|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_EJECT_PENDING|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_ENTERED|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_ENTRY_INVITE|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_QUEUE_INVITE|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_QUEUE_REQUEST_RESPONSE|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_STATE_CHANGE|Misc}} | |||
? | |||
{{evt|BILLING_NAG_DIALOG|Misc}} | |||
{{evt|CHANNEL_COUNT_UPDATE|Misc}} | |||
Fired when number of players in a channel changes '''but only if''' this channel is visible in ChannelFrame (it mustn't be hidden by a collapsed category header) | |||
; arg1: channel id (item number in Blizzards ChannelFrame -> quod vide [[API GetChannelDisplayInfo]]) | |||
; arg2: number of players in channel | |||
{{evt|CHANNEL_FLAGS_UPDATED|Misc}} | |||
Fired when user changes selected channel in Blizzards ChannelFrame | |||
; arg1: channel id (item number in Blizzards ChannelFrame -> quod vide [[API GetChannelDisplayInfo]]) | |||
{{evt|CHANNEL_PASSWORD_REQUEST|Misc}} | |||
Fired when user is asked for a password (normally after trying to join a channel without a password or with a wrong one) | |||
; arg1: channel name | |||
{{evt|CHANNEL_ROSTER_UPDATE|Misc}} | |||
Fired when user changes selected channel in Blizzards ChannelFrame or number of players in currently selected channel changes | |||
; arg1: channel id (item number in Blizzards ChannelFrame -> quod vide [[API GetChannelDisplayInfo]]) | |||
; arg2: number of players in channel | |||
{{evt|CHANNEL_UI_UPDATE|Misc}} | |||
Fired when Channel UI should change (e.g. joining / leaving a channel causes this event to fire) | |||
{{evt|CHANNEL_VOICE_UPDATE|Misc}} | |||
; arg1: unknown | |||
; arg2: unknown | |||
; arg3: unknown | |||
{{evt|CHAT_MSG_COMBAT_MISC_INFO|Misc}} | |||
Fires when your equipment takes durability loss from death, and likely other situations as well.(no longer fires on reputation changes as of 1.9) | |||
{{evt|CINEMATIC_START|Misc}} | |||
{{evt|CINEMATIC_STOP|Misc}} | |||
{{evt|CLOSE_TABARD_FRAME|Misc}} | |||
Fired when the guild dress frame is closed | |||
{{evt|CONFIRM_BINDER|Misc}} | |||
{{evt|CONFIRM_SUMMON|Misc}} | |||
{{evt|CONFIRM_TALENT_WIPE|Misc}} | |||
Fires when the user selects the "Yes, I do." confirmation prompt after speaking to a class trainer and choosing to unlearn their talents. | |||
; arg1: Cost (260000 is equivalent to 26g). This value is then passed to different frames, depending on where the event is being handled, by calling the MoneyFrame_Update() function. In the case of this event, the cost of the transaction is displayed in a small static popup, and the user prompted for confirmation one final time. | |||
{{evt|CURRENCY_DISPLAY_UPDATE|Player,Misc}} | |||
{{evt|CURSOR_UPDATE|Misc}} | |||
Fired when the player right-clicks terrain, and on mouseover before UPDATE_MOUSEOVER_UNIT and on mouseout after UPDATE_MOUSEOVER_UNIT. This excludes doodads, player characters, and NPCs that lack interaction. | |||
{{evt|EQUIPMENT_SETS_CHANGED|Misc,Item}} | |||
Fired when a new equipment set is created, an equipment set is deleted or an equipment set has changed. | |||
{{evt|EQUIPMENT_SWAP_FINISHED|Misc, Item}} | |||
Fired when an equipment set has finished equipping | |||
; arg1 : Boolean value: True if the set change was successful | |||
; arg2 : String Value: The name of the set that was changed. | |||
{{evt|EXECUTE_CHAT_LINE|Misc}} | |||
Fired to execute macro commands. | |||
; arg1 : The "chat line" (macro command line) to execute. | |||
{{evt|GM_PLAYER_INFO|Misc}} | |||
? | |||
{{evt|GMSURVEY_DISPLAY|Misc}} | |||
{{evt|GOSSIP_CLOSED|Misc}} | |||
Fired when you close the talk window for an npc | |||
:(Seems to be called twice) | |||
; arg1 : The mouse button used to close the window (nil if closed when you go out of range) | |||
{{evt|GOSSIP_CONFIRM|Misc}} | |||
{{evt|GOSSIP_CONFIRM_CANCEL|Misc}} | |||
{{evt|GOSSIP_ENTER_CODE|Misc}} | |||
{{evt|GOSSIP_SHOW|Misc}} | |||
Fired when you talk to an npc | |||
:This event typically fires when you are given several choices, including choosing to sell item, select available and active quests, just talk about something, or bind to a location. Even when the the only available choices are quests, this event is often used instead of QUEST_GREETING. | |||
; no arguments | |||
{{evt|IGR_BILLING_NAG_DIALOG|Misc}} | |||
{{evt|INSPECT_ACHIEVEMENT_READY|Inspect,Misc}} | |||
? | |||
{{evt|INSPECT_HONOR_UPDATE|Inspect,Misc}} | |||
? | |||
{{evt|MERCHANT_CLOSED|Misc}} | |||
Fired when a merchant frame closes. (Called twice) | |||
;arg1: button used to close the window) | |||
{{evt|MERCHANT_SHOW|Misc}} | |||
Fired when the merchant frame is shown. | |||
{{evt|MERCHANT_UPDATE|Misc}} | |||
Fired when a merchant updates | |||
{{evt|MINIGAME_UPDATE|Misc}} | |||
? | |||
{{evt|MIRROR_TIMER_PAUSE|Misc}} | |||
Fired when the mirror timer is paused. | |||
; arg1 : pause duration | |||
{{evt|MIRROR_TIMER_START|Misc}} | |||
Fired when some sort of timer starts. | |||
; arg1 : timer ( for ex. "BREATH" ) | |||
; arg2 : value ( start-time in ms, for ex. 180000 ) | |||
; arg3 : maxvalue ( max-time in ms, for ex. 180000 ) | |||
; arg4 : scale ( time added per second in seconds, for ex. -1 ) | |||
; arg5 : paused | |||
; arg6 : label ( for ex. "Breath" ) | |||
{{evt|MIRROR_TIMER_STOP|Misc}} | |||
Fired when a mirror timer is stopped. | |||
; arg1 : timer ( for ex. "BREATH" ) | |||
{{evt|MODIFIER_STATE_CHANGED|Misc}} | |||
Fired when shift/ctrl/alt keys are pressed or released. Does not fire when an [[UIOBJECT EditBox|EditBox]] has keyboard focus. | |||
; arg1: "LSHIFT", "RSHIFT", "LCTRL", "RCTRL", "LALT", "RALT" | |||
; arg2: 1 for pressed, 0 (not nil!) for released | |||
{{evt|NEW_TITLE_EARNED|Misc}} | |||
{{evt|OLD_TITLE_LOST|Misc}} | |||
{{evt|OPEN_TABARD_FRAME|Misc}} | |||
Fired when the guild dress frame is opened. | |||
{{evt|PLAYER_DAMAGE_DONE_MODS|Misc}} | |||
{{evt|PLAY_MOVIE|Misc}} | |||
; arg1 : File name (without extension) & path, eg: "INTERFACE\CINEMATICS\WOW_FOTLK_1024" | |||
; arg2 : Sound volume (0-150) | |||
{{evt|SOCKET_INFO_CLOSE|Misc}} | |||
? | |||
{{evt|SOCKET_INFO_UPDATE|Misc}} | |||
{{evt|START_MINIGAME|Misc}} | |||
? | |||
{{evt|SYSMSG|Misc}} | |||
Fired when a system message occurs. Gets displayed in the UI error frame (the default red text in the top half of the screen) in the default UI. | |||
; arg1 : message | |||
; arg2 : red | |||
; arg3 : green | |||
; arg4 : blue | |||
|} | |||
{{evt|TABARD_CANSAVE_CHANGED|Misc}} | |||
Fired when it is possible to save a tabard. | |||
{{evt|TABARD_SAVE_PENDING|Misc}} | |||
{{evt|TAXIMAP_CLOSED|Misc}} | |||
Fired when the taxi frame is closed. | |||
{{evt|TAXIMAP_OPENED|Misc}} | |||
Fired when the taxi viewer is opened. | |||
Note that this will fire even if you know no flight paths connected to the one you're at, so the map doesn't actually open. | |||
{{evt|TUTORIAL_TRIGGER|Misc}} | |||
Fired when the tutorial/tips are shown. Will not fire if tutorials are turned off. | |||
{{evt|UPDATE_GM_STATUS|Misc}} | |||
{{evt|UPDATE_MOUSEOVER_UNIT|Misc,Unit Info}} | |||
Fired when the mouseover object needs to be updated. | |||
Fired when the target of the [[API_TYPE_UnitId|UnitID]] 'mouseover' has changed and is a 3d model. (Does not fire when UnitExists('mouseover') becomes nil, or if you mouse over a unitframe.) | |||
{{evt|UPDATE_TICKET|Misc}} | |||
{{evt|VOICE_CHAT_ENABLED_UPDATE|Misc}} | |||
Fired when you enable or disable voice chat. | |||
{{evt|VOICE_LEFT_SESSION|Misc}} | |||
{{evt|VOICE_PUSH_TO_TALK_START|Misc}} | |||
Fired when you click the Push-To-Talk hotkey to activate voice chat | |||
{{evt|VOICE_PUSH_TO_TALK_STOP|Misc}} | |||
Fired when you release the Push-To-Talk hotkey | |||
{{evt|VOICE_SESSIONS_UPDATE|Misc}} | |||
{{evt|VOICE_START|Misc}} | |||
Fired when someone starts using Voice Chat | |||
; arg1 : The [[API_TYPE_UnitId|UnitId]] of the person who started talking | |||
{{evt|VOICE_STATUS_UPDATE|Misc}} | |||
Fired when someone in your group or raid updates their voice status. Triggers extremely frequently. | |||
{{evt|VOICE_STOP|Misc}} | |||
Fired when someone stops using Voice Chat | |||
; arg1 : The [[API_TYPE_UnitId|UnitId]] of the person who stopped talking | |||
{{evt|WORLD_STATE_UI_TIMER_UPDATE|Misc}} | |||
? | |||
{{evt|WOW_MOUSE_NOT_FOUND|Misc}} | |||
Possibly fired after failing to {{api|DetectWowMouse}}(). |
Latest revision as of 04:48, 15 August 2023
|
|
"BARBER_SHOP_APPEARANCE_APPLIED"
|
Category: Misc |
|
"BARBER_SHOP_CLOSE"
|
Category: Misc |
|
"BARBER_SHOP_OPEN"
|
Category: Misc |
|
"BARBER_SHOP_SUCCESS"
|
Category: Misc |
|
"BATTLEFIELD_MGR_EJECTED"
|
Category: Misc |
?
|
"BATTLEFIELD_MGR_EJECT_PENDING"
|
Category: Misc |
?
|
"BATTLEFIELD_MGR_ENTERED"
|
Category: Misc |
?
|
"BATTLEFIELD_MGR_ENTRY_INVITE"
|
Category: Misc |
?
|
"BATTLEFIELD_MGR_QUEUE_INVITE"
|
Category: Misc |
?
|
"BATTLEFIELD_MGR_QUEUE_REQUEST_RESPONSE"
|
Category: Misc |
?
|
"BATTLEFIELD_MGR_STATE_CHANGE"
|
Category: Misc |
?
|
"BILLING_NAG_DIALOG"
|
Category: Misc |
|
"CHANNEL_COUNT_UPDATE"
|
Category: Misc |
Fired when number of players in a channel changes but only if this channel is visible in ChannelFrame (it mustn't be hidden by a collapsed category header)
|
"CHANNEL_FLAGS_UPDATED"
|
Category: Misc |
Fired when user changes selected channel in Blizzards ChannelFrame
|
"CHANNEL_PASSWORD_REQUEST"
|
Category: Misc |
Fired when user is asked for a password (normally after trying to join a channel without a password or with a wrong one)
|
"CHANNEL_ROSTER_UPDATE"
|
Category: Misc |
Fired when user changes selected channel in Blizzards ChannelFrame or number of players in currently selected channel changes
|
"CHANNEL_UI_UPDATE"
|
Category: Misc |
Fired when Channel UI should change (e.g. joining / leaving a channel causes this event to fire)
|
"CHANNEL_VOICE_UPDATE"
|
Category: Misc |
|
"CHAT_MSG_COMBAT_MISC_INFO"
|
Category: Misc |
Fires when your equipment takes durability loss from death, and likely other situations as well.(no longer fires on reputation changes as of 1.9)
|
"CINEMATIC_START"
|
Category: Misc |
|
"CINEMATIC_STOP"
|
Category: Misc |
|
"CLOSE_TABARD_FRAME"
|
Category: Misc |
Fired when the guild dress frame is closed
|
"CONFIRM_BINDER"
|
Category: Misc |
|
"CONFIRM_SUMMON"
|
Category: Misc |
|
"CONFIRM_TALENT_WIPE"
|
Category: Misc |
Fires when the user selects the "Yes, I do." confirmation prompt after speaking to a class trainer and choosing to unlearn their talents.
|
"CURRENCY_DISPLAY_UPDATE"
|
Category: Player,Misc |
|
"CURSOR_UPDATE"
|
Category: Misc |
Fired when the player right-clicks terrain, and on mouseover before UPDATE_MOUSEOVER_UNIT and on mouseout after UPDATE_MOUSEOVER_UNIT. This excludes doodads, player characters, and NPCs that lack interaction.
|
"EQUIPMENT_SETS_CHANGED"
|
Category: Misc,Item |
Fired when a new equipment set is created, an equipment set is deleted or an equipment set has changed.
|
"EQUIPMENT_SWAP_FINISHED"
|
Category: Misc, Item |
Fired when an equipment set has finished equipping
|
"EXECUTE_CHAT_LINE"
|
Category: Misc |
Fired to execute macro commands.
|
"GM_PLAYER_INFO"
|
Category: Misc |
?
|
"GMSURVEY_DISPLAY"
|
Category: Misc |
|
"GOSSIP_CLOSED"
|
Category: Misc |
Fired when you close the talk window for an npc
|
"GOSSIP_CONFIRM"
|
Category: Misc |
|
"GOSSIP_CONFIRM_CANCEL"
|
Category: Misc |
|
"GOSSIP_ENTER_CODE"
|
Category: Misc |
|
"GOSSIP_SHOW"
|
Category: Misc |
Fired when you talk to an npc
|
"IGR_BILLING_NAG_DIALOG"
|
Category: Misc |
|
"INSPECT_ACHIEVEMENT_READY"
|
Category: Inspect,Misc |
?
|
"INSPECT_HONOR_UPDATE"
|
Category: Inspect,Misc |
?
|
"MERCHANT_CLOSED"
|
Category: Misc |
Fired when a merchant frame closes. (Called twice)
|
"MERCHANT_SHOW"
|
Category: Misc |
Fired when the merchant frame is shown.
|
"MERCHANT_UPDATE"
|
Category: Misc |
Fired when a merchant updates
|
"MINIGAME_UPDATE"
|
Category: Misc |
?
|
"MIRROR_TIMER_PAUSE"
|
Category: Misc |
Fired when the mirror timer is paused.
|
"MIRROR_TIMER_START"
|
Category: Misc |
Fired when some sort of timer starts.
|
"MIRROR_TIMER_STOP"
|
Category: Misc |
Fired when a mirror timer is stopped.
|
"MODIFIER_STATE_CHANGED"
|
Category: Misc |
Fired when shift/ctrl/alt keys are pressed or released. Does not fire when an EditBox has keyboard focus.
|
"NEW_TITLE_EARNED"
|
Category: Misc |
|
"OLD_TITLE_LOST"
|
Category: Misc |
|
"OPEN_TABARD_FRAME"
|
Category: Misc |
Fired when the guild dress frame is opened.
|
"PLAYER_DAMAGE_DONE_MODS"
|
Category: Misc |
|
"PLAY_MOVIE"
|
Category: Misc |
|
"SOCKET_INFO_CLOSE"
|
Category: Misc |
?
|
"SOCKET_INFO_UPDATE"
|
Category: Misc |
|
"START_MINIGAME"
|
Category: Misc |
?
|
"SYSMSG"
|
Category: Misc |
Fired when a system message occurs. Gets displayed in the UI error frame (the default red text in the top half of the screen) in the default UI.
|
|}
"TABARD_CANSAVE_CHANGED"
|
Category: Misc |
Fired when it is possible to save a tabard.
|
"TABARD_SAVE_PENDING"
|
Category: Misc |
|
"TAXIMAP_CLOSED"
|
Category: Misc |
Fired when the taxi frame is closed.
|
"TAXIMAP_OPENED"
|
Category: Misc |
Fired when the taxi viewer is opened. Note that this will fire even if you know no flight paths connected to the one you're at, so the map doesn't actually open.
|
"TUTORIAL_TRIGGER"
|
Category: Misc |
Fired when the tutorial/tips are shown. Will not fire if tutorials are turned off.
|
"UPDATE_GM_STATUS"
|
Category: Misc |
|
"UPDATE_MOUSEOVER_UNIT"
|
Category: Misc,Unit Info |
Fired when the mouseover object needs to be updated. Fired when the target of the UnitID 'mouseover' has changed and is a 3d model. (Does not fire when UnitExists('mouseover') becomes nil, or if you mouse over a unitframe.)
|
"UPDATE_TICKET"
|
Category: Misc |
|
"VOICE_CHAT_ENABLED_UPDATE"
|
Category: Misc |
Fired when you enable or disable voice chat.
|
"VOICE_LEFT_SESSION"
|
Category: Misc |
|
"VOICE_PUSH_TO_TALK_START"
|
Category: Misc |
Fired when you click the Push-To-Talk hotkey to activate voice chat
|
"VOICE_PUSH_TO_TALK_STOP"
|
Category: Misc |
Fired when you release the Push-To-Talk hotkey
|
"VOICE_SESSIONS_UPDATE"
|
Category: Misc |
|
"VOICE_START"
|
Category: Misc |
Fired when someone starts using Voice Chat
|
"VOICE_STATUS_UPDATE"
|
Category: Misc |
Fired when someone in your group or raid updates their voice status. Triggers extremely frequently.
|
"VOICE_STOP"
|
Category: Misc |
Fired when someone stops using Voice Chat
|
"WORLD_STATE_UI_TIMER_UPDATE"
|
Category: Misc |
?
|
"WOW_MOUSE_NOT_FOUND"
|
Category: Misc |
Possibly fired after failing to DetectWowMouse(). |