okay, so yeah. i just have joined. but i have a few tricks
this is how to buy SOME vendor items over the limit, but it has been fixed on wowscape so not it doesnt work on all items. but it is still helpful, it only works on vendor items that sells more then 1 item at a time.
this is used by a basic buy macro:
/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);
replace the name with what ever item you want to buy, and after that, put the LIMIT of that item can stack up to.
ex. [Morning Glory Dew] 20 is the limit per stack, and usually sold 5 at a time form vendors, when you use the macro confusing the system into thinking its buying 20 of [Morning Glory Dew]. but since the vendor is selling 5 at a time, this will allow you to buy 20 stacks of 5. so that will be x100[Morning Glory Dew] you're buying.
if you want to stack that item even more, buy another set of the same item, and try to put them into each other.