I worked on the macro a bit and now it is working perfectly. Crafts whatever epic gem transmute you have available with the mats you have on hand and creates an Icy Prism if you are a JCer with mats.
This is extremely helpful since I have 17 (soon to be 20) master transmuters and two JCers. Hope it helps someone else out too.
(BTW, I use Suiper Duper Macro, so have no 255 charater limit. If you don't use it, you will probably only be albe to use 2 epic types per macro)
/cast Alchemy
/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Transmute: Majestic Zircon" then DoTradeSkill(i) end if GetTradeSkillInfo(i)=="Transmute: Eye of Zul" then DoTradeSkill(i) end if GetTradeSkillInfo(i)=="Transmute: Ametrine" then DoTradeSkill(i) end if GetTradeSkillInfo(i)=="Transmute: Dreadstone" then DoTradeSkill(i) end if GetTradeSkillInfo(i)=="Transmute: Cardinal Ruby" then DoTradeSkill(i) end if GetTradeSkillInfo(i)=="Transmute: King's Amber" then DoTradeSkill(i) break end CloseTradeSkill() end
/cast Jewelcrafting
/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Icy Prism" then DoTradeSkill(i) break end CloseTradeSkill() end
Connect With Us