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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

trasmute macro

acperin

New Member
Joined
Jan 31, 2010
Messages
106
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