Naja mit Bonus wäre es Effektiver :P
Ich habe zur Zeit keinen aktiven Account mehr kann also nicht an einer weiterentwicklung arbeiten.Quote:
@LuckyLL: Der Bot läuft bei mir 1A bei Skaross. Sahnehäubchen wäre natürlich noch dass er die anderen Schiffe so ausschaltet wie er die Bomber zerlegt ;)
Ein Feature was ich mir wünschen würde wäre ein Funktion, dass der Bot sich bei einem disconnect automatisch wieder mit dem Server verbindet. Ich habe durch Wlan ca alle 2-3 Stunden einen disconnect und der Bot weiss nicht weiter dann.
Nach dem disconnect müsste der Bot ja nur auf "select" drücken, da der Server vormakiert ist auf dem man war, dann noch einmal bestätigen und dann den Char auswählen und die routine starten.
Also in meinem Kopf hört es sich logisch und einfach an ;)
merci!
AdlibRegister ("reconnect",300000)
.
.
.
Func reconnect()
$result23=_Imagesearcharea("ok.png",1,358,256,705,571,$x23,$y23,100)
If $result23=1 Then
sleep(120000) ; wartezeit bis router wieder connected ist
Mouseclick("Left",$x23,$y23)
Do
$result25=_Imagesearcharea("ok.png",1,358,256,705,571,$x25,$y25,100)
Mouseclick("Left",$x25,$y25)
Sleep(1000)
Until $result25=0
MouseMove (963, 782)
Sleep(500)
Mouseclick("left")
MouseMove (436, 450)
Sleep(500)
Mouseclick("left")
Sleep(20000)
MouseMove (974, 644)
Sleep(500)
Mouseclick("left")
Sleep(30000)
MakemTe() ;Missionsstart
loads but ship follows default path and doesnt shoot at stuff.Quote:
Does it not work at all or does you Spaceship crash on a rock?
Haha danke, wenn du mir jetzt noch sagst wo ich es einfügen soll damit er das macht wäre ich froh:) Habe leider keine Ahnung von AutoIt und solchen sachen :pQuote:
Ich habe zur Zeit keinen aktiven Account mehr kann also nicht an einer weiterentwicklung arbeiten.
Das reconnect feature sollte möglich sein.
z.b so
PHP Code:AdlibRegister ("reconnect",300000)
.
.
.
Func reconnect()
$result23=_Imagesearcharea("ok.png",1,358,256,705,571,$x23,$y23,100)
If $result23=1 Then
sleep(120000) ; wartezeit bis router wieder connected ist
Mouseclick("Left",$x23,$y23)
Do
$result25=_Imagesearcharea("ok.png",1,358,256,705,571,$x25,$y25,100)
Mouseclick("Left",$x25,$y25)
Sleep(1000)
Until $result25=0
MouseMove (963, 782)
Sleep(500)
Mouseclick("left")
MouseMove (436, 450)
Sleep(500)
Mouseclick("left")
Sleep(20000)
MouseMove (974, 644)
Sleep(500)
Mouseclick("left")
Sleep(30000)
MakemTe() ;Missionsstart
Then your loading time is too long. The drexel bot usually starts on 3:42 ingame timer.Quote:
loads but ship follows default path and doesnt shoot at stuff.
Thats another way to do it, now you just need to edit the sleep(64000) command to find the right timing.Quote:
k went thur your code, there is a few extra lines of code that shouldnt be there in drexxel.au3 lines 52-56.
now working but crashes into rocks on the tight passages and dies.
Hey LuckyLL,Quote:
Versuchs mal hiermit... ohne Garantie ;)
then why those lines code only in drexxel no other mission has that aurgument?Quote:
Then your loading time is too long. The drexel bot usually starts on 3:42 ingame timer.
Thats another way to do it, now you just need to edit the sleep(64000) command to find the right timing.