Quote Originally Posted by 'alfa',index.php?page=Thread&postID=123959#post123 959
Hi,
I was trying to understand this great idea. well , after a few hours of mind blowing i come to this point.
I have 3 toons. paladin , mage and shaman. I am trying to make a keaderless follow macro. my main key is ` and hidden key is ' . On my paladin my 2 other toons follow her. But when i am on mage on shaman follows and when i am on shaman only mage follows. My paladin doesnt accept others to be leaders Any idea what might be wrong ?

thanks

edit : Wwhen i am on paladin screen and i hit ` i see on both mage and shaman that ' key is pressed but when i am not on paladin screen and when i click ` i dont see it click ' button on paladin screen and it click on mage or shamans screen.
If you are sure you have your keymaps set up right, it might be worth checking to see if your "hidden" key is bound to something else with modifiers.
For example, if you use the first post in this thread, your hidden key is "]". But it requires that no other keybinds are using any combo of modiriers with it.

ToonA:

2 --> LBAT
Ctrl-alt-] --> LBBT
Alt-Shift-] --> LBCT
Ctrl-Alt-Shift-] --> LBDT
Ctrl-] --> LBET

You would need bind "]" somewhere on your actionbar and put the follwoing macro in there.
(it sounds like you have this set up this way now):

/target [mod:ctrl,mod:shift,nomod:alt,target=ToonA]
[mod:ctrl,mod:alt,nomod:shift,target=ToonB]
[mod:alt,mod:shift,nomod:ctrl,target=ToonC]
[mod:ctrl,mod:alt,mod:shift,target=ToonD]
[mod:ctrl,nomod:alt,nomod:shift,target=ToonE]
/cast [target=targettarget,harm] Lightning Bolt
/targetlasttarget

If you are using Bongos for your action bar, the easiest way to unbind all the modifiers is to type /bongos and bring up the menu.
Got to keybinds (I think, it may be just bindings) and then, somewhere on an empty button slot, enter in all of the combinations of modifiers with "]".

Example, Shift+], Alt+], Shift+Alt+]...all the ones that are in your keybinds and macro.
Once you have done that.. hit Esc (or delete) over the same button you put all those into, and it will unbind them all.
Now make sure you still have just "]" in the action bar with your macro.