World of Warcraft test realm madness
So you’re trying to buy emblems of triumph from Usuri Brightcoin in Dalaran but can’t because people are spamming it.
Bind “interact with target” to a key, or shift+v and right click her name.
Then use this macro since you’ll probably get “That object is busy”:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy("Emblem of Triumph",1000)
Also you can use a simpler one
/script BuyMerchantItem(4, 250)
