Page 1 of 1

macro window not in focus

Posted: May 11th, 2006, 6:57 am
by drefsab
I've been messing about with rf-online macros and I have one that works for a healer to follow someone heal them and restore mp/fp. The macro currently needs you to mouse click on a certain area on the screen then use a short cut for a spell for example f2. Is there any way that this can be made to work while the window is not in forucs using any applications out there? Any help with this will be much apreaciated.

Posted: May 11th, 2006, 7:40 am
by police01040
It depends on the design of the marco, maybe the coder made the ability to run it without focus or maybe not.

Posted: May 20th, 2006, 7:20 pm
by drefsab
The macro is something I have made using AutoIT, its very simple basically pressing an f key then clicking the mouse in a specific place. Its nothing that anyone else has made but I was interested in a way I can get this working without having to have the window in focus because at the moment the macros are only good to people with more than one pc and I want to make something that is usefull to people with only the one system.

Posted: May 20th, 2006, 7:33 pm
by tault_buckw1
AutoIt has a system spy option or simular named option thats will list all processes and windows open. Then you can use that process id or window handle to do what you want.

Hope this helps...

Buck

Posted: May 23rd, 2006, 7:42 pm
by drefsab
I've had a play with that but still havnt quite got what I wanted from it though. Also they did have an old script for diablo 2 called mouseclickplus.au3 which sent mouse clicks to a window while it was minimized I cant get it working on anything else but Im no expert maybe someone would want to look at that and see if it can be useful as I think macroing a window not in focus or minimized is really a type of holy grial for some botters :)