PDA

View Full Version : Follow question



X-Ifist
03-05-2009, 04:38 AM
Im atm boxing 3 locks, im using

/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/targetexact Slave1
/targetexact Main
/follow

and got that binded to my move forward key

problem is that if my main is in party i cant run around whit slave 1 becuse it is trying following my main.

So would
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/targetexact Slave1
/follow
/targetexact Main
/follow

Work? dont got acces to a computer atm:\

Another thing, how is youre movment keys set up, how do you controll youre slaves when leader dies?

EaTCarbS
03-05-2009, 02:00 PM
My follow keys are all separate from my movement keys, it just seems easier that way for me :D

And as for controlling your toons if your main dies, you can always use a focus or party1 setup.

X-Ifist
03-05-2009, 06:22 PM
Casting isent a problem im wondering how you move youre slaves:\

Basilikos
03-05-2009, 06:43 PM
Casting isent a problem im wondering how you move youre slaves:\

There are a number of things you can do to control your other characters after your main dies. I use macros that are something like:


/target [target=Main, nodead]; [target=NumberTwo, nodead]; [target=NumberThree, nodead]; [target=Main];
/follow (or /assist as needed)

That way, I just always am in primary control of the first character in my group which is not dead. All of the other characters will target and follow (or assist) whichever character is alive. Otherwise, they're all dead and they just follow the main.

I've not tried the Focusless, Leaderless, Targetless system yet and I have found that I don't need to, but this could be different for you.

X-Ifist
03-05-2009, 06:53 PM
Follow arent a problem annymore im thinking of movment keys, is it a way in keyclone so whit a push of a button i change my movment keys?

so fks numpad 1 change the movment keys to Alt+r Alt+f Alt+s alt+h
then if main dies i push numpas 2 and movement keys get ctrl+r ctrl+f ctrl+s ctrl+g

r=forward
f=Back
d=Strafe left
g=strafe right
:P

Frappuccino
03-12-2009, 03:52 AM
If you're using keyclone just set do-not-pass for your movement keys.
I use esdf and they only work on the active wow session. Bind a seperate set of keys (I have arrow keys) specifically for group movement.


-frap

*edit* if you wanted to get fancy you could bind set hotkeys for all your movement keys and make it so when you press a move key (esdf) it will hit your follow button.. I don't think the result would be desirable but it would work heh.