KaJe Posted June 24, 2008 Author Posted June 24, 2008 Your watching the countdown IN FIREFOX? or in the minimized AoC window?Well if the AoC window is minimized, I can't see it. I have AoC running in the background and Firefox in front of it.
Anonymouse Posted June 24, 2008 Posted June 24, 2008 Well if the AoC window is minimized, I can't see it. I have AoC running in the background and Firefox in front of it.maybe a javascript parser? or, can you have a ghost monitor? (never had a good reason to check, lol)If you could have a ghost monitor, then CoA or w/e could believe that it is maximized on monitor 2(ghost) while you are actually running monitor 1. Then when you stop script move window from Ghost to Main.Just a thought. children may smile; the wise ponder- Dr. Holmes of Hardvard Medical School on an Ether BingeLove Makes The World Go Round?So does five shots of tequila. What's your point?[quote name='Valik' date='Jun 5 2008, 05:13 PM']wraithdu, 24 hours. Said I have a bad attitude, just driving the point home with a ban.[/quote]This is classic. :)
xshark Posted June 24, 2008 Posted June 24, 2008 maybe a javascript parser? or, can you have a ghost monitor? (never had a good reason to check, lol)If you could have a ghost monitor, then CoA or w/e could believe that it is maximized on monitor 2(ghost) while you are actually running monitor 1. Then when you stop script move window from Ghost to Main.Just a thought.You may be able to do something like this just calling moves and clicks out of desktop range. .. Not sure though.
Chris86 Posted February 27, 2009 Posted February 27, 2009 I think Funcom has blocked user actions in AoC if the window is inactive/minimized
wuschel1962 Posted May 17, 2009 Posted May 17, 2009 (edited) You could always run the game in a virtual machine to bypass the protection and then you can use Control...()/Pixel...() or whatever, but with a game with such hefty requirements as Age of Conan it would probably be slower than a glued snail... But you could always try HelloI would like to use with pleasure this script to farmen.for example:I would like to cut down a tree - i has 10 attempts afterwards i must wait again 5 min.I need this loop in this scriptSorry my english is not good but i came from german HotKeySet("{F9}", "start")HotKeySet("{F10}", "stop")AutoItSetOption("WinTitleMatchMode", 4)While 1 Sleep(1000)WEndFunc start() Global $Show = 0 Global $handle = WinGetHandle("classname=Conan") WinSetState($handle, "", @SW_SHOW) WinSetState($handle, "", @SW_SHOWMAXIMIZED) If @error Then MsgBox(0, "error", "couldnt find AoC") Else While 1 ControlSend($handle, "", "", "U") Sleep(300) ;===========> or the spell cast speed If $Show > 0 Then ExitLoop WEnd EndIfEndFunc ;==>hideFunc stop() Global $Show = 1 WinSetState("Age of Conan", "", @SW_SHOW) WinSetState("Age of Conan", "", @SW_MAXIMIZE) WinActivate($handle, "")EndFunc ;==>showthanks for help Edited May 17, 2009 by wuschel1962
ken82m Posted May 17, 2009 Posted May 17, 2009 Most games pause when minimized that could be causing your problem "I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains."
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now