-
To convert 4k honor into easy 610g gold
Does not seem much but I want to share it anyway
It's an old trick to get a few golds on a rusty old account that you have reactivated and found yourself with zero cash but maybe full 4000 honor.
You buy Brutal Gladiator's Shiv - Item - World of Warcraft for 105 honor each and sell them after the 2hour refund period is over for 15g90 each. Will net you around 610gold.
When compared to what you actually get for 4k honor translated in gold these days, from regular items, it is crazy high.
Take care
Edit: macro to buy lots fast
/run for i=1,GetMerchantNumItems() do local l=GetMerchantItemLink(i) if l then if l:find("Brutal Gladiator's Mutilator") then BuyMerchantItem(i, 1)end end end
Last edited by crunk001; 10-04-2015 at 02:37 PM.
-
Post Thanks / Like - 4 Thanks
-
Originally Posted by
crunk001
Does not seem much but I want to share it anyway
It's an old trick to get a few golds on a rusty old account that you have reactivated and found yourself with zero cash but maybe full 4000 honor.
You buy
Brutal Gladiator's Shiv - Item - World of Warcraft for 105 honor each and sell them after the 2hour refund period is over for 15g90 each. Will net you around 610gold.
When compared to what you actually get for 4k honor translated in gold these days, from regular items, it is crazy high.
Take care
As you say it is not exactly a secret but a lot of people don't know about it, and it is much easier to max out honour these days (post-mop). It is also generally superior to buying mats which didn't use to be the case.
I was planning making a video about this subject ( there's a few things which are not known about this strategy) but exploits about blowing shit up are way more fun to make.
-
Elite User
Macro to automatically buy the brutal daggers:
/run for i=1,GetMerchantNumItems() do local l=GetMerchantItemLink(i) if l then if l:find("Brutal Gladiator's Mutilator") then BuyMerchantItem(i, 1)end end end
Just spam that and it'll fill your bags up instead of doing the confirm window each time.
-
Post Thanks / Like - 3 Thanks
-
Originally Posted by
advanta
I was planning making a video about this subject ( there's a few things which are not known about this strategy)
go for it 
Originally Posted by
gippy
Macro to automatically buy the brutal daggers:
/run for i=1,GetMerchantNumItems() do local l=GetMerchantItemLink(i) if l then if l:find("Brutal Gladiator's Mutilator") then BuyMerchantItem(i, 1)end end end
Just spam that and it'll fill your bags up instead of doing the confirm window each time.
added
-
★ Elder ★
Last edited by sed-; 10-04-2015 at 05:57 PM.