Here’s the macro in question:
/run for b=0,4 do for s=1,GetContainerNumSlots(b)do local n=GetContainerItemLink(b,s)if n and strfind(n,"ff9d9d9d") then print("Selling: "..n)UseContainerItem(b,s)end end end
I’ve been using this macro for years now and suddenly it’s not doing anything. I also checked that the color of the items didn’t change (I know they updated the color of heirloom items)… Why isn’t this working anymore?
And before someone suggests it: I do not want to use an addon for this!