Posted on: 09-17-2012 - Updated on: 02-01-2014 - viewed 6816 times
Description:
This works for barkering or announcing a link to your skill profession in trade chat. Simply click this macro and you’re all done! Replace Enchanting below with the appropriate tradeskill you want such as Jewelcrafting, Blacksmithing, Leatherworking and more!
/run local function p(v)CastSpellByName(v)return GetTradeSkillListLink()end SendChatMessage("LFW "..p("Enchanting"),"CHANNEL",nil,GetChannelName("Trade - City"))CloseTradeSkill()