There are lots of macro threads and all of them suck since they just copy paste and google to find random stuff and by luck manage to make them work. Anyway here is a proper 1 macro to buy and sell the damn water + prints out how much honor you spend and the amount of silver you earn by selling the "honor":
Code:
/run for b=0,4 do local n,t=GetContainerNumFreeSlots(b)if t==0 then for i=1,n do BuyMerchantItem(13)end for s=1,GetContainerNumSlots(b)do if(GetContainerItemLink(b,s)or""):find("32453")then UseContainerItem(b,s)end end end print((n*8).."=>"..(n*8*25))end
"Copyrighted" by me, if you plan to post your own "look at me, easy gold from honor" thread and you steal my macro add my name in the credits list. Only exception is if you make it yourself (something I won't believe). Have fun