What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

trasmute macro

acperin

New Member
Joined
Jan 31, 2010
Messages
106
Reaction score
0
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
 
Back
Top