/run BuyMerchantItem(7,1)
/use item:87539
Found this in some old comments. I want to buy tolvir fragments from archeology trainer in zuldazar and dont know if it will work. Thanks for any tips.
/run BuyMerchantItem(7,1)
/use item:87539
Found this in some old comments. I want to buy tolvir fragments from archeology trainer in zuldazar and dont know if it will work. Thanks for any tips.
Just go to the vendor and count items sold from the top of page one to the item you want. Then use this to make sure you counted right(index is the number you ended up with):
/run local name = GetMerchantItemInfo(index); print name
or
/run print(GetMerchantItemInfo(index))
If the name printed on the chat checks out(the second one will print way more than just a name). That way you can be sure you won’t buy the wrong item. If it is in fact the item you want(tolvir fragments) then use that macro(again index is that number):
/run BuyMerchantItem(index, 1)
/use item:87539
Basicly BuyMerchantItem(index, quantity) buys an item from a Vendor that is located at the index slot on the vendor UI of a set quantity. You could also use it to buy other fragments, you just need to modify index(different vendors might have it in different slots) and the id of an item for a second line. You check item id by looking it on wowhead, the webpage link will have something like “item=number” that number is the id.
Thanks man this helped a lot.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.