Originally Posted by
vancejohnson
Hi all:
(A) Is there anyone who could add additional comments to the Drexel code, so I can try to fix it myself if possible?
This is the only mission which I have not really had success with so far. All preceding Republic, and all Empire missions have worked for me.
(B) In a small number of cases my ship threads through correctly at the rock points of 2:32.... 2:11, other times it just barrels right through. Does this mean that imagesearch is only working correctly for me in a small number of cases?
(C) Why is the sleep timer here just .1 seconds? If I understand the way the sleep timers in previous strings work, it appears they are cumulative, so could this 100 (instead of 1000) be forcing the whole run off in terms of timing? (is it possible that we're not on even seconds any longer, after this?)
Do
Sleep(100)
$result=_Imagesearcharea("pictures/45sec.png",1,700,1,1200,200,$x1,$y1,101) ; Starts
Local $timer_diff = TimerDiff( $script_start )
Until $result=1 Or $timer_diff > 250000
Send("{1 1}")
Note... all of these questions are coming from a person who does not code, so bear with me please.
Generally, my ship will barrel through without dodging. Sometimes, it dodges the rocks at 2:32 and 2:11, etc., but still takes too much fire and dies usually.