Olipcs can you please give me an example of a macro with the nomod thing? Not quite sure of the best way of doing it. That could well solve your problem too Metalocalypse.
..well, its hard for me to give an example why using different slave and master-keys, because although it was in the original ftl-setup developed from Pcalypse an Deceased, i never realy used different.
I think the reason why they introduced different key for it was:
1. More solo-playability, meaning that, when you have different master and slave-keys, you can infact let the toon do another thing, if hes the master as he would do as he is a slave. Although it is a great concept, in my multi-class group i can not think of a situation where this comes in handy.
An (perhaps inpractical) example where you perhaps could use this might be in the typical 5-shaman group, if you say 'well, i want the main to allway be the heaer, and the slaves to allway dps. Then you can bind a macro which casts f.e. Healing Wave on the master-key and Lightning Bolt on the slave-key.
2. At the time the system was introduced, different master and slave keys were neccassary for having modifiers in the macros, like the one above.
So yes, if you don't need different master and slave keys, get rid of them! The concept is so generic, that it allows it 
And btw.:
You don't need different master and slave keys for a macro like:
Code:
/assist [mod:ctrl,mod:shift,nomod:alt]CharA;[mod:ctrl,mod:alt,nomod:shift]CharB;[mod:alt,mod:shift,nomod:ctrl]CharC;[mod:ctrl,mod:alt,mod:shift]CharD;[mod:ctrl,nomod:alt,nomod:shift]CharE
/cast [nomod, harm] Lightning Bolt; [mod:shift, harm] Chain Lightning
you can do it, with one key (ok, technically its still 2 but its mor key and key+modfier like in the macro) if you modifiy your modifier-order to use the right version of shift,alt,ctrl (rshift,rctrl,ralt), and lshift for differentiating betwwen LB and CL.
This would look like:
Code:
/assist [mod:rctrl,mod:rshift,nomod:ralt]CharA;[mod:rctrl,mod:ralt,nomod:rshift]CharB;[mod:ralt,mod:rshift,nomod:rctrl]CharC;[mod:rctrl,mod:ralt,mod:rshift]CharD;[mod:rctrl,nomod:ralt,nomod:rshift]CharE
/cast [nomod:lshift, harm] Lightning Bolt; [mod:lshift, harm] Chain Lightning
for more info on that see: [HotKeyNet] Leaderless setup with HotKeyNet
..for me this works perfect and is intuitive to setup.
Connect With Us