Profession Advertising Macros menu

User Tag List

Results 1 to 6 of 6
  1. #1
    GoldDean's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Profession Advertising Macros

    To save time when linking trade skills, you can put together some very handy macros to advertise not only your skill book, updated live, but your current location and important items that go along with your profession.

    Base Macro:
    Replace {IMPORTANT STUFF} with whatever's relevant for your profession.
    Code:
    /script CastSpellByName("{TRADESKILL NAME}"); SendChatMessage("{SKILL LEVEL} "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."!","Channel",nil,"{TRADE CHAT CHANNEL ID}");
    If you have a trade skill that uses something soulbound, such as Chaos Orbs, you can also use this one:
    Code:
    /script CastSpellByName("{TRADESKILL NAME}"); SendChatMessage("{SKILL LEVEL} "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."! "..GetItemCount("{IMPORTANT ITEM NAME}").." {IMPORTANT ITEM NAME} currently available.","Channel",nil,"{TRADE CHAT CHANNEL ID}");
    What to replace:
    • TRADESKILL NAME: The name of the tradeskill. IE: Tailoring, Enchanting, Smelting, etcetera.
    • SKILL LEVEL: Your skill level in the selected tradeskill. IE: 525.
    • IMPORTANT ITEM NAME: The name of whatever item is important to your tradeskill. IE: Chaos Orb, Dreamcloth
    • TRADE CHAT CHANNEL ID: Channel number of trade chat. IE: 2.


    Output
    Here's an example of what a macro will look like when you use it.
    [2. Trade][XXXXXX]: 525 [Tailoring] looking for work in Orgrimmar! 4 Dreamcloth currently available.
    Premade Macros
    Blacksmithing:
    Code:
    /script CastSpellByName("Blacksmithing"); SendChatMessage("525 "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."! "..GetItemCount("Chaos Orb").." Chaos Orb currently available.","Channel",nil,"2");
    Engineering:
    Code:
    /script CastSpellByName("Engineering"); SendChatMessage("525 "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."! "..GetItemCount("Chaos Orb").." Chaos Orb currently available.","Channel",nil,"2");
    Leatherworking:
    Code:
    /script CastSpellByName("Leatherworking"); SendChatMessage("525 "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."! "..GetItemCount("Chaos Orb").." Chaos Orb currently available.","Channel",nil,"2");
    Tailoring:
    Code:
    /script CastSpellByName("Tailoring"); SendChatMessage("525 "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."! "..GetItemCount("Dreamcloth").." Dreamcloth currently available.","Channel",nil,"2");


    Alchemy:
    Code:
    /script CastSpellByName("Alchemy"); SendChatMessage("525 "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."!","Channel",nil,"2");
    Enchanting:
    Code:
    /script CastSpellByName("Enchanting"); SendChatMessage("525 "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."!","Channel",nil,"2");
    Inscription:
    Code:
    /script CastSpellByName("Inscription"); SendChatMessage("525 "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."!","Channel",nil,"2");
    Jewelcrafting:
    Code:
    /script CastSpellByName("Jewelcrafting"); SendChatMessage("525 "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."!","Channel",nil,"2");
    Smelting:
    Code:
    /script CastSpellByName("Smelting"); SendChatMessage("525 "..GetTradeSkillListLink().." looking for work in "..GetRealZoneText().."!","Channel",nil,"2");
    Tips:
    • If you plan to modify your macro, use a different channel, or replace "Channel" with "Say" to test it so you're not flooding public chat with your incomplete macro.


    Note: I haven't familiarized myself with all professions at 525, so some examples may not properly represent the profession. Please post any suggestions for corrections and I will happily update them.
    Last edited by GoldDean; 01-03-2011 at 01:11 PM.

    Profession Advertising Macros
  2. #2
    PBALLER325's Avatar Contributor
    Reputation
    108
    Join Date
    Jan 2008
    Posts
    545
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice work you put into this i like

  3. #3
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There's a UI&Macros subforum for a reason.


  4. #4
    pigchop's Avatar Private
    Reputation
    19
    Join Date
    Jan 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Nice!

    Dude that's pretty sick. Didn't work for me had some LUA error when i did it. But your premade Blacksmithing one works perfect so sweet thanks man!
    Last edited by pigchop; 01-04-2011 at 12:43 PM. Reason: Can't figure out how to +rep lol i'm new here registered a couple seconds ago

  5. #5
    GoldDean's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pigchop View Post
    Dude that's pretty sick. Didn't work for me had some LUA error when i did it. But your premade Blacksmithing one works perfect so sweet thanks man!
    Which one gave you a LUA error? Or did you try to build your own? I'd be more than happy to take a look at it.

  6. #6
    everix's Avatar Member
    Reputation
    9
    Join Date
    May 2010
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very useful man, thanks!

Similar Threads

  1. How to chain 2+ spells into a macro
    By Matt in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 07-03-2007, 12:33 AM
  2. How to make Macro's
    By oninuva in forum World of Warcraft Guides
    Replies: 21
    Last Post: 11-20-2006, 01:02 PM
  3. [Macro] Trick players to think your going a different way..
    By janzi9 in forum World of Warcraft Exploits
    Replies: 40
    Last Post: 08-14-2006, 03:46 PM
  4. Druid: Macro
    By oninuva in forum World of Warcraft Guides
    Replies: 0
    Last Post: 04-23-2006, 01:38 PM
  5. AutoIt Macro for WoW AFK Bot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 04-06-2006, 06:01 AM
All times are GMT -5. The time now is 12:56 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search