f13n1x
Member
Here's a macro for finding out how many threads you have collected. Cheers.
/run local c,s={0,1,2,3,4,5,6,7,148},0;for i=1,9 do s=s+C_CurrencyInfo.GetCurrencyInfo(2853+c).quantity end print("Total threads: "..s)