Quote Originally Posted by aiedz View Post
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
I am just adding everything I want traded to EMA Interaction->Trade and using a accept trade macro
/trade
/script AcceptTrade();

Only problem is trading conjured stuff will also cause the alts to trade stuff between eachother.