With WoWs Seasonal Resets coming soon, it might be a good idea to use your remaining honor and convert it into gold.
As stated in the post above your honor will be converted into silver on Shadowlands release.
So let’s assume you have 10.000 honor left. These would be converted to 10.000 silver (=100 gold) on Shadowlands release. To increase this gold value however, you can buy items from the BFA honor vendor and sell these.
Item
Honor Price
Gold Value
Increase in value*
Emblem
1680
46,48
277%
Badge
1680
46,83
279%
Bauble
1680
46,3
276%
Insignia
1680
46,65
278%
Ring
1260
36,3
288%
Band
1260
36,43
289%
Spellblade
2100
83,45
397%
War Staff
3675
97,18
264%
Staff
3675
96,08
261%
Reprieve
1050
46,47
443%
Wand
2100
105,43
502%
Silk Hood
2100
42,91
204%
Silk Mantle
1680
43,21
257%
Silk Robe
2100
55,2
263%
Silk Cord
1680
29,37
175%
Silk Leggings
2100
57,78
275%
Silk Treads
1680
41,66
248%
Silk Cuffs
1260
29,26
232%
Silk Gloves
1680
28,85
172%
*: compared to the default honor to silver conversion (1 honor = 1 silver).
So if you buy Corrupted Aspirant’s Wand you actually get 5 times the amount of gold, as you would get when waiting for the automatic conversion on release.
Edit:
I forgot to include other armor and weapon types. The Corrupted Aspirant’s Wand still has the best conversion rate though.
Since these items are refundable for 2 hours after purchase you’ll have to equip them once to make them non-refundable before selling (or wait 2 hours).
To purchase the wand on classes that can’t equip wands you’ll have to change the filter in the vendor menu to all (in this case you have to wait the 2 hours to make the item non-refundable).
Macro to buy wands without confirmation window:
/run for i=1,100 do name = select(1,GetMerchantItemInfo(i));if name=="Corrupted Aspirant's Wand" then BuyMerchantItem(i);return;end;i = i+1;end;print("Set filter to show all items");
A similar thing can be done to convert your titan residuum (if you haven’t already):
I ran the numbers on all the weapons, even the ones not listed here, and yeah the wand is the best option. You could go for the shield on a shield-using class if you don’t want to wait for the buyback time to run out (shield should be around 475% increase), but on non-shield classes you should just buy the wands.
You’re right I forgot to include other armor and weapon types. As you said the Corrupted Aspirant’s Wand (502%) stays the best option, followed by the Corrupted Aspirant’s Shield Wall (475%) or the Corrupted Aspirant’s Claw (448%) for classes that can’t equip either.
/run for i=1,100 do name = select(1,GetMerchantItemInfo(i));if name=="Corrupted Aspirant's Wand" then BuyMerchantItem(i);return;end;end;print("Set filter to show all items");
Holy crappers, this is amazing, very useful I’m glad I am seeing this now, I have some time! thanks for your research and time put into this, it’s much appreciated