Saturday, March 06, 2010

Inscription: Cancel all auctions at once.

Macro version

/run local i=1;local n=1;while n ~= nil do n=GetAuctionItemInfo("owner",i);if n~=nil and strfind(n,"^Glyph of") then CancelAuction(i) end i=i+1 end



Full Version

local i = 1

local n = 1;

while n ~= nil do

n = GetAuctionItemInfo("owner",i)

if n ~= nil and strfind(n,"^Glyph of") then

CancelAuction(i)

end

i = i + 1

end

1 comment:

  1. It's going to be ending of mine day, but before ending I am reading this great paragraph to improve my knowledge.
    Here is my weblog : info

    ReplyDelete