PDA

View Full Version : vehicle quests



hendrata
06-14-2009, 02:59 PM
Hello, Sorry if this has been discussed before. I'm just wondering if there's any way to make vehicle quests easier when multi-boxing. Specifically, I need abilities to:
1. Follow main
2. assist main
within a couple key presses.

For the second one, I know you can bind 2 buttons: "Target party pet 2", and "assist target", so that will target whatever enemy the main is targeting.

But for the first one, I have a hard time finding the right combination. Even if I "target party 2" or "target party pet 2" and then hit "follow target", they still say "you can't follow that unit." The strange thing is, you can always right click on the party window and follow, but it's annoying to do this 4 times.

ElectronDF
06-14-2009, 03:05 PM
I have a make focus macro. Just:
/focus party1
/focus CharName (put in name of main char)

So either the leader gets focused (as a fallthrough so at least someone gets focused) or my main char gets focused.
Then I have a assist focus key. I made a macro and rebound it to 'F' since the origninal 'F' is too simple for me. It is basically.


/cleartarget [target=focus-target, noexists]
/stopmacro [target=focus, noexists]
/assist focus
/startattack [harm, nodead, nopet]
/follow focus

the no pet option is for my hunters so they don't auto-shoot. The simple idea is I select a mob on my main and press 'F' and my alts get whatever my main is targetting.

Hope that helps and good luck.