Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-18-20, 07:48 PM   #1
leftleft
A Murloc Raider
Join Date: Aug 2020
Posts: 6
Massive buying macro

/run C={GetCursorInfo()}if C and (C[1]=="merchant")then BuyMerchantItem(C[2],20)PickupMerchantItem(C[2])end
You have to pick a item from merchant's list and use this macro. Then you can buy that item by 20 units.
Of course, you can edit the quantity. You can test by 1 unit.



I used this macro to buy by 1000 units. Like this,
/run C={GetCursorInfo()}if C and (C[1]=="merchant")then BuyMerchantItem(C[2],1000)PickupMerchantItem(C[2])end
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » Macro Help » Massive buying macro

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off