Log in

View Full Version : [WoW] Jamba follow toggle



Eyes in the Dark
07-13-2010, 06:39 AM
I am trying to set up a macro to toggle the auto follow, so while I am questing I can have it on, but when I head to instances I can turn it off.

I currently have 2 macros set up on my master

/jamba-follow aftercombat on all
/jamba-follow push

/jamba-follow aftercombat off all
/jamba-follow push

When I click the macro I get the message on my slaves that the settings have been pushed, however it doesn't toggle the auto follow. Do I need to have the follow change command in one macro and the push command in a second, or am I missing something in the macro?

alcattle
07-13-2010, 07:03 AM
I would check out the cheat sheet for JAMBA. I think you want to use strobefollow.

Jafula
07-13-2010, 07:04 PM
You don't need the push command, I imagine this is what is causing your problems. The <tag> ("all" in your case) makes sure the command gets to "all" toons.

Just

/jamba-follow aftercombat on all

and

/jamba-follow aftercombat off all

should do the trick.

You need to make sure every toon has the "all" tag. I'm pretty sure thats a default.

Let me know if that works for you.