This is detailed, with a lot of examples. Hopefully, the examples make it easily understood.
If it's worthwhile, it could be added to the wiki, although I'm really sure how to go about doing that.
PARTY LEADER ASSIST SYSTEM:
Overview:
With this assist system, any toon can lead as easily as any other toon.
The current leader (active or master) toon is the party leader.
All other toons (slaves) assist the party leader for targeting their spells.
Two sets of action bars are required for this to work.
Each toon uses one set while they are leading, and another set while they are assisting the leader.
This system is a little harder to set up then a Focus based system, but is a lot easier then an FTL system.
Like the FTL system, it uses a few extra macro's more then a Focus System.
Unlike a Focus system, focus is then free for PvE crowd controls or PvP burst macro's.
I personally use Keyclone (www.solidice.com/keyclone) as my software boxing program.
Other popular options include Inner Space, Hot Key Net, and Octopus.
I personally use the Jamba addon, to make multiboxing so much better.
Very highly recommended - see the addon/macro forum here on www.dual-boxing.com
Set-Up (Part 1):
Every toon on the team will need one macro for each member, themselves included.
This means in a three member team, every toon has three switch macro's.
In a five member team, every toon has five switch macro's.
The macro's serve two purposes: a) Promote the new leader; and b) change action bars.
If you are using the Jamba addon, the promote macro also has an added Jamba command.
For demonstration purposes, we have three toons named A, B, and C.
Each toon puts their "A" macro on keybind 1, mine is Shift F1.
Each toon puts their "B" macro on keybind 2, mine is Shift F2.
Each toon puts their "C" macro on keybind 3, mine is Shift F3.
When I press Shift with F1, all three toons press their A macro.
I also have Shift F1 set within keyclone's maximizer to make that window active.
Similarly, Shift F2 has all toons press their B macro and has Keyclone activate that window.
Every toon has two promote type macro's.
The first macro type is when they are becoming the party leader.
The second macro type is when any other toon is becoming the leader.
A will have the first type on keybind 1, and the second type on all other switch keybinds.
B will have the first type on keybind 2, and the second type on all other switch keybinds.
C will have the first type on keybind 3, and the second type on all other switch keybinds.
To make a macro, within the warcraft client type /macro.
I like to have these icons on the general tab, not the character specific tab, which allows mixing teams down the road.
Choose an icon; I like to have each team with their own icon. Shaman's have one, Druids have another, etc.
I name my switch macro's S_ToonName, but anything that makes sense to you will work.
Each toon will have a first macro (when they become the leader) like this:
These macro's are two lines long.
Line 1: /changeactionbar 2
Line 2: /jamba setmeasmaster all
You can copy (Control C) and paste (Control V) to save typing. Each toon has the same macro for becoming Master.
The second line assumes you're using the Jamba addon, if you're not, you can omit it.
If you are using Jamba, ensure all toons belong to the "all" group.
Each toon will have a multiple second type macro's (when another toon becomes the Master).
These are also two lines long. You can copy/paste these as well.
Line 1: /changeactionbar 1
Line 2: /script PromoteToLeader("A")
Line 1: /changeactionbar 1
Line 2: /script PromoteToLeader("B")
Line 1: /changeactionbar 1
Line 2: /script PromoteToLeader("C")
Every toon except "A" will have the "A" becomes master macro.
In its place, A will have the first type macro.
Every toon except "B" will have the "B" becomes master macro.
In its place, B will have the first type macro.
Every toon except "C" will have the "C" becomes master macro.
In its place, C will have the first type macro.
When I press Shift F1, all of these happen:
-- Toon A --
/changeactionbar 2
/jamba setmeasmaster all
-- Toon B --
/changeactionbar 1
/script PromoteToLeader("A")
-- Toon C --
/changeactionbar 1
/script PromoteToLeader("A")
Similarly, pressing Shift F2, all of these happen:
-- Toon A --
/changeactionbar 1
/script PromoteToLeader("B")
-- Toon B --
/changeactionbar 2
/jamba setmeasmaster all
-- Toon C --
/changeactionbar 1
/script PromoteToLeader("B")
Finally, pressing Shift F3, all of these happen:
-- Toon A --
/changeactionbar 1
/script PromoteToLeader("C")
-- Toon B --
/changeactionbar 1
/script PromoteToLeader("C")
-- Toon C --
/changeactionbar 2
/jamba setmeasmaster all
By pressing Shift F1, all toons attempt to promote Toon A to party leader.
By pressing Shift F2, all toons attempt to promote Toon B to party leader.
By pressing Shift F3, all toons attempt to promote Toon C to party leader.
The toons who are not the leader tell warcraft to page them to Action Bar #1
The toon who is becoming the leader tells Jamba to make them the master.
The toon who is becoming the leader tells warcraft to page them to Action Bar #2.
When you press this, each of the non-leaders will give an error message saying they're not the party leader.
This is normal and relatively minor. It fades away very quickly.
Connect With Us