Guest Krion Posted October 29, 2004 Posted October 29, 2004 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
this-is-me Posted October 29, 2004 Posted October 29, 2004 Possibly different update version of the game? Who else would I be?
Guest Py7|-|[]/\/ Posted October 29, 2004 Posted October 29, 2004 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 =)
the_lord_mephy Posted October 29, 2004 Posted October 29, 2004 Send("{enter 3}") 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]
scriptkitty Posted October 29, 2004 Posted October 29, 2004 also could try: Send("{enter down}") sleep(1000) send("{enter up}") AutoIt3, the MACGYVER Pocket Knife for computers.
Guest Krion Posted October 30, 2004 Posted October 30, 2004 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.
the_lord_mephy Posted October 30, 2004 Posted October 30, 2004 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]
scriptkitty Posted October 30, 2004 Posted October 30, 2004 (edited) maybe Larry has a DllCall() to send a key I am still trying to figure out all the uses for this new function. Edited October 30, 2004 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers.
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