HOTFIXED!!! GM's are already watching me and set my gold back
Edit2: Now they cost some money :/
English
Go buy

, cost 1 honor and sells for 17s
Macros are easy:
Buy =
Code:
/script local f = 0 for i = 0, 4 do f = GetContainerNumFreeSlots(i) + f end for i = 1, f do BuyMerchantItem(17) end
17 is arrows 18 is bullets
Sell =
Code:
/script for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do local name = GetContainerItemLink(b,s) if name and string.find(name,"Ice Threaded Arrow") then UseContainerItem(b,s) end end end
German
Kauft euch

für 1 Ehre und verkauft den Crap für 17s, stackt 5 mal also 70s/Stack
Makros sind:
(zum verkaufen vom Eisgewirkten Pfeil)
Code:
/run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"Eisgewirkter Pfeil") then UseContainerItem(bag,slot) end end end
(zum kaufen)
Code:
/script BuyMerchantItem(17)
/script BuyMerchantItem(17)
/script BuyMerchantItem(17)
/script BuyMerchantItem(17)
/script BuyMerchantItem(17)
/script BuyMerchantItem(17)
/script BuyMerchantItem(17)
/script BuyMerchantItem(17)