How do you deal with manastorm greens
Boss rush is fun, inventory of new stuff is cool, managing it is a chore.
Im looking for a way to streamline/automate transmog collection and vendoring. Is there an addon/macro that adds to transmog. vendors BoE greens.
I found this on the fandom wiki:
/run local c=C_AppearanceCollection for b=0,4 do for s=1,GetContainerNumSlots(b) do local i=GetContainerItemID(b,s) local a=i and C_Appearance.GetItemAppearanceID(i) if a and not c.IsAppearanceCollected(a) then c.CollectItemAppearance(i) end end end
it does not work for me.
Also a way to compare potential upgrades.
TIA from old guy trying to preserve his wrists.