BubbyMk2 (04-21-2012)
I believe that is should be a_boat_start but I could be wrong.
No it does not change the variable to 1. The game itself is what changes the variable. When quest ranking isn't display the game has the variable set to 0. But when the quest ranking do dispaly the game sets the variable to 1, at which point it meets the criteria for the console command, hence triggering console to replay the mission.
Last edited by InvaderGir; 04-21-2012 at 04:42 PM.
OUT OF ALL THE THINGS I'VE LOST,I MISS MY MIND THE MOST
BubbyMk2 (04-21-2012)
Ah, thanks a lot.
Just want confirmation from someone else too just to be sure :P
I didnt say im not giving him props... im saying if he wants to make it better. and more user friendly... have a interface with it. it will help people out a lot. I didnt say that Dank was better or anything like that. Im just giving him some tips if he wants to make it better.
ello![]()
I thought I'd share how I have mine set up:
a_delayed 1 a_boat_no_intro "1"
a_delayed 2 a_boat_start
a_delayed 3 a_transform
a_delayed 6 cc_change_figure_height 500
a_delayed 10 a_nukeall
a_delayed 30 scaleform_fade_in 0.1
a_delayed 80 a_if a_var_is_quest_ranking_shown == "1" "a_boat_replay"
a_delayed 90 a_exec btt.txt
This is for a level with a boss in the first area. Each computer has its own loading time so you might have to adjust.
I use this on White Tyrant's Challenge for my low level character![]()
Last edited by Tybotikus; 04-21-2012 at 05:22 PM.
i7 3930K, HD 7970
Oya, It can blend
=/ you know comments like this would make anyone wanna stop releasing their hacks. If he wanted to add a user interface he probably would have. He is release it for free so lets just appreciated what he is giving us instead of asking for more. So with that lets stop before this before a flame war breaks out.
OUT OF ALL THE THINGS I'VE LOST,I MISS MY MIND THE MOST
is there still no way of closing the bot without closing vindictus?
You can create two batch files, start and stop
stop.bat
@EcHo off
cd C:\Nexon\Vindictus\en-US\a_cfg\
ren btt.txt stop.txt
exit
start.bat
@EcHo off
cd C:\Nexon\Vindictus\en-US\a_cfg\
ren stop.txt btt.txt
exit
change C:\Nexon\Vindictus\en-US\a_cfg\ to whatever Your default Nexon folder containing a_cfg and its files is.
Last edited by gdrthuy; 04-21-2012 at 09:10 PM. Reason: more info
It is a_boat_no_intro that bypasses the leaderboards.
For your second question, if you knew a little coding, it'd be more clear. In coding, 0 is FALSE and 1 is TRUE. So what "a_if a_var_is_quest_ranking_shown == "1" "a_boat_replay"" is doing is that it checks for the battle clear screen. Simply put, it's saying "if battle screen is TRUE, do boat replay". That's as simple as I can make it though :P
I never trully got around to use this bot for the first time, and this may not be too intuitive in efficiency, but omfg, does this really bot. You sir need an award for being a fucking boss, because this does exactly what I need for all intensive purposes. <3
um. not sure this been asked,
if I do cc_send_start_game_message right after launching the boat, would that take it off leaderboards?
THE CONTRACT:
a_delayed 1 a_boat_no_intro "1"
a_delayed 3 a_boat_start
a_delayed 10 changelevel 2
a_delayed 15 changelevel 2
a_delayed 20 changelevel 2
a_delayed 24 cc_change_figure_height 500
a_delayed 25 scaleform_fade_in 0.1
a_delayed 27 a_nuke
a_delayed 87 a_if a_var_is_quest_ranking_shown == "1" "a_boat_replay"
a_delayed 95 a_exec btt.txt
AaronKay14 (04-29-2012),HaxAttaxxx (04-22-2012)