other iconPerform a specific tradeskill by name macro

6
vote up

Macro for Wow: Perform a specific tradeskill by name for Other. Works in World of Warcraft patch 5.4 Siege of Orgrimmar, Mists of Pandaria

Posted on: 09-17-2012 - Updated on: 02-01-2014 - viewed 6222 times

Need help?

Description:

This Wow macro performs a specific tradeskill by name. In this example, we’re having the macro make a Bold Inferno Ruby with Jewelcrafting. You could make this work for various tradeskills, like Alchemy potions for instance. To customize this, replace the name of the item you want to make as well as the tradeskill you use to make it.

#showtooltip Bold Inferno Ruby
/cast Jewelcrafting
/run for i=1,GetNumTradeSkills() do if GetTradeSkillInfo(i)=="Bold Inferno Ruby" then CloseTradeSkill() DoTradeSkill(i) break end end

Leave a Reply

Your email address will not be published. Required fields are marked *

301 Moved Permanently

Moved Permanently

The document has moved here.