was trying to make an easy macro for my farmers for transmutes .. can someon look at this .. it there a way to imrove it. want to click and then it make the the first in the chain /cast Alchemy /run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s=="Transmute: dreadstone"or"Transmute: Eye of Zul"or"Transmute: King's Amber") then DoTradeSkill(i) end end /cast Alchemy /run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s=="Transmute: Majestic Zircon"or"Transmute: Ametrine"or"Transmute: Cardinal Ruby") then DoTradeSkill(i) end end