Log in

View Full Version : Multibltiboxer stepped up to 4 shaman team having some issues



Pavavion
07-11-2008, 09:09 PM
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??

Vyndree
07-11-2008, 11:07 PM
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.



/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".



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.



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.