Help - Search - Members - Calendar
Full Version: quick question please
AC Tools Everything Macro > AC Tool Macros > Other Macros
Thok
I am just starting to learn how all this stuff works.
This is what I have so far and works perfect.

setactivewindow Everquest
while 1=1
delay 5 sec
keys 1
delay 5 sec
keys 5
delay 5 sec
end

I would like to add two things , First I would like to add a code in there so it activates the function keys. like F8 I tried this

Keys {F8}

And it did not work. Any Ideas please?

And second I would like to add another keystroke in there that would be performed every 30 minutes or so. But I do not want the entire script to repeat every 30 minutes only the 1 line. Is there a way to make this happen?

Thanks in advance.
Ahk
It's possible that your game uses directinput for the function keys, I'm pretty sure the AC expansion did this, but the rest of the keys still functioned. Try to rebind your F8 key to something else and use that.

There's a ton of posts on ProcessMessages and {GlobalKeys}, there's another way of doing it but these are the easiest.

You should be able to find a few near the top, probably about hotkeys or other--or just search. I've posted many many times so you could filter to my name even to filter out emtpy topics.
Thok
ok after afew days of searching and even more time spent scratching my head, is there anyone else out there willing to try and help me out? All I am really after is a way to run two scripts at the same time kinda sorta, I want to click a button every hour without delaying my main script that is running and clicking buttons every 15 or seconds.

Any help please

Thanks
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.