Log in

View Full Version : Jamba problems?



Brookie
11-27-2008, 11:29 PM
Quite simply put, I can't get it to perform right.

I have "Make master the group leader" selected and I'm trying to be able to switch group leaders around...

I start off with Mage1 as Master and Group leader.
I open Mage2's client. I type /jamba setmeasmaster .

Nothing happens. I open the jamba UI and it still list Mage1 as master and of course group leader.

Anyone else having these issues?


EDIT: Furthermore, I can type /jamba setmaster MAGE1 while on Mage1, and it will do so, but then I go to mage2's client and it still list him as master. It doesn't seem to be communicating with the other character's Jamba clients.

Fizzler
11-27-2008, 11:39 PM
Have you had a chance to read this nice tutorial post on targetting with Jamba? [Howto] Jamba-Target - the elves finally wrote some documentation... ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=16751')

i am not sure if it will help but it is a good start if you have not seen it yet

cryinsham
11-27-2008, 11:42 PM
Have you built your "team" in jamba? and you have to use /jamba setmemaster all, i think

Brookie
11-28-2008, 12:28 AM
Ah, I think I've kind of fixed the problem.

The issue was that Jamba wasn't updating. So I went and searched up the / command to push the team info to all characters.

So now my macro is...

/jamba setmaster MAGE1
/jamba pushteam

This seems to be working for me now.

Jafula
11-28-2008, 06:54 AM
So now my macro is...

/jamba setmaster MAGE1
/jamba pushteam

This seems to be working for me now. You should change this macro to

/jamba setmeasmaster all

The last part of the macro is "all" which is a tag. Characters in Jamba have tags. You can see who has what tags by looking in the tag tab of the /jamba options. When you issue the /jamba setmeasmaster all command, you are telling every character with that tag to set that character as the master character.

The macro you are using is not very efficient as /jamba pushteam pushes a lot of unnecessary data across to your other characters.

Brookie
11-28-2008, 10:54 AM
Acknowledged and thanks for the great mod.