Page 6 of 19 FirstFirst ... 4567816 ... LastLast
Results 76 to 90 of 275
  1. #76
    InvaderGir's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    15
    My Mood
    Lurking
    Quote Originally Posted by BubbyMk2 View Post
    So i am still of yet to figure this out... Whats the command to NOT get in the leaderboards?
    Judging by what ive read, is it a_boat_start?
    I know that second to last line "a_if a_var_is_quest_ranking_shown == "1" "a_boat_replay"" Checks if the ranking is shown, but does it also change the variable to 1?
    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

  2. The Following User Says Thank You to InvaderGir For This Useful Post:

    BubbyMk2 (04-21-2012)

  3. #77
    BubbyMk2's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    3
    My Mood
    Yeehaw
    Ah, thanks a lot.
    Just want confirmation from someone else too just to be sure :P

  4. #78
    paolo131's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Quote Originally Posted by WarGreymon View Post
    You should be thankful that Dewdew's console is so versatile. I remember when consolite 1.0 was out it was just a simple console with no nuke or anything. Not to mention he barely got any support once Dankbot came out and stole the spotlight.

    Props to Dewdew for continuing to work on this console.
    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.

  5. #79
    Tybotikus's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    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

  6. #80
    InvaderGir's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    15
    My Mood
    Lurking
    Quote Originally Posted by paolo131 View Post
    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.
    =/ 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

  7. #81
    aznbadboyfu's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    is there still no way of closing the bot without closing vindictus?

  8. #82
    gdrthuy's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    804
    Quote Originally Posted by aznbadboyfu View Post
    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

  9. #83
    aznbadboyfu's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by gdrthuy View Post
    a_if a_var_is_quest_ranking_shown == "1" "a_boat_replay";a_delayed 12 a_boat_start

    You can Do this also XD

    ---------- Post added at 06:44 PM ---------- Previous post was at 06:35 PM ----------






    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.
    what do i do afterawds? i've created both files

  10. #84
    gdrthuy's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    804
    Quote Originally Posted by aznbadboyfu View Post
    what do i do afterawds? i've created both files
    when want to close bot execute stop.bat and wait time specified in loop file

    and before starting usual procedure
    use start.bat to enable it again,
    basically enable and disable commands

  11. #85
    bmwboi765's Avatar
    Join Date
    Jan 2006
    Gender
    male
    Posts
    129
    Reputation
    10
    Thanks
    57
    My Mood
    Twisted
    Quote Originally Posted by BubbyMk2 View Post
    So i am still of yet to figure this out... Whats the command to NOT get in the leaderboards?
    Judging by what ive read, is it a_boat_start?
    I know that second to last line "a_if a_var_is_quest_ranking_shown == "1" "a_boat_replay"" Checks if the ranking is shown, but does it also change the variable to 1?
    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

  12. #86
    krisrandomhero's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    210
    My Mood
    In Love
    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

  13. #87
    BubbyMk2's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    3
    My Mood
    Yeehaw
    Quote Originally Posted by bmwboi765 View Post
    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
    THANKYOU <3
    Yeah i kinda figured it out after about what it did, i had a brain fart there, i do know the basics of coding. just confused about what variable it was talking about
    Dont worry, im not like a 3 year old newbie :P

  14. #88
    zeiontic's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Canada
    Posts
    87
    Reputation
    10
    Thanks
    1
    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?

  15. #89
    WarGreymon's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    7
    My Mood
    Cold
    Quote Originally Posted by zeiontic View Post
    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?
    I believe a_boat_no_intro takes you off leaderboards. Correct me if I'm wrong though.

  16. #90
    semisel's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    3
    My Mood
    Bored
    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

  17. The Following 2 Users Say Thank You to semisel For This Useful Post:

    AaronKay14 (04-29-2012),HaxAttaxxx (04-22-2012)

Page 6 of 19 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. [Outdated] Consolite Resenlian Labyrinth Bot.
    By fleepies in forum Vindictus Hacks & Cheats
    Replies: 15
    Last Post: 05-09-2012, 10:15 AM
  2. [Outdated] Vindictus Consolite Bot Information & Personal Key Binds
    By krisrandomhero in forum Vindictus Hacks & Cheats
    Replies: 34
    Last Post: 05-03-2012, 03:14 PM
  3. [Outdated] Improved Consolite 1.49 custom "super-loop-Bot"
    By gdrthuy in forum Vindictus Hacks & Cheats
    Replies: 21
    Last Post: 04-27-2012, 03:20 PM
  4. [Tutorial] [VIDEO] HOW TO FOR CONSOLITE, VINPUB, DANKBOT OR OTHER BOT PROGS
    By lolwut o_O in forum Vindictus Tutorials
    Replies: 9
    Last Post: 04-26-2012, 11:26 PM
  5. [Outdated] Consolite 1.49 custom "super-loop-Bot"
    By gdrthuy in forum Vindictus Hacks & Cheats
    Replies: 84
    Last Post: 04-22-2012, 11:40 AM