I never got that to work. I just put in ISboxer on the same key with waiting the cast time of the transmute between presses

Step one:


/run CloseTradeSkill()
/cast Alchemy
/run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s=="Transmute: Cardinal Ruby") then DoTradeSkill(i) end end
/run CloseTradeSkill()


Step two:

/run CloseTradeSkill()
/cast Alchemy
/run local s for i=1,GetNumTradeSkills() do s=GetTradeSkillInfo(i) if (s=="Transmute: King's Amber") then DoTradeSkill(i) end end
/run CloseTradeSkill()


etc.