Did you ever come across an vendor where you couldnt get more than one of the items well just type this code in
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("NAME OF ITEM",10);
So where it says name of item you can type in the rare items name and then type in the number of times you want to buy it gl!
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("NAME OF ITEM",10);
So where it says name of item you can type in the rare items name and then type in the number of times you want to buy it gl!