other iconCancel all auctions with a specific name macro

23
vote up

Macro for Wow: Cancel all auctions with a specific name macro for Other. Works in World of Warcraft patch 5.4 Siege of Orgrimmar, Mists of Pandaria

Posted on: 09-10-2012 - Updated on: 09-10-2012 - viewed 5669 times

Need help?

Description:

This handy macro for auctions cancels all of your auctions that are of the item inside the quotes. Replace the item “Enter Item Name Here” to end all of those auctions. Very nice when you know that every day you need to cancel high supply, volatile market items

/script
local o="owner" p=GetNumAuctionItems(o)
n="Enter Item Name Here"
for i=1,p
do
    local b,_,_,_,_,_,_,_,_=GetAuctionItemInfo(o,i)
    if(b==n)then
        CancelAuction(i)
    end
end

Leave a Reply

Your email address will not be published. Required fields are marked *

301 Moved Permanently

Moved Permanently

The document has moved here.