Quote Originally Posted by 'Greythan',index.php?page=Thread&postID=131131#pos t131131
Is there a command line for Set Master as Target I can add to a macro? Prior to Jamba I had a macro that I would hit after every combat to do 2 things: reset follow to my master and set my master as the slaves' target. I don't use targettarget or focus as I'm one of those that wants my slaves to target a current mob while I may have my master (Paladin) targeting other mobs for aggro management. So, my DPS macros are all

Code:
#showtooltip frostbolt
/cast [exists,harm,nodead] frostbolt
/stopmacro [exists,harm,nodead]
/assist party1
/cast [exists,harm,nodead] frostbolt
Of this variety. If there is another way to have my slaves all retarget my master after combat has ended (i.e., automated method) that's even better.

Thanks.
Ok, there is no way to do the automated targeting to the master, you need to press a key. Jamba sets up a macro like

/target master

where master changes to the name of the master character (when the master changes). You can access this macro by binding a key to it. If you look in the keybinds for Jamba you will see a binding for a "Set Master As Target" key. You can bind a key to that on all of your characters to have them target the master. BUT for this to work, you also have to check the option in the /jamba Team tab called "Set Target To Master When Changing Master". Now you have a key that will target the master when you press it.

Please note that if you change masters in combat, Jamba cannot update the target master macro to the new master. But it works great if you have one dedicated master that does not change very often.

Does that answer your question?