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.Originally Posted by shivetya
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...
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.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]
You may need to play with it but I think you'll find that could be an answer to your problem![]()
Connect With Us