Close
Showing results 1 to 2 of 2
  1. #1

    Default Multibltiboxer stepped up to 4 shaman team having some issues

    Leveling my shamans multibox 1-70 and have run into a few errors/probs.

    I want a heal macro that heals each shaman by themselves by defualt, but when alt is pressed it will heal my main (unless there is a better healing wave setup?)

    Current Macro;

    #showtooltip Healing Wave
    /target [modifier:alt] shambie
    /cast [target=player] Healing Wave;
    /targetlasttarget [modifier:alt]
    my current lightning bolt macro setup keeps switching targets and wont "hold" if I have tabbed to next mob as well:

    /assist [target=shambie, nodead] [target=shambié, nodead] [target=shambië, nodead] [target=shàmbie, nodead] [target=ashraan, nodead]
    /focus target
    /stopmacro [target=focus, noexists]
    /target target
    /cast Lightning Bolt

    my current follow macros wont work should my main die and i try to follow as ghosts

    /target [target=shambie,nodead]; [target=shambié,nodead]; [target=shambië,nodead]; [target=shàmbie, nodead];
    /follow
    /targetlasttarget

    Group inv and mass ghost res macro works, however I cant multiselect quest reward (which If i remember correctly this macro could do that?)

    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();
    /script RepopMe();

    Edit: Also I am copy and pasting the macros from one window to another and draggin down the macro to the UI. I assume there is a smarter/faster way to design this? Perhaps get ONE clone all macroed up and ui configged then somehow copy the associated folders and macros from the wow directory into each clone? If so pls explain what files/folders to grab pls.


    Also Shamans are a new class to me but i intended on boosting these guys, with my 70 Tankadin on another account, what levels do I have to go back to exodar for shaman spec quests??

    That is about all i got so far as they just lowbie lvl 5's atm any other "must" have macros i have missed so far??

  2. #2

    Default RE: Multibltiboxer stepped up to 4 shaman team having some issues

    Quote Originally Posted by 'Pavavion',index.php?page=Thread&postID=86719#post 86719
    Current Macro;

    #showtooltip Healing Wave
    /target [modifier:alt] shambie
    /cast [target=player] Healing Wave;
    /targetlasttarget [modifier:alt]
    my current lightning bolt macro setup keeps switching targets and wont "hold" if I have tabbed to next mob as well:
    This line:
    /cast [target=player] Healing Wave;
    is ruining your macro. It is saying "heal myself with Healing wave", regardless of your target.
    You can change it to /cast [help,nodead][target=player] -- that way they will heal the helpful target if they are targeting one, and if theyr'e not targeting anything or targeting a mob they will heal themselves.

    Quote Originally Posted by 'Pavavion',index.php?page=Thread&postID=86719#post 86719
    /assist [target=shambie, nodead] [target=shambié, nodead] [target=shambië, nodead] [target=shàmbie, nodead] [target=ashraan, nodead]
    /focus target
    /stopmacro [target=focus, noexists]
    /target target
    /cast Lightning Bolt
    What is "/target target"? I believe you want to "/assist".

    Quote Originally Posted by 'Pavavion',index.php?page=Thread&postID=86719#post 86719
    my current follow macros wont work should my main die and i try to follow as ghosts

    /target [target=shambie,nodead]; [target=shambié,nodead]; [target=shambië,nodead]; [target=shàmbie, nodead];
    /follow
    /targetlasttarget
    That's because you're saying /target only if <name> is "nodead" -- meaning they're alive.

    Add a line to the end that says [target=shambie,exists] and they will follow shambie if they are are dead. You should probably also remove all semicolons in the /target line of this macro.

    Quote Originally Posted by 'Pavavion',index.php?page=Thread&postID=86719#post 86719
    Group inv and mass ghost res macro works, however I cant multiselect quest reward (which If i remember correctly this macro could do that?)

    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();
    /script RepopMe();
    You have to click the quest reward you want, then press this macro and it will accept it. The macro won't pick a quest reward for you.

    Edit: Also I am copy and pasting the macros from one window to another and draggin down the macro to the UI. I assume there is a smarter/faster way to design this? Perhaps get ONE clone all macroed up and ui configged then somehow copy the associated folders and macros from the wow directory into each clone? If so pls explain what files/folders to grab pls.
    You can copy/paste your C:\World of Warcraft\WTF\ACCOUNTNAME\macros.txt to copy all character macros, or C:\World of Warcraft\WTF\ACCOUNTNAME\CHARNAME\macros.txt for character-specific macros.


    Also Shamans are a new class to me but i intended on boosting these guys, with my 70 Tankadin on another account, what levels do I have to go back to exodar for shaman spec quests??

    That is about all i got so far as they just lowbie lvl 5's atm any other "must" have macros i have missed so far??
    Earth is 4, I believe...
    Fire is 10
    Water is 20
    Air is 30


    They should all start with your trainer in Exodar, though some require a bit of travel to Ashenvale and the like.
    TBC/Wrath Multiboxer: Velath / Velani / Velathi / Velatti / Velavi / Velarie [Archimonde (US-PvP)]

Similar Threads

  1. First Team ~Team Norse~ Lock/Shaman/Priest
    By Kyiz in forum Screenshots and Digital Art
    Replies: 2
    Last Post: 04-19-2009, 11:19 AM
  2. Replies: 4
    Last Post: 04-17-2009, 02:43 PM
  3. Converted my shaman team to a totally mixed team...
    By TheBigBB in forum General WoW Discussion
    Replies: 23
    Last Post: 09-10-2008, 07:19 PM
  4. So i stepped in outlands
    By gigauae in forum General WoW Discussion
    Replies: 23
    Last Post: 09-10-2008, 02:13 PM
  5. Stepped it up to 5
    By Tsumi in forum General WoW Discussion
    Replies: 1
    Last Post: 04-18-2008, 02:49 PM

Posting Rules

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