1. #1

    Linking professions in trade macro

    I would like to link my two crafting professions to trade at the same time and was just wondering if the below macro would work:

    Code:
    /run SendChatMessage("LFW "..select(2,GetSpellLink("Jewelcrafting")).." 450/450.","CHANNEL",nil,GetChannelName("Trade - City"));
    /run SendChatMessage("LFW "..select(2,GetSpellLink("Enchanting")).." 450/450.","CHANNEL",nil,GetChannelName("Trade - City"));

  2. #2

    Re: Linking professions in trade macro

    I have no idea if it will, but why not, errh, try it? Beats me every time I see a thread like this.

  3. #3

    Re: Linking professions in trade macro

    You could oh, I don't know... TRY it and find out?
    You face not Malchezaar alone, but the legions he commands.

  4. #4

    Re: Linking professions in trade macro

    easier to just use the link button in the profession window to make a link in the macro

  5. #5

    Re: Linking professions in trade macro

    Quote Originally Posted by BaddyMcBad
    You could oh, I don't know... TRY it and find out?
    Thanks for the pro tip.

    Quote Originally Posted by phenir
    easier to just use the link button in the profession window to make a link in the macro
    I could do that, but I'd rather not type it everytime.

  6. #6
    Epic! phai's Avatar
    10+ Year Old Account
    Join Date
    Oct 2009
    Location
    Switzerland
    Posts
    1,602

    Re: Linking professions in trade macro

    Why dont just open the macro window, create a new macro, open your profession, link the profession inside the macro and voila!
    You can post both professions aswell.

  7. #7

    Re: Linking professions in trade macro

    Quote Originally Posted by phai
    Why dont just open the macro window, create a new macro, open your profession, link the profession inside the macro and voila!
    You can post both professions aswell.
    I had troubles trying to link them both in the same macro doing that.
    Ended up using this that I found somewhere:
    Code:
    /run local s,g=SendChatMessage,GetSpellLink s("LFW"..select(2,g("Jewelcrafting")).." Your mats ","CHANNEL",nil,GetChannelName("Trade - City"))s("LFW"..select(2,g("Blacksmithing")).." Tips welcome","CHANNEL",nil,GetChannelName("Trade - City"))
    You face not Malchezaar alone, but the legions he commands.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •