Very nice, you should debug it and release it somewhere not as terrible as here.
Or let me debug it... I loves me some debugging.
Don't mind letting you debug it but I still have one last minor problem...
The original beta metallurgy bot has this part where it scrolls/spins the screen. I don't find it useful at all. I want to make it work for the river area, where the nearest fragments are spaced out far after one area is depleted.
It's functional but it stops once the character cannot find anymore spots.
Locating the ore fragment locations is ok (even with no moonshine involved)
Moving to next spot is ok if there are still any spots in the area
Picking up is ok
Moving to new area is not ok, I have yet to figure out what to do with this. I have seen bots that move flawlessly over here so it should be possible.
One thought is to do something with the map and I am thinking how to do it.
frage zu imagesearch 07/29/2010 - AutoIt - 2 Replies Hi habe diesen code:
#RequireAdmin
$x1=0
$y1=0
while 1
sleep(1000)
$coord = PixelSearch( 800,890, 500, 500, 0x0FD0000,$x1,$y1)
If Not @error Then
Imagesearch problem.. 07/16/2010 - AutoIt - 6 Replies es funzt nicht.. es kommt
Error:"Wend" statement with no machting "While" statement
Ich hab das Wend und das While im Thread rot angestrichen.. warum funzt es nicht?
ImageSearch? 01/11/2010 - AutoIt - 4 Replies Hey,
kann einer von euch, einfach für einen Anfänger erklären, wie man mit Autoit die Funktion "ImageSearch" benutzt?
Thx für eure Antworten!