Can you post your trade macro's for reagents/greys?

I am currently toying around with something like:


/run for i=0,4 do for x=1,GetContainerNumSlots(i) do y=GetContainerItemLink(i,x) if y then if GetItemInfo(y)=="Conjured Mana Cake" then PickupContainerItem(i,x); DropItemOnUnit("target"); return; end end end end