Close
Showing results 1 to 8 of 8

Hybrid View

  1. #1

    Default

    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
    Last edited by Mercurio : 01-25-2010 at 07:48 PM
    10-boxing Alliance Sargeras and Kil'jaeden

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •