Hello, can anyone help with script. I try to make professionbuddy to cancel not undercuted auctions.
found macro like this:
/run local i=1;local n=1;while n ~= nil do n=GetAuctionItemInfo("owner",i);if n~=nil and strfind(n,"^Дождевой мак$") then CancelAuction(i) end i=i+1 end
it working in wow, but i can not write appropriate comand for professonbuddy. Can anyone help?
found macro like this:
/run local i=1;local n=1;while n ~= nil do n=GetAuctionItemInfo("owner",i);if n~=nil and strfind(n,"^Дождевой мак$") then CancelAuction(i) end i=i+1 end
it working in wow, but i can not write appropriate comand for professonbuddy. Can anyone help?






