Quote Originally Posted by Coanunn View Post
Full copy and paste from http://hotkeynet.com/wow/wow-sample-two-on-one.html save that I modified the file path for the exe. As I said before, I'm still at the "I stole it" level of scripts for this as my understanding is exactly bubkiss so far.
ya im a complete 'copypasta' scripter.



1. okay you launch the game with the Alt+Ctrl+L subroutine of your script (your post says you used Ctrl+Alt+L, typo? i don't even know if it matters) and then rename them via Ctrl+R part of your script. but! the subroutines look like they are setup to already rename them.

2. also, the script is using the cmd SendWinM but i had to turn on the option for that cmd to work in HKN via Options > Send Mode Settings. apparently there are tiers of cmds some of which work and some which don't. SendWinM is a step above SendWinS for instance.

3. the other thing is only something ive read about on the forums (and im trying to remember which forum now so i can look it up again). what was apparently happening was that Windows does not natively recognize key commands sent to a background window. which i think is why all the scripts seem to have the script that sizes and places their windows. just a thought.