Ezt most találtam, szerintetek még működik? O.o
Since patch 3.3 Star's Tears (bought in Orgrimmar) cost no gold any more. They only cost 8 honor per 20 and sell for 25s.
For 75000 honor you could get (75000/8x0,25) 2343,75 gold!
Some macro's to make buying/selling a lot easier (bit laggy though):
Macro 1 (buy)
/script BuyMerchantItem(13)
/script BuyMerchantItem(13)
/script BuyMerchantItem(13)
/script BuyMerchantItem(13)
/script BuyMerchantItem(13)
/script BuyMerchantItem(13)
/script BuyMerchantItem(13)
/script BuyMerchantItem(13)
/script BuyMerchantItem(13)
Marco 2 (sell)
/script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"Star's Tears") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name) UseContainerItem(bag,slot) end end end