I didn't write the macro myself, but I thought I'd post it here because I care!
c[||] Carecup is filled
This macro will let you buy more items then a vendor has in stock. Hope you guys can use it. I also used some colors to make it easier for 'yall!
Replace the name with what ever item you want to buy, and after that, put the LIMIT of that item can stack up to./script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy (”Morning Glory Dew”,20);.