很简单啊。/大喊 XXXXXXX/大喊 XXXXXXX/大喊 XXXXXXX/大喊 XXXXXXX/大喊 XXXXXXX/大喊 XXXXXXXAH取消拍卖的宏(分别对应取消不同时间,不取消已经被竞价的商品)/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t==1 then CancelAuction(i)end end 短/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t==2 then CancelAuction(i)end end 中/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t==3 then CancelAuction(i)end end 长/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t==4 then CancelAuction(i)end end 非常长这个是简易的/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t<=2 then CancelAuction(i)end end修改1 234 分别对应短 中 长很长 来取消 不会取消被竞拍的物品回头我帮你试试专门的插件拍卖助手Auctioneer,说是JS专用的看看效果如何顺便尝试做做?LS正解, 一楼真可爱AH取消拍卖的宏(分别对应取消不同时间,不取消已经被竞价的商品)/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t==1 then CancelAuction(i)end end 短/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t==2 then CancelAuction(i)end end 中/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t==3 then CancelAuction(i)end end 长/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t==4 then CancelAuction(i)end end 非常长这个是简易的/run local o,j,h,t="owner",GetNumAuctionItems("owner")for i=j,1,-1 do h,t=select(11,GetAuctionItemInfo(o,i)),GetAuctionItemTimeLeft(o,i)if not h and t and t<=2 then CancelAuction(i)end end修改1 234 分别对应短 中 长很长 来取消 不会取消被竞拍的物品回头我帮你试试专门的插件拍卖助手Auctioneer,说是JS专用的看看