Lua.DoString("for index = 1, GetNumAuctionItems(\"owner\") do local _,_,_,_,_,_,_,_,_,bidAmmount = GetAuctionItemInfo(\"owner\", index) if (bidAmmount == 0) then CancelAuction(index) end end");
it cancels all my posts (usually over 1k) and repost them, then cancels them again and so on...
pls help !