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]
RE: Simple Focus-Based MultiBoxing Setup and Macros Guide
Very nice write up. For the following, how do you bind a macro to a key?
Quote:
Originally Posted by RobinGBrown',index.php?page=Thread&postID=151212#p ost151212][font='Calibri
[/font]For each character bind the following macros to the given key.
Also, what does the following Loot Threshold do if it's already set to Free For All?
Quote:
/ffa
/run SetLootThreshold(4)
ty
Simple Focus-Based MultiBoxing Setup and Macros Guide
Quote:
Originally Posted by sp000n',index.php?page=Thread&postID=187318#post18 7318]Very nice write up. For the following, how do you bind a macro to a key?[quote='RobinGBrown',index.php?page=Thread&postID=1 51212#post151212][font='Calibri
[/font]For each character bind the following macros to the given key.
Also, what does the following Loot Threshold do if it's already set to Free For All?
Quote:
/ffa
/run SetLootThreshold(4)
ty[/quote]
IIRC the lootthreshold thing means that WoW won't force you to roll for anything other than epics. FFA <> LootThreshold - but you find them both in the drop down menu from the party leader.
To bind a macro to a key I do the following (this is basic stuff you should know):
Press ESC to get the main menu, click on 'Interface', select 'Action Bars' from the list, switch on at least one of the additional action bars (I will assume you choose botttom left), switch on 'Always show action bars', press 'OK' (or whatever the button is called).
Press ESC to get the main menu again, click on 'Key Bindings', scroll down until you see the section marked Bottom Left Action Bar (or something similar), click on the first button and then press the key you want to use (I'll assume you chose 'F'), press 'OK' to save your changes.
Back in the main WoW window you should now have an emnpty action bar above you main action bar with a tiny letter F on the leftmost space.
Press ESC to get the main menu again and select 'Macros'.
Drag a macro from the list to the empty space.
Voila! You have now bound that macro to key F.