Well, problem is i simply cannot make this macro work.Posted By: sephiroth
/script local o="owner"for i=1,GetNumAuctionItems(o)
do local _,_,_,_,_,_,_,_,b=GetAuctionItemInfo(o,i)
local t=GetAuctionItemTimeLeft(o,i) if (t==2) and (b==0) then CancelAuction(i) end end/script local o="owner"for i=1,GetNumAuctionItems(o)doPosted By: sephiroth
local _,_,_,_,_,_,_,_,b=GetAuctionItemInfo(o,i)
local t=GetAuctionItemTimeLeft(o,i)
if(t==2)and(b==0) then CancelAuction(i)end end
Ok, found it (that's t<8, probably for 48 hours its t<16) and... the macro works!!!<br />Posted By: sephiroth
/cry
/dance
Still the first macro won't work :( but i don't recommend it since it[strong]probably[/strong]also cancels the auctions sold and the auctions with bids.
Cla.
It looks like you're new here. If you want to get involved, click one of these buttons!