| Posted: August 31st, 2005 |
|
|
|
|
Upallnite
I beleve its SRT>EVE_Close that is calling it
Starting the macro using a shortcut key and letting it log on and config all settings for me.
This happens after answering all question using with clear cache, same with quick and non quick startup
Request, Could you build in support for the mining barge at some point
Upallnite, I have modfiying the Laser Detect to work with the diffrent icons and thats working.
Thanks
Firelord
****UPDATED****
Ok got it
Tell me if the below makes sense.
I think we are talking icons at the place the crash detect is using.
Have made a clear area, seems to be working, was running CloseEve() because it thought the game had crashed, then run into problem with the SetFocus() for a windows that was not there.
***UPDATE**
Code GetPixelColor>%vX_CRASH_Final%,%vY_CRASH_Final%,vColor_DeskTop
Let>vX_CRASH=640
Let>vY_CRASH=512
GoSub>Get_Pixel_Color_CRASH
If>%vColor_DeskTop%=%vColor_CRASH%,EVE_CLOSE_END
Let>vEVE_Close_Check=0
Label>EVE_CLOSE_START
GoSub>Wait_Computer_9
Remark>Left Click "OK" On "CONNECTION LOST" Window
Logfile
31/08/2005 13:12:02:564 - START: GetPixelColor>640,512,vColor_CRASH
31/08/2005 13:12:02:564 - END: GetPixelColor>640,512,vColor_CRASH
31/08/2005 13:12:02:564 - START: END>Get_Pixel_Color_CRASH
31/08/2005 13:12:02:579 - END: GoSub>Get_Pixel_Color_CRASH
31/08/2005 13:12:02:579 - START: If>10841658=13160660,EVE_CLOSE_END
31/08/2005 13:12:02:579 - END: If>10841658=13160660,EVE_CLOSE_END
31/08/2005 13:12:02:579 - START: Let>vEVE_Close_Check=0
31/08/2005 13:12:02:579 - END: Let>vEVE_Close_Check=0
31/08/2005 13:12:02:579 - START: Label>EVE_CLOSE_START
31/08/2005 13:12:02:579 - END: Label>EVE_CLOSE_START
31/08/2005 13:12:02:579 - START: GoSub>Wait_Computer_9
|
|