Help - Search - Members - Calendar
Full Version: HELP:ACTOOL used in Fairyland
AC Tools Everything Macro > AC Tool > AC Tool Discussion
raijean
hey..i just started using actool about yesterday and still learning hoe to use it accurately..
i'm testing at fairyland cause im playin that game..
keys function work out just fine but i got a problem with the function keys and left clicks..
it seem like not workin on fairy land online. ive tested it too many times..
Hope you could help me guys..
when i want to cast pray i just put it at F8 quicklist button then i config it this way

delay 5sec
loop 3
keys {f8}
delay 10sec //10 sec cause i think its my pray's cast time
end

but nothin happens..
same with my left click

for thar I have this questions..
i believe that fairy land have different keystroke for function keys but is there any way i can solve this thing out???

is there anything that can figure out what the keystroke for F5-F12 for fairyland online??

Is there anyone there who plays fairyland that knows how to make functions keys workin for actool

hope you could help me...it would be much appreciated..thanks in advance.. cool.gif
Bear
Sounds like the Direct Input Error. Most of the Free Games out there that use Xtrap or GameGuard and some that don't use them, only accept input directly from the Keyboard.
Current Known Semi-Working Work around is to try to play your game in a Windowed Mode and Launch the On_Screen_Keyboard utility. See if clicking the OSK keys, if the Keys get sent to your Game. There is currently a OSK Project which is a Plugin and none too pretty, It's still a Work in Progress.


So If OSK works for you your Code would then SHOULD look something like this..

CODE

Include OSK_Project.inc
IF $uiVer_ResOSK >= 0.6
Call incOSK
Else
Timestamp Your Resolution_OSK.inc file is too Old ( $uiVer_ResOSK ). You need to upgrade to 0.65!
End

delay 5 sec
loop 3
Call Message $Keys_F8
delay 10 sec //10 sec cause i think its my pray's cast time
end
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.