Code: Select all
Run Program>C:\AeriaGames\DOMO\_domopatch.exe
WaitScreenImage>C:\Program Files\Macro Scheduler\Images\Domopatch - Start.bmp,20
GetScreenRes>sX,sY
ScreenCapture>0,0,sX,sY,C:\Program Files\Macro Scheduler\Images\Domo Start Screen.bmp
FindImagePos>C:\Program Files\Macro Scheduler\Images\Domopatch - Start.bmp,C:\Program Files\Macro Scheduler\Images\Domo Start Screen.bmp,20,1,XPos,YPos,imgs
if>imgs>0
MouseMove>XPos_0,YPos_0
LClick
endif
WaitScreenImage>C:\Program Files\Macro Scheduler\Images\Domo LogIn Msg.bmp,20
Wait>1
Send>UserName
Wait>1
Press Tab
Wait>1
Send>Password
wait>1
Press Enter
wait>7
ScreenCapture>0,0,sX,sY,C:\Program Files\Macro Scheduler\Images\Domo Server Screen.bmp
FindImagePos>C:\Program Files\Macro Scheduler\Images\Domo ONYX Server.bmp,C:\Program Files\Macro Scheduler\Images\Domo Server Screen.bmp,20,1,XPos,YPos,imgs
if>imgs>0
MouseMove>XPos_0,YPos_0
LClick
endif
WaitScreenImage>C:\Program Files\Macro Scheduler\Images\Domo Choose Char.bmp,20
MouseMove>450,500
LClick
I seemed to have been able to fix the problem with
LDown
Wait>1
LUp
Why would that make any difference, it said in the help file that it does the same thing as LClick, so I'm lost now. but LDblClick doesn't seem to work either. I'm starting to think that since its online it takes a bit to recognizes the button presses and the computer works faster than the internet can transmit but like i said i just don't know. help would still be appreciated. Thanks