Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
("Container"->"Item" category. Nuke "Enchanting" category.)
No edit summary
(10 intermediate revisions by 6 users not shown)
Line 6: Line 6:
 
{{evt|BAG_CLOSED|Item}}
 
{{evt|BAG_CLOSED|Item}}
   
Fired when a bag is closed
+
Fired when a bag is (re)moved from its bagslot. Fires both for player bags and bank bags.
   
 
; arg1 : container ID
 
; arg1 : container ID
Line 18: Line 18:
   
 
|}
 
|}
  +
 
===== =====
 
===== =====
 
{|
 
{|
 
{{evt|BAG_UPDATE|Item}}
 
{{evt|BAG_UPDATE|Item}}
   
  +
Fired when a bags inventory changes. Bag zero, the sixteen slot default backpack, may not fire on login. Upon login (or reloading the console) this event fires even for bank bags. When moving an item in your inventory, this fires multiple times: once each for the source and destination bag. If the bag involved is the default backpack, this event will also fire with a container ID of "-2" (twice if you are moving the item inside the same bag).
Fired when a bags inventory changes
 
   
 
; arg1 : container ID
 
; arg1 : container ID
Line 31: Line 32:
 
Fired when a cooldown update call is sent to a bag
 
Fired when a cooldown update call is sent to a bag
   
; arg1 : container ID
+
; arg1 : container ID (may also be nil, 00:47, 15 January 2007 (EST))
   
   
 
{{evt|BANKFRAME_CLOSED|Bank}}
 
{{evt|BANKFRAME_CLOSED|Bank}}
   
Fired when the bank window is closed
+
Fired twice when the bank window is closed.
  +
  +
Only at the first one of them the bank data is still available (GetNumBankSlots(), GetContainerItemLink(), ...)
   
 
|}
 
|}
  +
 
===== =====
 
===== =====
 
{|
 
{|
Line 44: Line 48:
   
 
Fired when the bank frame is opened
 
Fired when the bank frame is opened
  +
  +
{{evt|BARBER_SHOP_APPEARANCE_APPLIED|Misc}}
  +
  +
{{evt|BARBER_SHOP_CLOSE|Misc}}
  +
  +
{{evt|BARBER_SHOP_OPEN|Misc}}
  +
  +
{{evt|BARBER_SHOP_SUCCESS|Misc}}
   
   
Line 54: Line 66:
   
 
Fired when the battlegrounds signup window is opened.
 
Fired when the battlegrounds signup window is opened.
  +
  +
{{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}}
  +
?
   
 
|}
 
|}
  +
 
===== =====
 
===== =====
 
