EU Bot for Vindictus

Posts 3145 of 160 · Page 3 of 11
Gonna test it in a few minutes. :> but v2 worked all night for me <3
any idea why the bot acting so weird? after first shoot with the spear i have a big delay with the second shoot it keep take aim with the spear than do nothing, aim and do nothing repeat like 3 time. Cause at nightmare at ruins there are some delay with the red spider, he is behind the green spider so u cant shoot him, u gotta wait sometime around 2 sec or sometime 5sec till the red spider moving out of the green spider corpse. I using resolution 1440x900.
Just tried out everything same way with botv2. Everything works fine. Just one question, how can i shorten the time until bot presses "Next" button? Because the delay is like 20 seconds...
I get the same error. Though still, it's an awesome bot Can't wait 'till you fix this minor error.
Change this:
sleep(3000)
Send("{DEL}")
sleep(5000)

to:
sleep(1000)
Send("{DEL}")
sleep(5000)
yeah its a minor error, right now im trying to fix it . I found the problem.
But have to check some other things
Quote Originally Posted by Bearman123 View Post
This is the source of the bot line 70(?) to end:

;Push Replay button
Send("{ALT DOWN}")
MouseClick ( "left" , $NextXpos, $NextYpos , 2 , 10 )
Send("{ALT UP}")
sleep(12000)
Send("{ALT DOWN}")
MouseClick ( "left" , $ReplayXpos, $ReplayYpos , 2 , 10 )
Send("{ALT UP}")
;Wait for the boat
Sleep($boatreturnTime)
EndFunc


Maybe someone know what we have to change?
replace $NextXpos, $NextYpos with x,y coords

as example:


Code:
;Push Next button
Send("{ALT DOWN}")
MouseClick ( "left" , 668 , 712 , 2 , 10 )
Send("{ALT UP}")
Sleep(10000)

;Push Replay button
Send("{ALT DOWN}")
MouseClick ( "left" , 269, 706 , 2 , 10 )
Send("{ALT UP}")
;Wait for the boat
Sleep($boatreturnTime)
EndFunc
Quote Originally Posted by cursing85 View Post
replace $NextXpos, $NextYpos with x,y coords

as example:


Code:
;Push Next button
Send("{ALT DOWN}")
MouseClick ( "left" , 668 , 712 , 2 , 10 )
Send("{ALT UP}")
Sleep(10000)

;Push Replay button
Send("{ALT DOWN}")
MouseClick ( "left" , 269, 706 , 2 , 10 )
Send("{ALT UP}")
;Wait for the boat
Sleep($boatreturnTime)
EndFunc
yeah, thats a temp.. fix
Quote Originally Posted by cursing85 View Post
replace $NextXpos, $NextYpos with x,y coords

as example:


Code:
;Push Next button
Send("{ALT DOWN}")
MouseClick ( "left" , 668 , 712 , 2 , 10 )
Send("{ALT UP}")
Sleep(10000)

;Push Replay button
Send("{ALT DOWN}")
MouseClick ( "left" , 269, 706 , 2 , 10 )
Send("{ALT UP}")
;Wait for the boat
Sleep($boatreturnTime)
EndFunc
For what resolution are these cords?
Well take your time fixing it thnx for the effort!
Got it working, tried to use the White Tyrant Challenge bot, is it meant to spam spears? anyway, it spammed spears and killed the boss, no battle cleared came up and it crashed with an error.
Damn, everything looked fine but complete board doesn't appear at the second battle...
a new update with fix will come soon, so if you have problem see if anyone have any solution or wait till i will relase the next update. It will be today but when i dont know, i have to rewrite some functions, so they work better


Edit:

if you dont wanna wait, a temp.. fix is to download EU Bot2.rar in my other thread and take the folder "bots" and copy them into the EU Bot v3 folder, that will fix some of the bot problem untill i have rewritten the function
Quote Originally Posted by Spiken View Post
a new update with fix will come soon, so if you have problem see if anyone have any solution or wait till i will relase the next update. It will be today but when i dont know, i have to rewrite some functions, so they work better


Edit:

if you dont wanna wait, a temp.. fix is to download EU Bot2.rar in my other thread and take the folder "bots" and copy them into the EU Bot v3 folder, that will fix some of the bot problem untill i have rewritten the function

What about problem when nothing happens when my bot defeats boss for a second time? (round 2)
Close the old thread? @Spiken
Posts 3145 of 160 · Page 3 of 11
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?