Close
Showing results 1 to 10 of 10
  1. #1

    Default No leader/master/whatever.

    Good day

    I'm relatively new to the boxing scene. I'm running two clients on one PC with Octopus as my means of controlling both clients. My setup is built around the idea of being able to control from either character, with a single key press being all that is required to swap the roles of master and puppet character. Is this somewhat unusual? Whenever I read people describing their set, they've got a designated leader, and even though most can switch on the fly to another character, this is always a temporary measure. Essentially while I always have a leader and a puppet, neither character has a lasting designation as one or the other.

    Is this method just uncommon, or is it not practised at all?

    If others play this way, I'd love to discuss it further with them, otherwise, I'd like to go into much greater detail on my setup in the hopes that others may find it to their liking.
    Stopped multiboxing to experience raid content with friends.
    Was 2-boxing warlocks until Wrath.
    Regularly lurks, very occasionally posts.

  2. #2

    Default

    I'm just theory-crafting.. but you could set 2 keys up with a macro that sets the second partymember to leader and just just macros on both toons like:

    (not at home so you'd need to search for correct macro use)
    F1 key = :
    /promote_to_leader <toon_name>

    F2 key = :
    /promote_to_leader <toon2_name>

    Follow & assist for both:
    /cleartarget
    /target party1
    /follow (change this to /assist for your assist key).
    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]

  3. #3

    Default

    I'm using a similar setup myself and I think a lot of single class multi-boxers (can) do the same. To me it doesn't really matter which character is the current focus char, but I usually do end up with the same char having focus (acting as a main) because it simply is the char that at startup gets assigned to the main window region. For pvp I would even recommend switching chars a lot, because enemy players usually find out very quickly which character you are controlling.

  4. #4

    Default

    @ Mono:

    Most multiboxers that set up their system properly, have their macros in such a way that any of their characters can be played with. It usually only requires 1 button press to inform all the characters which is the main character (e.g. setting the focus). This same button sometimes activates a screen/window swap also.
    After that, macros can be set up like:
    /cast [target=focustarget,exists,harm] [exists,harm] Something
    This way you cast something to the focus target if it exists and is harmful. When this character is just acting 'normally'(without a focus/focustarget), then it will just cast the spell as usual.

    @ Frosty:

    It's better to use /focus unless you only do PvE. In PvP(battlegrounds), you can't guarantee that one of your characters is the leader.

  5. #5

    Default

    Quote Originally Posted by 'Ken',index.php?page=Thread&postID=73561#post73561
    @ Frosty:

    It's better to use /focus unless you only do PvE. In PvP(battlegrounds), you can't guarantee that one of your characters is the leader.
    I only do PvE.
    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

    Quote Originally Posted by 'Frosty',index.php?page=Thread&postID=73563#post73 563
    I only do PvE. ;)
    Then think of me when you suddenly decide that you want to try out PvP and realize that you have to change all your macros :P

  7. #7

    Default

    Quote Originally Posted by 'Ken',index.php?page=Thread&postID=73561#post73561
    @ Mono:

    Most multiboxers that set up their system properly, have their macros in such a way that any of their characters can be played with. It usually only requires 1 button press to inform all the characters which is the main character (e.g. setting the focus). This same button sometimes activates a screen/window swap also.
    After that, macros can be set up like:
    /cast [target=focustarget,exists,harm] [exists,harm] Something
    This way you cast something to the focus target if it exists and is harmful. When this character is just acting 'normally'(without a focus/focustarget), then it will just cast the spell as usual.
    ^^ I absolutely agree with this information as it is exactly how i run my setup.

    Basically numpad 1-4 has a macro for each character that is simply:
    /focus toon1
    /follow focus
    And for toon1 the macro is like such
    /clearfocus (this is important otherwise toon1 will try to cast on his old focus' target)


    The same button is setup for my PIP to switch toon1 into the main window.

    This makes gathering quests a bit more tolerable.

    Cheers

  8. #8

    Default

    @Negative1:

    I have a variation on that:

    1 button with shift/ctrl modifiers to set focus. This button is executed on all 4 clients:
    /clearfocus
    /focus [modifier:ctrl,modifier:shift,target=Avarell] [modifier:ctrl, target=Willyam] [modifier:shift, target=Jeck] [target=Joeh]
    After that I press this button on the main toon's window only (this key doesnt get replicated):
    /clearfocus
    That way the focus can identify itself as focus in situations like this:
    /stopmacro [target=focus, noexists]
    /follow focus
    This macro aborts when there is not a focus set.

    Another benefit is that you save macro space (having 4 macros versus 2)

  9. #9

    Default

    The major conditional that I use in all my macros is which action bar is up.

    The character I am controlling uses actionbar 1, and the puppet is using actionbar 2. I have a macro that sits on the very end of both bars that swaps between them, which is how I switch between characters, and each macro looks like this:

    /assist [bar:2] focus
    /cast spellname

    Originally I just had the actual spell on bar 1, and the assist macro on bar 2, but I rewrote all the macros into that format so that they could function on my secondary actionbar.

    Both characters have each other set as the focus, so theoretically I COULD just use character names in place of focus, to free that up for other uses.
    Stopped multiboxing to experience raid content with friends.
    Was 2-boxing warlocks until Wrath.
    Regularly lurks, very occasionally posts.

  10. #10

    Default

    Quote Originally Posted by 'Ken',index.php?page=Thread&postID=73567#post73567

    Quote Originally Posted by 'Frosty',index.php?page=Thread&postID=73563#post73 563
    I only do PvE.
    Then think of me when you suddenly decide that you want to try out PvP and realize that you have to change all your macros :P
    I can't begin to explain to you how terrible I am at PvP with only 1 toon, let alone 5. I gave up PvP a LLOooooonnngggg time ago. 8)
    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]

Similar Threads

  1. Follow Master - Jamba?
    By Gankstah in forum New Multi-Boxers & Support
    Replies: 9
    Last Post: 04-22-2009, 01:31 AM
  2. Jamba Master question
    By Caspian in forum Macros and Addons
    Replies: 4
    Last Post: 03-27-2009, 09:30 PM
  3. Jambo`s Following problem after master change
    By zidler in forum Macros and Addons
    Replies: 20
    Last Post: 01-27-2009, 07:05 PM
  4. What to do when the master dies
    By blbjtb in forum New Multi-Boxers & Support
    Replies: 7
    Last Post: 10-19-2008, 12:58 PM
  5. Replies: 2
    Last Post: 05-17-2008, 02:08 PM

Posting Rules

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