Ok, I know what the problem is here.

When you use the IsBoxer macro to switch masters it issues the command:

/jamba-team iammaster all

What this does is send a message across the addon channel to tell the toons to change master. The addon channel is slow (nothing* we can do about it).

The best solution to solve this lag problem is to remove the lag altogether. This is done by removing the Jamba-Team iammaster all command and replacing it with several macros.

I would add a macro to each hotkey for a toon and put the name in of the toon in the master command and send that macro to all toons. If you have 5 toons, you need 5 seperate macros.

The command is:

/jamba-team master <name>

Where <name> is the name of the toon that will become the master. You can use {SLOT1} .. {SLOT5} in ISBoxer macros to save you typing the name of your characters each time you change a team (I have not tested this).

So, when you press F1, every toon executes the macro /jamba-team master toon1, when you press F2 every toon executes /jamba-team master toon2, etc.

I don't have time to build this in ISBoxer right now, but if I ever do, I'll post it on this forum.


* Not entirely true, there are some things you can do, but I leave those for another topic.