Originally Posted by
thegaf
There probably is a way we can do this but I'm not sure what you are asking... You would like to add a variable timing for starting the next mission after accepting a mission complete reward box? Are you trying to make it quicker or slower? I use crewskills and have no problems. I do feel like there is a bug in the daily looping part.. havent had a chance to look into it.
Earlier in the thread, it was suggested to change a line in version 4.2 to fix the offset in timing we were experiencing.
Originally Posted by
nexy33
for aeten i changed line 2985 from 30000 to 49000 just a quick dirty fix aeten is running fine for me again after i recompiled
nexy33 was referring to this (line is bolded and red):
Code:
Func Aeten_Main()
$x1 = 0
$y1 = 0
$x2 = 0
$y2 = 0
$x3 = 0
$y3 = 0
Sleep(1000)
Send("{SPACE 1}")
Sleep(1000)
MouseMove(518, 600) ; Stuhl
Sleep(1200)
Sleep(300)
MouseClick("right")
Sleep(300)
MouseClick("right")
Sleep(5000)
MouseMove(380, 269) ; Galaxiekarte
Sleep(500)
MouseClick("left")
MouseClick("left")
Sleep(2000)
MouseMove(571, 377) ; Aeten
Sleep(2000)
MouseClick("left")
MouseClick("left")
MouseMove(861, 674) ; Jetzt Reisen
Sleep(2000)
MouseClick("left")
MouseClick("left")
MouseMove(475, 445) ; Ja
Sleep(1000)
MouseClick("left")
Sleep(30000)
Sleep(3000)
The bolded/red line is what seemed to adjust the timing adjustment between when you would load Aeten, and it would start to search for targets. It also seemed to make a global adjustment to the mission of when the bot would go from shooting to passive with the shield on.
I've been using the 4.2 au3 file up to this point making adjustments to that particular line (as well as the similar lines for the other missions). Since all I've had to do to this point is make adjustments to that line, I was hoping for another tab with an input field to adjust that line.
I may be totally off the mark since this bot is my first experience with AutoIt.