to programmers

01/20/2007 02:20 yokoyoko#1
I'm trying to send a f2 to the game with my macro (autohotkey ControlSend, ,{F2},ahk_id %id%) however the game doesn't seem to respond to this at all. I tried sending to firefox (for f11 fullscreen) and it works. So it must be a special way that the game intercepts keypresses. Anyone can help me with this? Like what specific control of the conquer window should i use? (right now i left it blank...)

ps. If i have the window activated and use the regular send function to send keys it works. Just not ControlSend to minimized window :(

the game responds to a {Esc} press, but not the F keys :?
01/20/2007 10:29 KatsuAkimoto#2
If you use a sendkey with {ENTER} (Or w/e you put for the return key) & {H}, will it act as if you are typing in an "H"? If it does, then it is possible that:
1.)(I have not used this type of programming so bear with me) The Function keys don't work with that type of script (Unlikely but had to throw thta out there)
2.)Conquer Online receives special packets when a Function key is pressed.

I'll look to see if there are any interesting packets sent when a Function key is pressed. But you may be right on this, although I do believe that Toreddo made a guide for Health Potter that used a sendkey {F3} function and it must have worked:\

-----------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------AFTER-------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------

I didn't see anything special, you might want to make sure that you Capitalized the "F" correctly, if need be, or if you typed something wrong. I checked packets sent if i typed in "A" or if i pressed a hotkey of any kind, and it is the same responses, but the nagain im not a packet expert:\ Toreddo's guide may be of some insight to you if you still have problems,
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
I hope those are of help to you.