|
Post by leistos on Oct 12, 2004 20:59:37 GMT -5
Just a quick question..
Is it possible to have AutoIT run a script for FFXI without having to have the FFXiApp window active? From all that i've read and from the scripts that others have posted, having the FFXI window active seems to be a common feature among them.
I've been using my script with alot of success for quite a long time now, but I just thought that being able to do any number of things outside of FFXI while botting FFXI in the background would be a nice idea.
Thanks for any insight into the matter-
|
|
|
Post by TinyTerror on Oct 12, 2004 22:03:26 GMT -5
Yeah, its WinWaitActive. It looks like this in your code:
WinWaitActive("FFXiApp")
I think I got the window name right but im not sure. It will pause the script until ffxi starts up.
|
|
|
Post by leistos on Oct 12, 2004 22:21:56 GMT -5
Yeah, I got that-- but:
Using the windower, when you try to do something else- like for instance, open a browser window- the script pauses.
What I want to know is if there is a way to have the script execute exclusively on FFXiApp regardless of whether or not the window is active.
|
|
|
Post by TinyTerror on Oct 12, 2004 22:45:35 GMT -5
Maybe WinActive? Im not sure if autoIT means active as in focus or active as in not minimized. I'll test this tomorrow at work.
|
|