|
 EVE Macro: MAX-COTE Miner : EVE Online Nerfed Info - Page 21
|
|
Posted: August 29th, 2005, 8:05 pm
|
|
|
|
tault_buckw1
tault_buckw1's Reps:
|
snip
Last edited by Guest on October 31st, 2005, 11:10 am, edited 1 time in total.
|
|
|
|
|
Posted: August 29th, 2005, 8:51 pm
|
|
|
|
upallnite
upallnite's Reps:
|
Deleted...
Last edited by Guest on September 25th, 2005, 9:31 pm, edited 2 times in total.
|
|
|
|
|
Posted: August 29th, 2005, 9:18 pm
|
|
|
|
tault_buckw1
tault_buckw1's Reps:
|
no longer relevant
Last edited by Guest on September 10th, 2005, 3:21 pm, edited 1 time in total.
|
|
|
|
|
Posted: August 29th, 2005, 9:38 pm
|
|
|
|
upallnite
upallnite's Reps:
|
Deleted...
Last edited by Guest on September 25th, 2005, 9:31 pm, edited 1 time in total.
|
|
|
|
|
Posted: August 30th, 2005, 4:03 am
|
|
|
|
firelord1973
firelord1973's Reps:
|
Version v5_0830_0000_RC0 of script
Using 7.3.05e0 of Macro Scheduler
Error on set-up
Operator Opmult Incompatible with string
Internal parser error . Code 10
Problem is caused by a old Version of Macro Scheduler update to a new version.
firelord
Last edited by Guest on August 31st, 2005, 12:56 am, edited 2 times in total.
|
|
|
|
|
Posted: August 30th, 2005, 4:58 am
|
|
|
|
welgill
Total Posts: 13
Joined: July 28th, 2005, 6:13 pm
welgill's Reps: 0
|
Yep same problem as above.
Am working my way through this macro learning as I go mate hopefully be able to help ya with it soon.
|
|
|
|
|
Posted: August 30th, 2005, 8:28 am
|
|
|
|
upallnite
upallnite's Reps:
|
Deleted...
Last edited by Guest on September 25th, 2005, 9:31 pm, edited 1 time in total.
|
|
|
|
|
Posted: August 30th, 2005, 9:41 am
|
|
|
|
mystakilla
mystakilla's Reps:
|
Does anyone know where to get a trial download of the latest version of eve so i can run this on a seperate acct?
|
|
|
|
|
Posted: August 30th, 2005, 12:02 pm
|
|
|
|
firelord1973
firelord1973's Reps:
|
Script Version v5_0830_0000_RC0 Testing
Firelord **UPDATE1** using version 7.3.11.4 , but falls over on the eve windows not found. also eve does not start, checking now.
Firelord **UPDATE2** Line 382 SetFocus is running before eve has started. I have Remarked out mine to get it to run so I can test other parts. Will also try adding a Wait state
Firelord
SRT>MM Remark>// SetFocus>EVE GoSub>X_Y_Offset MouseMove>%vX_Final%,%vY_Final% GoSub>Wait_Computer_2 END>MM
**UPDATE3** v5_0830_0000_RC0 Version comfirmed to be working on Work system With the most up to date version of Macro Scheduler, with the above listed ajustment. *Update* Problem due to icons at the location the macro is using to detect CTD. Keep icons away from the area behind the eve window
I think the problem buck has been having is where, it is finding the line for the overview re-size to the right of, "name" I have in the past had to wait a long time for it to pixel check all the way over to the bar, to get its position, Have also noticed moveing the cursor at this point sometimes (unfrezes) it, maybe the pop-up or cursor are causeing us problems with our pixel detection. Maybe do a park after overview sort,
firelord
Last edited by Guest on September 1st, 2005, 5:06 am, edited 3 times in total.
|
|
|
|
|
Posted: August 30th, 2005, 3:54 pm
|
|
|
|
thadius856
thadius856's Reps:
|
7.3.11.4e has been on my system since the first time I tried to run the macro. The version works fine for me... I just wish we could pinpoint the script's problem. :/
|
|
|
|
|
Posted: August 30th, 2005, 10:42 pm
|
|
|
|
tault_buckw1
tault_buckw1's Reps:
|
no longer relevant
Last edited by Guest on September 10th, 2005, 3:22 pm, edited 1 time in total.
|
|
|
|
|
Posted: August 30th, 2005, 11:05 pm
|
|
|
|
firelord1973
firelord1973's Reps:
|
Buck
Everytime I have seen that its been
when I have been editing and the macro has messed up due to extra spaces etc etc, sometimes clearing them fixes, somtimes going back to your original macro and re editing it fixes it,
Firelord
|
|
|
|
|
Posted: August 31st, 2005, 3:30 am
|
|
|
|
upallnite
upallnite's Reps:
|
Deleted...
Last edited by Guest on September 25th, 2005, 9:31 pm, edited 1 time in total.
|
|
|
|
|
Posted: August 31st, 2005, 4:00 am
|
|
|
|
firelord1973
firelord1973's Reps:
|
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
|
|
|
|
|
Posted: August 31st, 2005, 5:38 am
|
|
|
|
firelord1973
firelord1973's Reps:
|
Feedback for version v5.0831.0630 RC0
**UPTODATE VERSION ON PAGE 5**
Starting and logon all working fine,
After Exiting station, macro goes to config overview, opens overview but does not resize it to the bottom of screen, or perform any sorting or hiding of passise items. Goes Directly to warp from belt to belt.
Firelord
Last edited by Guest on August 31st, 2005, 10:24 am, edited 1 time in total.
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 6 guests |
|
|
|