1 thought on “Tailoring AFK gold making WOW Shadowlands”
btw macro to sell all greens in your bag: /run for bag=0,4 do for slot=1,GetContainerNumSlots(bag) do local texture,itemCount,locked,quality=GetContainerItemInfo(bag,slot) if quality==0 or quality==2 then UseContainerItem(bag,slot) end end end
btw macro to sell all greens in your bag: /run for bag=0,4 do for slot=1,GetContainerNumSlots(bag) do local texture,itemCount,locked,quality=GetContainerItemInfo(bag,slot) if quality==0 or quality==2 then UseContainerItem(bag,slot) end end end