does someone know a script tht u can put into a macro tht selects a vendor and opens the merchant window where u can see the stuff u can buy and then it also automatically buys the stuff u have told it to buy? kinda like this script
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Pillar of Ferocity",255);
only tht it also selects the vendor and opens the merchant window and then do the above thing?