DetectedAutoIt Script for Leveling and Farming

Posts 4660 of 95 · Page 4 of 7
Quote Originally Posted by iluvpetys View Post
that might be my problem, lol thanks
Do I enter these by console or stick them into the script or what?
select all ctrl+c
go to console
right click paste
@madoka
As long as it can finish the battle then yes it should be no problem. My script is just an example to show how I do it. No need to follow it. You can modify any script to suit your need.
i guess i can just use rebind then

UPDATE: +cool working good now, thanks guys
Erm, for some reason after it kills the boss, it doesnt activate the screenshots / mission complete screen?
anyone know a way to fix this? =/

---------- Post added 03-31-2012 at 12:13 AM ---------- Previous post was 03-30-2012 at 11:50 PM ----------

nevermind, fixed it! thanks

---------- Post added at 12:33 AM ---------- Previous post was at 12:13 AM ----------

okay nevermind it stopped working.. does anyone know why my mouse cursor doesnt show up to click the start button?
@Smacks you don't actually open the configuration you just copy it over to the Cfg folder in your vindictus folder and replace the cfg already there
how do u fix the "waitting" on the upper right corner of the screen? It kills the boss and doesnt activate ss.. it still shows as waitting.. I know zato mentioned about changing about the delay or whatever.. but i have no idea where that is.. sorry for the trouble.. :\
Quote Originally Posted by pokemon9991 View Post
how do u fix the "waitting" on the upper right corner of the screen? It kills the boss and doesnt activate ss.. it still shows as waitting.. I know zato mentioned about changing about the delay or whatever.. but i have no idea where that is.. sorry for the trouble.. :\
im having the same problems too. Hope someone cal help us out
I'm too retarded to understand how to use this, lol. Ah well.
Quote Originally Posted by mr_troll View Post
I'm too retarded to understand how to use this, lol. Ah well.
just check this out and take your time when reading, lol, if you need help theres a ton of people who are willing to help you through the steps

http://www.mpgh.net/forum/437-vindic...t-scripts.html
That problem occurs because you start the boat by sending command skip boat without pressing the start button first. It's because of your loading time to go back to boat (after the previous run) is longer than the delay time to click start (for next run) in script. Imagine you set delay time to click start for 20 sec but the loading time to go back to boat is actually 25 sec. This is why the script can't click the button properly because the button is still not available at that time. To fix this, you have to increase the third argument in BattleClear function. It is called near the end of Start function. You should see something like this "BattleClear(59000, 3000, 20000)". Try to increase 20000 to higher value. 20000 = 20 sec
Quote Originally Posted by zato_1one View Post
That problem occurs because you start the boat by sending command skip boat without pressing the start button first. It's because of your loading time to go back to boat (after the previous run) is longer than the delay time to click start (for next run) in script. Imagine you set delay time to click start for 20 sec but the loading time to go back to boat is actually 25 sec. This is why the script can't click the button properly because the button is still not available at that time. To fix this, you have to increase the third argument in BattleClear function. It is called near the end of Start function. You should see something like this "BattleClear(59000, 3000, 20000)". Try to increase 20000 to higher value. 20000 = 20 sec
I increase 20000 to 40000 but still not working for me
Quote Originally Posted by ffdk View Post
I increase 20000 to 40000 but still not working for me
That's strange. Does it work for you in your first run?
Nope it didn't work for me in the first run. I try i many time and i keep changing those number up. Same result. I try different map too. same result
Quote Originally Posted by ffdk View Post
Nope it didn't work for me in the first run. I try i many time and i keep changing those number up. Same result. I try different map too. same result
OK. I'm quite sure that this is not related with the third argument in BattleClear. You can set it back. This is probably because the mouse can't click at the correct position of start button. You have to make sure that the mouse cursor appears on the screen before activating the script. Check if the mouse can move and click at the start button or not. If not then you need to input the correct coordination in the script. Please read tutorial from here. http://www.mpgh.net/forum/437-vindic...t-scripts.html

---------- Post added at 11:08 PM ---------- Previous post was at 11:04 PM ----------

Quote Originally Posted by neo_geo74 View Post
Can you elaborate on the '3000'? is it suppose to speed up the battle report? because it doesn't speed up for me.
This is the bind that speeds up the battle report right?
bind "KP_SLASH" "incrementvar host_timescale 1 5 4"

Sometimes the battle report loads slow enough that the cursor fails to click the replay button. Is '3000' the value that needs to be edited to give the cursor more time before clicking 'replay'?
Well, this is actually a normal game flow. When the battle clear window appears on the screen. You can hold left click of your mouse to speed up battle report. This will make the replay button appears faster. The script did just that. You can manually try by yourself.
Quote Originally Posted by zato_1one View Post
BattleClear(59000, 3000, 20000) <-- wait 59 sec for battle screen, click and hold left mouse for 3 sec to speed up battle report and then wait 20 sec for loading back to boat and start the boat again
Can you elaborate on the '3000'? is it suppose to speed up the battle report? because it doesn't speed up for me.
This is the bind that speeds up the battle report right?
bind "KP_SLASH" "incrementvar host_timescale 1 5 4"

Sometimes the battle report loads slow enough that the cursor fails to click the replay button. Is '3000' the value that needs to be edited to give the cursor more time before clicking 'replay'?
Posts 4660 of 95 · Page 4 of 7
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?