Sup, guys this video might be good information for players that have no idea what to do with honor when they have already full gear in the game..
https://www.youtube.com/watch?v=2LsN...ature=youtu.be
Printable View
Sup, guys this video might be good information for players that have no idea what to do with honor when they have already full gear in the game..
https://www.youtube.com/watch?v=2LsN...ature=youtu.be
There's an easier way to buy and sell these items. Here's the Macro. Just open vendor and click the macro once to purchase the Commendations and once again to sell the Commendations.
/run BuyMerchantItem(3,10)
/script for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do local name = GetContainerItemLink(b,s) if name and string.find(name,"Commendation of Service") then UseContainerItem(b,s) end end end
The "/run BuyMerchantItem(3,10)" to modify, the number '3' is the vendor spot (third item the vendor sells). The number '10' is the amount of items you want to purchase (max of 10 from this specific vendor).
The second macro if you'd like to modify is to sell a specific item (you can change item name accordingly, keep in mind it's case sensitive).
This should save you a lot of time.
Yeah, i knew that there might be a macro like this, but i could't find it. Thanks mate.
Oh god I remember doing this. Too bad it won't work on higher rates, as you're much better off selling justice items.
Come to think of it, does this work on wotlk? It'll be great on Lordaeron.
Isn't it better to make Engineering, buy Spirits of Harmony for Honor and try to make some mount then sell it on AH?