Jump to content

Age of Conan - Keystroke to Inactive Window


Recommended Posts

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.

Link to comment
Share on other sites

  • Replies 45
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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. :)
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 8 months later...
  • 2 months later...

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 :party:

Hello

I 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 script

Sorry my english is not good but i came from german :)

HotKeySet("{F9}", "start")

HotKeySet("{F10}", "stop")

AutoItSetOption("WinTitleMatchMode", 4)

While 1

Sleep(1000)

WEnd

Func 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

EndIf

EndFunc ;==>hide

Func stop()

Global $Show = 1

WinSetState("Age of Conan", "", @SW_SHOW)

WinSetState("Age of Conan", "", @SW_MAXIMIZE)

WinActivate($handle, "")

EndFunc ;==>show

thanks for help

Edited by wuschel1962
Link to comment
Share on other sites

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."

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...