WoW:Events/Auction: Difference between revisions
Jump to navigation
Jump to search
m
automated upload
m (automated upload) |
m (automated upload) |
||
| Line 1: | Line 1: | ||
__NOTOC____NOEDITSECTION__{{eventlistheader}} | __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. --> | |||
<!-- 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. | |||
== Auction related events == | == Auction related events == | ||
| Line 10: | Line 17: | ||
{{evt|AUCTION_HOUSE_CLOSED|Auction}} | {{evt|AUCTION_HOUSE_CLOSED|Auction}} | ||
This event is fired when the auction interface is closed. | |||
;Note: It appears to fire twice, but the reason is unknown. | |||
{{evt|AUCTION_HOUSE_DISABLED|Auction}} | |||
Fired when the auction house is not operational. | |||
{{evt|AUCTION_HOUSE_SHOW|Auction}} | {{evt|AUCTION_HOUSE_SHOW|Auction}} | ||
This event is fired when the auction interface is first displayed. This is generally done by right-clicking an auctioneer in a major city. | |||
| Line 21: | Line 34: | ||
This event is fired when the Auction list is updated. | This event is fired when the Auction list is updated. | ||
Note that this is not only the case, if the list is completely changed but also if it is sorted (i.e. SortAuctionItems() is called). | |||
{{evt|AUCTION_MULTISELL_FAILURE|Auction}} | |||
Fired when listing of multiple stacks fails (or is aborted?). | |||
{{evt|AUCTION_MULTISELL_START|Auction}} | |||
Fired when the client begins listing of multiple stacks. | |||
; arg1 : Number - total number of stacks the client has to list. | |||
{{evt|AUCTION_MULTISELL_UPDATE|Auction}} | |||
Fired when the client lists a stack as part of listing multiple stacks. | |||
; arg1 : Number - number of stacks listed so far. | |||
; arg2 : Number - total number of stacks in the current mass-listing operation. | |||
| Line 30: | Line 62: | ||
{{evt|NEW_AUCTION_UPDATE|Auction}} | {{evt|NEW_AUCTION_UPDATE|Auction}} | ||
Sent out whenever a user drags an item into the Auction Item box on the Auctions tab of the auction house window. | |||