I made a macro button that sells all the grey items
Macro:
/run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and...
Type: Posts; User: Morizaki
I made a macro button that sells all the grey items
Macro:
/run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and...