PDA

View Full Version : Jamba - several compositions of teams/leaders



riffraff
10-02-2010, 01:27 AM
I'm wondering if this functionality is already built into Jamba - maybe someone knows.

I have 4 teams that are mixed classes. I set them up with the tank as the "master" to do dalies, etc. each day.

Once a day I want to run the Jewelcrafting daily, which means taking each of my JC's from the set teams and putting them in their own party. I can do this without much trouble but each of the JC's in their Jamba team has their corresponding tank as their "master" so if they lose follow etc, I don't get notified on the main character I'm using.

Is there an easy way to switch between team setups so that I wouldn't have to go back and forth between setting the master on each char each time?

Daeri
10-02-2010, 04:25 AM
I think this can be done by a macro :

http://wow.curseforge.com/addons/jamba/pages/slash-commands/

So that would be :
/jamba-team remove all
/jamba-team add name1
/jamba-team add name2
/jamba-team add name3
/jamba-team add name4
/jamba-team add name5
/jamba-team iammaster <-- not sure you need to add a tag there
/jamba-team invite all
/jamba-team push

Then you create another macro to set up your usual teams for each toon.
Untested, maybe that needs to be tweaked a bit.

Jafula
10-02-2010, 04:57 AM
Profiles?

Khatovar
10-02-2010, 05:06 AM
Is there a slash command to swap profiles?

Jafula
10-02-2010, 06:32 AM
Don't think so. It's on the todo list if I remember correctly. Might see if I can do it tomorrow.

valkry
10-02-2010, 09:28 AM
Tick the option "make the focus the master"? If you use the focus assist method of boxing that is...

Or is that the make the party leader the master or the focus the party leader? Hmm, shame im not at my wow comp but i know i can make anyone my master with any combo of characters just by switching everyone's focus. And they become party leaders too.

riffraff
10-03-2010, 10:14 PM
Thanks for the replies. I am using the profile thing for now, although it's a little clumsy to do this before and after doing the JC quest once a day. If the slash command to do it ever makes it in that will be a nice addition.

edit: I might also try some of those slash commands in a macro that Daeri mentioned.

riffraff
10-06-2010, 05:43 PM
I ended up just making a simple macro that set the master for each toon:

/jamba-team master riffz
/run DEFAULT_CHAT_FRAME:AddMessage("Master set to RiffZ");

And a similar one that set their master back to whichever one was appropriate for each toon. The teams already have all of the JC's and their normal composition so whoever is online is who gets invited. Simple solution.

I just didn't know about the slash commands.. nifty.