i am triple boxing 3 chars and im having trouble getting them all going in the same direction do i need to download a marco or something
soz for not getting it![]()
i am triple boxing 3 chars and im having trouble getting them all going in the same direction do i need to download a marco or something
soz for not getting it![]()
Characters are usually divided up into a Main + Slaves.
So you control your "Main" and your slaves are set to follow, usually by a macro.
SL/SL Warlocks 5 Boxing
70 Nogman - 70 Noggirl - 70 Noglady - 70 Penii - 70 Nogbog
could u please explain macro ty for help
easiest way is to ...
macro
FOCUS main
FOCUS alt
FOCUS alt
place those macros on same corresponding button
once you invite to party the FOCUS will work THEN
assorted macros
/assist focus
or
/follow focus
etc
etc
this also allows you to change FOCUS by having the FOCUS macros setup on your action bar per toon
If you are using Keyclone, you will need to set your movement keys to the do-not-pass list.Originally Posted by 'NSHKROO',index.php?page=Thread&postID=77936#post7 7936
Add the following to the DNP (do not pass):
A, Shift+A, Ctrl+A, Alt+A
Do the same for W, S and D
Then have your slaves follow your main with your prefered method.
Example:
/target party1
/follow
Everquest II - <Pain for Glory> on Nektulos Server
(Shadowknight: Uhmono| Inquisitor: Blyssia | Warden: Wysh | Defiler: Gahealju | Troubador: Moxia | Warlock: Phyrloc) X 51
(Guardian: Tukilu | Templar: Ajechu | Warden: Fayanna | Conjuror: Akaesia | Troubador: Lollah | Warlock: Onona) X 27-ish[/align]
I think there is a macro section on this place somewhere.
I recently took up quad boxing using keyclone and macro's. Since I got bored of easymode pvp with a druid and waiting for my guild full of friends to make ourselves worth something.
Anyways... Here are a few macros to help you out.
The invites. I run this from WOW1 toon to invite all the others into the party.
/invite toon2
/invite toon3
/invite toon4
The accept. This macro is a more versatile macro its for accepting quests/trades/etc.
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();
This next macro is the assist/follow/everything macro. When I'm on a toon that I want to lead with i simply do a /target name and then /focus. This allows me to lead with any of the 4 toons.
/target focus
/follow
/assist
/stopcasting
Here's some documentation on how to accomplish that task without focus should you choose. Use whichever one you feel meets your needs better.
God I hope this doesn't suck. The No Focus Manifesto v0.1
Resto Shaman + 4 DK's, work in progress...
------------------Teezy/Jaqblaq @ Stormrage
Emeritus Guardian and Keeper of the no focus manifesto.
I must have overlooked this. Going to give your method a shot!Originally Posted by Zzyzxx71',index.php?page=Thread&postID=78001#post7 8001]Here's some documentation on how to accomplish that task without focus should you choose. Use whichever one you feel meets your needs better.
[url='http://www.dual-boxing.com/forums/index.php?page=Thread&postID=72077#post72077
btw, any advice on how to take control of each toon in the event the main dies and be able to start running with it? My current thinking is that if the main dies which uses A,D,S,F keys for movement I would have to setup other keys for each toon to be able to lead. I'm using a single box with Octupus for key cloning. I would love it if I could just hit a macro to change the main and have the toons follow while using the same key bindings. I think that might not be possible but who knows. Can you use script to change the bindings on the fly? I would love to have 5 buttons on my x-keys pad (one for each toon) telling it you are the leader and telling the others to follow and change the keybindings on the fly. I would be in BG heaven!
Dana Pain
Legion of BoomKil'Jaeden
I must have overlooked this. Going to give your method a shot!Originally Posted by blast3r',index.php?page=Thread&postID=78022#post78 022][quote='Zzyzxx71',index.php?page=Thread&postID=7800 1#post78001]Here's some documentation on how to accomplish that task without focus should you choose. Use whichever one you feel meets your needs better.
[url='http://www.dual-boxing.com/forums/index.php?page=Thread&postID=72077#post72077
btw, any advice on how to take control of each toon in the event the main dies and be able to start running with it? My current thinking is that if the main dies which uses A,D,S,F keys for movement I would have to setup other keys for each toon to be able to lead. I'm using a single box with Octupus for key cloning. I would love it if I could just hit a macro to change the main and have the toons follow while using the same key bindings. I think that might not be possible but who knows. Can you use script to change the bindings on the fly? I would love to have 5 buttons on my x-keys pad (one for each toon) telling it you are the leader and telling the others to follow and change the keybindings on the fly. I would be in BG heaven![/quote]
quoting myself...
I found a script that lets you assign key bindings which appears to be on the fly. I will have to play around with it later but looks promising! In theory I could hit a macro that changes the keybinding and wouldn't have to actually hit different physical keys. So I hit my button called "main" all the slaves follow it and the keyboard maps accordingly. Main dies so I hit "slave2" button and now the same keys I used to move my main will work for 'slave2". I sure hope this is possible! If so my whole boxing experience is going to change for the better. Does anyone know if something like this might work?
-- Set the default behavior for the right mouse button
SetBinding("BUTTON2","TURNORACTION");
-- Set the W key to move forward
SetBinding("W", "MOVEFORWARD");
-- Unset the key combination Ctrl+F
SetBinding("CTRL-F");
Dana Pain
Legion of BoomKil'Jaeden
I must have overlooked this. Going to give your method a shot!Originally Posted by blast3r',index.php?page=Thread&postID=78035#post78 035][quote='blast3r',index.php?page=Thread&postID=78022 #post78022][quote='Zzyzxx71',index.php?page=Thread&postID=7800 1#post78001]Here's some documentation on how to accomplish that task without focus should you choose. Use whichever one you feel meets your needs better.
[url='http://www.dual-boxing.com/forums/index.php?page=Thread&postID=72077#post72077
btw, any advice on how to take control of each toon in the event the main dies and be able to start running with it? My current thinking is that if the main dies which uses A,D,S,F keys for movement I would have to setup other keys for each toon to be able to lead. I'm using a single box with Octupus for key cloning. I would love it if I could just hit a macro to change the main and have the toons follow while using the same key bindings. I think that might not be possible but who knows. Can you use script to change the bindings on the fly? I would love to have 5 buttons on my x-keys pad (one for each toon) telling it you are the leader and telling the others to follow and change the keybindings on the fly. I would be in BG heaven![/quote]
quoting myself...
I found a script that lets you assign key bindings which appears to be on the fly. I will have to play around with it later but looks promising! In theory I could hit a macro that changes the keybinding and wouldn't have to actually hit different physical keys. So I hit my button called "main" all the slaves follow it and the keyboard maps accordingly. Main dies so I hit "slave2" button and now the same keys I used to move my main will work for 'slave2". I sure hope this is possible! If so my whole boxing experience is going to change for the better. Does anyone know if something like this might work?
-- Set the default behavior for the right mouse button
SetBinding("BUTTON2","TURNORACTION");
-- Set the W key to move forward
SetBinding("W", "MOVEFORWARD");
-- Unset the key combination Ctrl+F
SetBinding("CTRL-F");[/quote]
holy crap...i should have searched for "SetBinding" before posting the previous message.
Unbinding and rebinding movement keys when switching main?
I'm in heaven now. Can't wait to get home!
Dana Pain
Legion of BoomKil'Jaeden
Connect With Us