whatisgoingon 0 Report post Posted April 5, 2017 1.) "Do you really want to..." - yes, accept. This usually works with the simply macro "/click StaticPopup1Button1" but that did not work for me here in 1.12.1 - what works here? 2.) What macro or script is used/allowed, to buy multiple stacks very easily. Lets say simple vials for levelling alchemy? 0 Share this post Link to post Share on other sites
asdaaf 0 Report post Posted April 5, 2017 1) /run StaticPopup1Button1:Click() 2) /run local n='Crystal Vial' local q=10 for i =1,50 do if GetMerchantItemInfo(i) == n then BuyMerchantItem(i,q) end end you have to change the 'n' to equal to the name of the item you want to buy and 'q' to the amount of times you want to buy the item. 0 Share this post Link to post Share on other sites
whatisgoingon 0 Report post Posted April 5, 2017 very much appreciated, will try it out ingame right away 0 Share this post Link to post Share on other sites
whatisgoingon 0 Report post Posted April 5, 2017 works like a charm. tyvm. 0 Share this post Link to post Share on other sites
Gosling 0 Report post Posted April 10, 2017 Or you can use BuyEmAll addon that does all this for you. 0 Share this post Link to post Share on other sites