Help - Search - Members - Calendar
Full Version: S.U.N, Soul of the Ultimate Nation Macro
AC Tools Everything Macro > AC Tool Macros > Macro Development
Adam
hello i play this new game and i was wondering if u guys could help me out, i jus wanna make sure that ac tools would evne work for this game but im pretty rusty, check out these commands and see if i have any flaws


SetActiveWindow SUN Online
Call attack



Procedure attack
// {TAB}
// keys 1
// delay 200
// key 6
End

also i tried

SetActiveWindow SUN Online


{TAB} (also tryed with keys in front of tab
keys 1
delay 200
key 6


tab is to click closest monster and 1 is my attack skill and 6 is my loot, if u see any problems please help smile.gif

thank you!!

--Adam
Bear
With what Info you provided, It looks like it'll work. What you did NOT provide was if it does or does Not work.
Adam
no sir, it does not work for some reason sad.gif, any suggestions?
Bear
QUOTE(Adam @ Nov 5 2009, 09:19 PM) *
no sir, it does not work for some reason sad.gif, any suggestions?

my Bad, You should be getting an Error. you Need to have "Keys {Tab}" for the Tab key to be Pressed.
Ahk
You also don't have it loop, so it will only process the Attack procedure once...and since there is no delay after the SetActiveWindow command, your Attack procedure keys are probably being sent before the game is ready to receive any keystrokes.

The commands are commented in the code you posted. Any commented code is not processed by ACTool..unless you just commented it before posting..
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.