WoW:Events/Battleground: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Typo fixing, typos fixed: recieved → received using AWB)
m (Move page script moved page Events/Battleground to Events/Battleground without leaving a redirect)
 
(2 intermediate revisions by 2 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.
== Battleground related events ==
{{evt|BATTLEFIELDS_CLOSED|Battleground}}
Fired when the battlegrounds signup window is closed.
{{evt|BATTLEFIELDS_SHOW|Battleground}}
Fired when the battlegrounds signup window is opened.
{{evt|CHAT_MSG_BATTLEGROUND|Communication,Battleground}}
<Added in Patch '''1.12'''>
<br>Fired when a message is received through the battleground group channel
; arg1: chat message
; arg2: author
; arg3: language
;arg11: Chat lineID
;arg12: Sender [[API_UnitGUID|GUID]]
{{evt|CHAT_MSG_BATTLEGROUND_LEADER|Communication,Battleground}}
<Added in Patch '''1.12'''>
<br>Fired when a message is received from the leader of the battleground group
; arg1: chat message
; arg2: author
; arg3: language
;arg11: Chat lineID
;arg12: Sender [[API_UnitGUID|GUID]]
{{evt|CHAT_MSG_BG_SYSTEM_ALLIANCE|Communication,Battleground}}
Fired for alliance specific events in the battleground such as assaulting a graveyard.
; arg1: Battleground Message  (eg. "The Alliance has taken the Blacksmith!")
{{evt|CHAT_MSG_BG_SYSTEM_HORDE|Communication,Battleground}}
Fired for horde specific events in the battleground such as assaulting a graveyard.
; arg1: Battleground Message  (eg. "The Horde has taken the Blacksmith!")
{{evt|CHAT_MSG_BG_SYSTEM_NEUTRAL|Communication,Battleground}}
Fired for non faction specific events in the battlegrounds such as the battle start announcement.
; arg1: Battleground Message  (eg. "Let the battle for Warsong Gulch begin.")
{{evt|PLAYER_SKINNED|Player,Battleground}}
Fired when the player's insignia is removed in a Battleground.
{{evt|PVPQUEUE_ANYWHERE_SHOW|Battleground}}
?
{{evt|PVPQUEUE_ANYWHERE_UPDATE_AVAILABLE|Battleground}}
?
{{evt|UPDATE_BATTLEFIELD_SCORE|Battleground}}
Fired whenever new battlefield score data has been recieved, this is usually fired after [[API RequestBattlefieldScoreData|RequestBattlefieldScoreData]]() is called.
{{evt|UPDATE_BATTLEFIELD_STATUS|Battleground}}
Fired whenever joining a queue, leaving a queue, battlefield to join is changed, when you can join a battlefield, or if somebody wins the battleground.
{{evt|UPDATE_WORLD_STATES|Battleground}}
Fired within Battlefields when certain things occur such as a flag being captured.

Latest revision as of 04:48, 15 August 2023

Event API


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


Battleground related events

"BATTLEFIELDS_CLOSED"
Category: Battleground
 

Fired when the battlegrounds signup window is closed.


"BATTLEFIELDS_SHOW"
Category: Battleground
 

Fired when the battlegrounds signup window is opened.


"CHAT_MSG_BATTLEGROUND"
Category: Communication,Battleground
 

<Added in Patch 1.12>
Fired when a message is received through the battleground group channel

arg1
chat message
arg2
author
arg3
language
arg11
Chat lineID
arg12
Sender GUID


"CHAT_MSG_BATTLEGROUND_LEADER"
Category: Communication,Battleground
 

<Added in Patch 1.12>
Fired when a message is received from the leader of the battleground group

arg1
chat message
arg2
author
arg3
language
arg11
Chat lineID
arg12
Sender GUID


"CHAT_MSG_BG_SYSTEM_ALLIANCE"
Category: Communication,Battleground
 

Fired for alliance specific events in the battleground such as assaulting a graveyard.

arg1
Battleground Message (eg. "The Alliance has taken the Blacksmith!")


"CHAT_MSG_BG_SYSTEM_HORDE"
Category: Communication,Battleground
 

Fired for horde specific events in the battleground such as assaulting a graveyard.

arg1
Battleground Message (eg. "The Horde has taken the Blacksmith!")


"CHAT_MSG_BG_SYSTEM_NEUTRAL"
Category: Communication,Battleground
 

Fired for non faction specific events in the battlegrounds such as the battle start announcement.

arg1
Battleground Message (eg. "Let the battle for Warsong Gulch begin.")


"PLAYER_SKINNED"
Category: Player,Battleground
 

Fired when the player's insignia is removed in a Battleground.


"PVPQUEUE_ANYWHERE_SHOW"
Category: Battleground
 

?


"PVPQUEUE_ANYWHERE_UPDATE_AVAILABLE"
Category: Battleground
 

?


"UPDATE_BATTLEFIELD_SCORE"
Category: Battleground
 

Fired whenever new battlefield score data has been recieved, this is usually fired after RequestBattlefieldScoreData() is called.


"UPDATE_BATTLEFIELD_STATUS"
Category: Battleground
 

Fired whenever joining a queue, leaving a queue, battlefield to join is changed, when you can join a battlefield, or if somebody wins the battleground.


"UPDATE_WORLD_STATES"
Category: Battleground
 

Fired within Battlefields when certain things occur such as a flag being captured.