Page 2 of 4

Re: imax macro

Posted: Wed May 19, 2010 9:20 pm
by Nerrazzuri
What OS you using now?
Try to restart computer will sometimes fix the problem.

Re: imax macro

Posted: Wed May 19, 2010 9:37 pm
by dalvin1991
what ur mean OS?? i resrt already still same nothing happen -.-

Re: imax macro

Posted: Thu May 20, 2010 12:25 am
by Nerrazzuri
OS = operating system. eg. XP, Vista, Win7

LOL you never really point out what happen to you computer, I really couldn't help much like that.
Anyway, try to tell what you did from you start your Maple and IMaxMacro and might provide your script to see if anything wrong.

Re: imax macro

Posted: Thu May 20, 2010 12:33 pm
by dalvin1991
hm.. vista haha

ok 1st i open my imax macro

2nd i prees the maple buttom from imax macro

3rd the maple is open and i login

4th i use the example script post be that 1 than prees run

5th nothing happen at maple lol -.-

Re: imax macro

Posted: Thu May 20, 2010 3:13 pm
by Nerrazzuri
dalvin1991 wrote:hm.. vista haha

ok 1st i open my imax macro [Did you run as admin?]

2nd i prees the maple buttom from imax macro

3rd the maple is open and i login

4th i use the example script post be that 1 than prees run

5th nothing happen at maple lol -.-

Re: imax macro

Posted: Thu May 20, 2010 9:26 pm
by dalvin1991
ya i did

Re: imax macro

Posted: Thu May 20, 2010 10:50 pm
by Nerrazzuri
dalvin1991 wrote:ya i did
try register the registry in the iMaxMacro folder. Name iMaxEngine20081102 or some sort like that.
After register, restart your comp.

Re: imax macro

Posted: Fri May 21, 2010 12:59 am
by iSean
dalvin1991 wrote:hm.. vista haha

ok 1st i open my imax macro

2nd i prees the maple buttom from imax macro

3rd the maple is open and i login

4th i use the example script post be that 1 than prees run

5th nothing happen at maple lol -.-
1. Window Mode
2. Off Num Lock
3. at the end of the script put "goto 1"

Re: imax macro

Posted: Fri May 21, 2010 9:55 am
by dalvin1991
u mean window mode is alt+enter right??
laptop dun have numlock...
so my code just put

SetActiveWindow "MapleStory"
KeyDown "RIGHT"
Delay 5000
KeyUp "RIGHT"
goto 1

like this??

Re: imax macro

Posted: Fri May 21, 2010 12:31 pm
by Nerrazzuri
dalvin1991 wrote:u mean window mode is alt+enter right??
laptop dun have numlock...
so my code just put

SetActiveWindow "MapleStory"
KeyDown "RIGHT"
Delay 5000
KeyUp "RIGHT"
goto 1

like this??
That's right, goto 1 is the command where the script will back to the 1st line.
Simple looping.