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??
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.
Quote:
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.
Quote:
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.