Sure. I felt i would help everyone with the issue with the bot. please follow the steps to get the bot to work if he is just standing and doing nothing (he may be clicking the screen but you may not see it but he is.... Open
file darudaru in notepad or something else go to
Code:
Func ChangeCoords()
;Changes map coordinates square by square. Moves left to right then moves down one square and goes left to right again.
$wait = 2000 ;sleep (milliseconds) at the end of this function
If $mapX < 585 Then
$mapX += 30
Else
$wait = 2000
$mapX = 15
If $mapY < 591 Then
$mapY += 17
EndIf
EndIf
MouseClick("left",1518,198,2,0) ;<=== change these coords
Send($mapX)
MouseClick("left",1553,198,2,0) ;<=== change these coords
Send($mapY)
ClickImage($buttonsDir,"searchicon")
Sleep($wait)
EndFunc
Change the numbers to click on the x and y at the upper right hand corner of your screen. May work for you, dont know... I use 1024x768
My correction are
Code:
MouseClick("left",832,21,,2,0) ;<=== change these coords
Send($mapX)
MouseClick("left",868,21,2,0) ;<=== change these coords
Send($mapY
The second thing is getting the bot to click the search icon. No matter how many times i did the picture it would not work. So i just removed
Code:
ClickImage($buttonsDir,"searchicon")
replaced it with
Code:
MouseClick("left",900,21,2,0)
which is the location of my search icon.
Also once you click a mob and he goes to attack. He wont click the attack button. You will need to change that. Got that working on my end just need to find the mobs. Im, still getting use to finding out what body parts work best so once i get them all Finnish i will put and update on here. This will be for mobs in map 21 - 30 fyi
Happy farming