Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 16
  1. #1

    Default how do i get them all to go in same direction

    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

  2. #2

    Default

    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

  3. #3

    Default macro

    could u please explain macro ty for help

  4. #4

    Default

    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

  5. #5

    Default RE: how do i get them all to go in same direction

    Quote Originally Posted by 'NSHKROO',index.php?page=Thread&postID=77936#post7 7936
    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
    If you are using Keyclone, you will need to set your movement keys to the do-not-pass list.

    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]

  6. #6

    Default

    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

  7. #7

    Default

    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.

  8. #8

    Default

    Quote 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
    God I hope this doesn't suck. The No Focus Manifesto v0.1[/url]
    I must have overlooked this. Going to give your method a shot!

    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 Boom
    Kil'Jaeden



  9. #9

    Default

    Quote 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
    God I hope this doesn't suck. The No Focus Manifesto v0.1[/url]
    I must have overlooked this. Going to give your method a shot!

    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 Boom
    Kil'Jaeden



  10. #10

    Default

    Quote 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
    God I hope this doesn't suck. The No Focus Manifesto v0.1[/url]
    I must have overlooked this. Going to give your method a shot!

    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 Boom
    Kil'Jaeden



Similar Threads

  1. Really stuck please help with some groups and direction
    By Skysarmy in forum Multiboxing Group Composition Discussion
    Replies: 4
    Last Post: 05-16-2009, 07:28 AM
  2. Need a little help or direction
    By matta in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 01-18-2009, 06:07 AM
  3. Facing wrong direction?
    By j8fish in forum Macros and Addons
    Replies: 2
    Last Post: 08-16-2008, 09:07 AM
  4. New to dualboxing and looking for some direction
    By Alert in forum General WoW Discussion
    Replies: 1
    Last Post: 09-19-2007, 03:11 AM
  5. New to all this. Need alittle push in the right direction.
    By johnsd13 in forum General WoW Discussion
    Replies: 0
    Last Post: 01-01-1970, 12:00 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •