Quote Originally Posted by shivetya
Since I will probably at most will have 3 accounts at once I will ditto the directories.

Does Butler and the likes broadcast mouse clicks or all short cut usage going to require keypressing? I usually only key press for the base hotkeys and prefer to mouse click the rest.

I am going to try and setup a small test using a draenie mage + draenie priest. I figure they have enough in common I can work out some common keys.... the big issue of course is letting the mage gain aggro... considering they have slow speed spells. Of course low end renews/shields on the same button might prove useful.
As far as I know Butler only broadcasts key pushes, i'm not sure if there's even software for PC that can broadcast mouse clicks between software running on the same machine.

As for agro problems and slow casting if you are usinging the applescript method you can spend some time and change script to something like...

tell application "System Events"
tell application "World of Warcraft 1" to activate
key code 18
delay 5.5
tell application "World of Warcraft 2" to activate
key code 18
end tell[/code]
If World of Warcraft 1 is your mage and Pyroblast is set up on key 1. Pyro Blast is Cast. As pyroblast is a 6 second cast the script then pauses for 5.5 seconds before replicating the keypress on World of Warcraft 2 which is your priest. Set Mind Blast to Button 1 and mind blast will finish casting one second after the pyro blast has finished casting. This should give pyroblast time to hit the mob before mind blast hits, this generating initial aggro.

You may need to play with it but I think you'll find that could be an answer to your problem