{|
 
{|
Line 64: Line 98:
   
 
Fired when Enchanting an unbound item.
 
Fired when Enchanting an unbound item.
  +
  +
{{evt|BN_BLOCK_LIST_UPDATED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_CLOSED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_CREATE_FAILED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_CREATE_SUCCEEDED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_INVITE_FAILED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_INVITE_SUCCEEDED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_JOINED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_LEFT|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_MEMBER_JOINED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_MEMBER_LEFT|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_MEMBER_UPDATED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_MESSAGE_BLOCKED|Battle.net}}
  +
{{evt|BN_CHAT_CHANNEL_MESSAGE_UNDELIVERABLE|Battle.net}}
  +
{{evt|BN_CHAT_WHISPER_UNDELIVERABLE|Battle.net}}
  +
{{evt|BN_CONNECTED|Battle.net}}
  +
{{evt|BN_CUSTOM_MESSAGE_CHANGED|Battle.net}}
  +
{{evt|BN_CUSTOM_MESSAGE_LOADED|Battle.net}}
  +
{{evt|BN_DISCONNECTED|Battle.net}}
  +
{{evt|BN_FRIEND_ACCOUNT_OFFLINE|Battle.net}}
  +
{{evt|BN_FRIEND_ACCOUNT_ONLINE|Battle.net}}
  +
{{evt|BN_FRIEND_INFO_CHANGED|Battle.net}}
  +
{{evt|BN_FRIEND_INVITE_ADDED|Battle.net}}
  +
{{evt|BN_FRIEND_INVITE_LIST_INITIALIZED|Battle.net}}
  +
{{evt|BN_FRIEND_INVITE_REMOVED|Battle.net}}
  +
{{evt|BN_FRIEND_INVITE_SEND_RESULT|Battle.net}}
  +
{{evt|BN_FRIEND_LIST_SIZE_CHANGED|Battle.net}}
  +
{{evt|BN_FRIEND_TOON_OFFLINE|Battle.net}}
  +
{{evt|BN_FRIEND_TOON_ONLINE|Battle.net}}
  +
{{evt|BN_MATURE_LANGUAGE_FILTER|Battle.net}}
  +
{{evt|BN_NEW_PRESENCE|Battle.net}}
  +
{{evt|BN_REQUEST_FOF_FAILED|Battle.net}}
  +
{{evt|BN_REQUEST_FOF_SUCCEEDED|Battle.net}}
  +
{{evt|BN_SELF_OFFLINE|Battle.net}}
  +
{{evt|BN_SELF_ONLINE|Battle.net}}
  +
{{evt|BN_SYSTEM_MESSAGE|Battle.net}}
  +
{{evt|BN_TOON_NAME_UPDATED|Battle.net}}

Revision as of 16:28, 2 July 2010

Template:Eventlistheader

|}

"BAG_CLOSED" Category: Item


Fired when a bag is (re)moved from its bagslot. Fires both for player bags and bank bags.

arg1
container ID


"BAG_OPEN" Category: Item


Fired when a bag (NOTE: This is NOT fired for player containers, it's for those bag-like objects that you can remove items from but not put items into) is opened.

arg1
container ID
"BAG_UPDATE" Category: Item


Fired when a bags inventory changes. Bag zero, the sixteen slot default backpack, may not fire on login. Upon login (or reloading the console) this event fires even for bank bags. When moving an item in your inventory, this fires multiple times: once each for the source and destination bag. If the bag involved is the default backpack, this event will also fire with a container ID of "-2" (twice if you are moving the item inside the same bag).

arg1
container ID


"BAG_UPDATE_COOLDOWN" Category: Item


Fired when a cooldown update call is sent to a bag

arg1
container ID (may also be nil, 00:47, 15 January 2007 (EST))


"BANKFRAME_CLOSED" Category: Bank


Fired twice when the bank window is closed.

Only at the first one of them the bank data is still available (GetNumBankSlots(), GetContainerItemLink(), ...)

"BANKFRAME_OPENED" Category: Bank


Fired when the bank frame is opened

"BARBER_SHOP_APPEARANCE_APPLIED" Category: Misc


"BARBER_SHOP_CLOSE" Category: Misc


"BARBER_SHOP_OPEN" Category: Misc


"BARBER_SHOP_SUCCESS" Category: Misc


"BATTLEFIELDS_CLOSED" Category: Battleground


Fired when the battlegrounds signup window is closed.


"BATTLEFIELDS_SHOW" Category: Battleground


Fired when the battlegrounds signup window is opened.

"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


"BIND_ENCHANT" Category: Item


Fired when Enchanting an unbound item.

"BN_BLOCK_LIST_UPDATED" Category: Battle.net
"BN_CHAT_CHANNEL_CLOSED" Category: Battle.net
"BN_CHAT_CHANNEL_CREATE_FAILED" Category: Battle.net
"BN_CHAT_CHANNEL_CREATE_SUCCEEDED" Category: Battle.net
"BN_CHAT_CHANNEL_INVITE_FAILED" Category: Battle.net
"BN_CHAT_CHANNEL_INVITE_SUCCEEDED" Category: Battle.net
"BN_CHAT_CHANNEL_JOINED" Category: Battle.net
"BN_CHAT_CHANNEL_LEFT" Category: Battle.net
"BN_CHAT_CHANNEL_MEMBER_JOINED" Category: Battle.net
"BN_CHAT_CHANNEL_MEMBER_LEFT" Category: Battle.net
"BN_CHAT_CHANNEL_MEMBER_UPDATED" Category: Battle.net
"BN_CHAT_CHANNEL_MESSAGE_BLOCKED" Category: Battle.net
"BN_CHAT_CHANNEL_MESSAGE_UNDELIVERABLE" Category: Battle.net
"BN_CHAT_WHISPER_UNDELIVERABLE" Category: Battle.net
"BN_CONNECTED" Category: Battle.net
"BN_CUSTOM_MESSAGE_CHANGED" Category: Battle.net
"BN_CUSTOM_MESSAGE_LOADED" Category: Battle.net
"BN_DISCONNECTED" Category: Battle.net
"BN_FRIEND_ACCOUNT_OFFLINE" Category: Battle.net
"BN_FRIEND_ACCOUNT_ONLINE" Category: Battle.net
"BN_FRIEND_INFO_CHANGED" Category: Battle.net
"BN_FRIEND_INVITE_ADDED" Category: Battle.net
"BN_FRIEND_INVITE_LIST_INITIALIZED" Category: Battle.net
"BN_FRIEND_INVITE_REMOVED" Category: Battle.net
"BN_FRIEND_INVITE_SEND_RESULT" Category: Battle.net
"BN_FRIEND_LIST_SIZE_CHANGED" Category: Battle.net
"BN_FRIEND_TOON_OFFLINE" Category: Battle.net
"BN_FRIEND_TOON_ONLINE" Category: Battle.net
"BN_MATURE_LANGUAGE_FILTER" Category: Battle.net
"BN_NEW_PRESENCE" Category: Battle.net
"BN_REQUEST_FOF_FAILED" Category: Battle.net
"BN_REQUEST_FOF_SUCCEEDED" Category: Battle.net
"BN_SELF_OFFLINE" Category: Battle.net
"BN_SELF_ONLINE" Category: Battle.net
"BN_SYSTEM_MESSAGE" Category: Battle.net
"BN_TOON_NAME_UPDATED" Category: Battle.net