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

    Default Simple Focus-Based MultiBoxing Setup and Macros Guide

    This setup uses Keyclone and is as simple as possible while still retaining some very useful features. The setup below is for 5 boxing but can be reduced for quad, triple, or dual boxing without any difficulty.
    Goals

    1. Allow lead character to be changed even when in combat
    2. Use simple macros that are the same for each character
    3. Utilise maximizer feature of Keyclone to swap current lead
    4. No requirement for action bar add-ons, keymaps, etc
    Advantages/Disadvantages

    This setup is very good for a melee group as it allows for smooth melee combat, it also works well for a caster group, but is not ideal for a mixed group of melee and casters. Because it uses focus to control the characters it means that focus cannot be used for other purposes such as crowd control.
    Maximizer

    Setup Keyclone to use the maximizer PIP feature switch screens using keys F1 to F5.
    Focus Macros

    For each character remove the normal F1 to F5 key binding and replace with keys bound to the following macros. The macro will set focus on to the given character where it will remain unchanged even through zoning, etc.
    F1

    /focus LEAD
    F2

    /focus FOLLOWER1
    F3

    /focus FOLLOWER2
    F4

    /focus FOLLOWER3
    F5

    /focus FOLLOWER4
    Movement Macros

    For each character bind the following macros to the given key.
    F

    /stopcasting
    /follow focus
    T

    /follow focus
    /assist focus
    /startattack [target=focustarget, harm] []
    /cleartarget [modifier:alt]
    Y

    /target [target=player]
    Last edited by RobinGBrown : 01-05-2010 at 05:24 AM Reason: Formatting messed up with board change

  2. #2

    Default

    Combat Macros

    Use the following macros as required depending on your chosen characters, levels, and preferred spell choices.
    Melee Cast

    Melee class combat and casting, this macro will switch targets

    /follow focus
    /assist focus
    /cast [target=focustarget, harm] [] SPELL
    /startattack
    Cast

    Cast a spell at the current target of FOCUS

    /cast [target=focustarget, harm] [] SPELL
    Sequence

    Cast a sequence of spells at the current target of FOCUS

    /castsequence [target=focustarget, harm] [] reset=target|combat SPELL, SPELL, SPELL
    Buff

    Select party member on FOCUS then trigger to buff target

    /cast [target=focustarget, help][] SPELL
    Buff Sequence

    Select party member on FOCUS then trigger to buff target

    /castsequence [target=focustarget, help][] reset=target SPELL, SPELL, SPELL, SPELL
    Self Cast

    Cast spell on self

    /cast [target=player] SPELL
    Self Sequence

    Cast spells on self

    /castsequence [target=player] reset=target|combat|30 SPELL, SPELL, SPELL
    Main Heal

    Heal FOCUS

    /cast [target=focus,help] [] HEAL
    Self Heal

    Heal self

    #showtooltip
    /cast [target=player] HEAL
    Pet Attack

    /petattack [target=focustarget,harm][] target
    Crowd Control

    Vary the order of the commas to have different characters cast the crowd control spell. This is the only macro that must be different on each character

    /castsequence [target=focustarget, harm] reset=target|combat SPELL,,,,
    Channeling

    Add to top of casting macros to prevent interruption of channeled spells

    /stopmacro [channeling]
    Utility Macros

    The following macros are useful but not essential.
    Skinning
    /cast [target=focustarget,exists,dead][] Skinning
    Looting

    /ffa
    /run SetLootThreshold(4)
    Invite

    /invite FOLLOWER1
    /invite FOLLOWER2
    /invite FOLLOWER3
    /invite FOLLOWER4
    Accept

    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();
    /script RepopMe();
    /script ConfirmAcceptQuest();
    /script StaticPopup_Hide("PARTY_INVITE");
    /script StaticPopup_Hide("QUEST_ACCEPT");
    Last edited by RobinGBrown : 01-05-2010 at 05:24 AM Reason: Formatting messed up

  3. #3

    Default

    How to Use This Setup

    You will use the lead character to control the party.
    Starting Up

    Once all your characters are logged on and in a party press F1 to set focus to your lead character, then press F to have all the followers follow the lead, and then start moving.
    Changing Lead

    To change the lead character press F2, F3, F4, or F5 to switch lead to the chosen character, Keyclone will swap WoW screens for you and your characters will change focus. You may need to press the key two or three times to get it working for each follower.
    Buffing

    Select a character with your lead and press the buff key to have all characters buff the lead�s target.
    Ranged Combat

    Press F to make sure all the followers are in position, select a target, then cast whatever spell you want to attack with. If the target moves out of line of sight use the melee combat techniques below to turn the followers.
    Melee Combat

    Select a target with the lead character, press the T key to have the followers assist the lead character, run the lead character into the target. The followers will stop moving and start attacking as soon as they come into contact with the target so it is sometimes best to run the lead through the target and quickly turn around.

    When the followers lose contact with the target (usually because the target moves) use the T key to turn the followers to face the lead character, move towards him/her and attack the target again.

    Sometimes when you press T the follower will run away, press the T key again to bring them back.
    Post Combat

    Combat will usually cause the followers to switch target so after every combat press the F key to get the followers targeting and following the lead character.
    Healing

    Use the mainheal macro to heal the lead character and the selfheal macro to heal everyone at once.
    Crowd Control

    To utilize a crowd control spell like a mage�s polymorph have the lead character select the target, then press the crowd control macro key, and then switch back to the main target. Crowd control is the only place where this setup suffers from difficulty.
    Death of Lead

    If the lead character dies or is removed from direct control press F2-F5 to select a new lead character and carry on as before.
    Last edited by RobinGBrown : 01-05-2010 at 05:25 AM

  4. #4

    Default

    Great post this is extremely helpfull to all newcomers to boxing :thumbsup:
    "Atra du evarìnya ono varda, un atra esternì ono thelduin!" - "May the stars watch over you, and may good fortune rule over you!"
    - Yo-Yo Freak

  5. #5

    Default

    good stuff man. good stuff.

  6. #6

    Default

    this is basically what i do... it's simple and putting it together is quick and easy

    nice write up.


  7. #7

    Default

    I was thinking a little bit more about this today and I've realised that you only _need_ 2 keys+macros to multibox:

    F key+macro to follow
    T key+macro to target and turn

    Everything else is just extra (except for the F1-F5 bit but you only press those keys once in a while)

  8. #8

    Default

    This is exactly the way i've been thinking of setting mine up, great write up on how to do it, saves me a lot of work figuring it out =)

    Thanks !
    Aedeline, Bedeline, Cedeline, Dedeline, Eedeline (Shaman's) - Alliance Thunderhorn - EU
    Millz, Miillz, Miilz, Miliz, Miilzy (4 Mage's + 1 Paladin) - Horde Stormscale - EU

  9. #9

    Default

    Just a little reminder for folks that this is very easy to set up for beginner multiboxers and can work with other key broadcasters, it doesn't need keyclone.

  10. #10

    Default

    Just wanted to bump this up again as it's been out of sight for a while.

    It's worth noting that this system is very good for melee classes. I use it with 5 paladins and mashing the 'follow+assist' key keeps the melee followers nice and tight on mobs. It even works well for PVP as I managed to defeat a 77 rogue with my 67 paladin team the other day (although there were 3 deaths in my team)

Similar Threads

  1. Leaderless/Targetless - Focus Based Hydra
    By zanthor in forum New Multi-Boxers & Support
    Replies: 59
    Last Post: 12-02-2009, 04:59 PM
  2. Iso: macros. Simple few things. (WoW)
    By DPAD171 in forum New Multi-Boxers & Support
    Replies: 8
    Last Post: 06-03-2009, 01:14 AM
  3. Dude, Wheres My Thread? - Simple Guide To Forum Topics
    By Svpernova09 in forum General WoW Discussion
    Replies: 28
    Last Post: 02-12-2009, 02:36 PM
  4. /target GROUP LEADER based focus possible?
    By Brookie in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 11-27-2008, 03:11 PM
  5. Focus-based DPSing with assit fail-over?
    By magwo in forum PvP Discussion
    Replies: 8
    Last Post: 09-04-2008, 01:36 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
  •