Jump to content

Send ("{ENTER}") not working ?


Guest Krion
 Share

Recommended Posts

Hi there,

I got a script from a friend of mine for use in FFXI. No, this isnt a fishing script hehe. Anyhow, it works perfectly for 2 of my friends, but doesnt work for me. For some reason, the "{ENTER}" command doesnt register inside FFXI. I've tried putting AutoItSetOption("SendKeyDelay", 60) in, but that doesnt fix the issue. I have no idea how to go about fixing this problem, it seems that inside the game it doesnt register "{ENTER}" Everything else works perfectly, just not hitting enter.

Any ideas how to fix this? Is it possible there is some sort of configuration i need to play with inside windows so that key command can be utilized in all applications? Thanks

Link to comment
Share on other sites

Guest Py7|-|[]/\/

Try doing this:

Send("{ENTER 3}}") ;<- i think thats the way to do it lol

Sometimes, especially in games it will not receive keystokes quicly... AutoIt presses the keys something like 10X's faster than a human so for games I find it useful to send everthing 3X's, that will usually do it =)

Link to comment
Share on other sites

also could try:

Send("{enter down}")
sleep(1000)
send("{enter up}")

<{POST_SNAPBACK}>

I tried all of these. Thank you for the replies. But as far as I can tell for some reason, autoit wont sent an enter command into ffxi on my computer. Not sure if I have to set some global command somewhere in order for this function properly.
Link to comment
Share on other sites

Is there a way you can tell if it has sent a key, you could try with other keys that have functions in the game like a, b, c, etc.

My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
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...