View Single Post
08-03-16, 05:16 AM   #1
bhagwan
A Defias Bandit
 
bhagwan's Avatar
Join Date: Dec 2006
Posts: 2
Linking Professions to Trade post 7.0

I used to use this macro and it worked great, but now it only opens up my enchanting window.

Code:
/run local function p(v)CastSpellByName(v)SendChatMessage("Doing work, almost all old recipes, 
all WoD chants/upgrades, have mats and building "..GetTradeSkillListLink(),"CHANNEL",nil,"2")
CloseTradeSkill()end p("Enchanting")p("Tailoring")
All I want to do is link to trade my Tailoring and Enchanting professions with a short message attached.

Cheers.
  Reply With Quote