DebateFort - Where Warriors Come To Debate
RAGECRY - Funny, Amusing, Interesting, Trending & Viral Videos and Images
GameOrc - Free Flash Games Online
Page 13 of 92 FirstFirst ... 3 11 12 13 14 15 23 63 ... LastLast
Results 181 to 195 of 1380
  1. #181
    Newbie
    MPGH Member
    stupidname1's Avatar
    Join Date
    Jun 2011
    Gender
    female
    Posts
    77
    Reputation
    10
    Thanks
    4
    My Mood
    Breezy
    Quote Originally Posted by Zaiakunokami View Post
    Quote:
    Originally Posted by stupidname1
    exact reolution is 1280x1024

    Edit: i fail at quotes, sorreh x.x
    I will test it out and see what happens.
    in addition to it failing to click create boat, future attempts to launch a new boat does seem to manage to click create party but it instead picks fruitful as the map, lol, how do you manage all this? must give you a headache

    Quote Originally Posted by OniKon View Post
    Now that everything is working. I have one problem and two questions.
    The speed hack is only activated on the first run prior to running the bot. Afterwards the speed is never activated again.
    1. What can done to fix that, maybe extend time delays between each key push?
    2. What level offers the most exp per run?

    Thank you in advance.
    And keep up the good work
    i noticed this too, i think it has something to do with lag, where its starting to press binds before the final map is fully loaded, i bet the speed bind is the first thing it attempts to press. So for people who lag a bit in the loading screens this never triggers, which can mess with the movement process of getting to the actual boss. The fix for this would just be to make the wait time before the bot starts pressing binds and transforming, a little longer.
    Last edited by stupidname1; 08-11-2011 at 06:28 PM.

  2. #182
    Threadstarter
    Bobo's Trainer
    MPGH Member
    Zaiakunokami's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Behind your computer screen, nomming your bytes!
    Posts
    849
    Reputation
    13
    Thanks
    702
    My Mood
    Brooding
    Quote Originally Posted by murked View Post
    i tried everything and idk how to get the bot to work. it enters the dungeon and moves a few steps and aims an arrow then cancels then aims an arrow again. it just loiters in the spawning area. i entered all your defaulted binds in ur readme into the pub console.

    bind "KP_END" "cc_fill_all_items"
    bind "KP_DOWNARROW" "incrementvar plr_turning_movement_speed_rate_min 1 6 5"
    bind "KP_PGDN" "changemap_to_current_random_sector;cc_change_star t_game_message"
    bind "KP_LEFTARROW" "cc_change_figure_height 0.1"
    bind "KP_5" "cc_change_figure_height 1"
    bind "KP_RIGHTARROW" "changemap_to_next_random_sector;cc_change_start_g ame_message"
    bind "KP_HOME" "cc_set_sub_weapon javelin_lvl2 999"
    bind "KP_UPARROW" "cc_set_sub_weapon handbomb_lvl2 999"
    bind "KP_PGUP" "cc_set_sub_weapon mining_bomb 999"
    bind "KP_INS" "god"
    bind "KP_MINUS" "ohk"
    bind "KP_PLUS" "cc_set_sub_weapon sticky_bomb 999"
    bind "KP_SLASH" "incrementvar host_timescale 1 5 4"
    bind "KP_DEL" "blacksmith_craft_time_sec 0.25;dye_craft_time_sec 0.1"
    bind "UPARROW" "plr_play_overlay_sequence paladin_transformation_begin_1"
    bind "DOWNARROW" "plr_play_overlay_sequence dark_knight_transformation_begin_1"
    bind "RIGHTARROW" "plr_play_overlay_sequence paladin_transformation_begin_2"
    bind "LEFTARROW" "plr_play_overlay_sequence dark_knight_transformation_begin_2"
    bind "," "cc_enter_colhen_from_rochest"
    bind "." "cc_enter_rochest_from_colhen"
    bind "/" "sk_plr_lethita_stamina_fast_restoration_time_cond ition -1;sk_plr_fiona_stamina_fast_restoration_time_condi tion -1;sk_plr_evy_stamina_fast_restoration_time_conditi on_scythe -1;sk_plr_evy_stamina_fast_restoration_time_conditi on_neo_staff -1"
    bind "PGUP" "plr_play_overlay_sequence paladin_2_skill_tentacle"
    bind "PGDN" "plr_play_overlay_sequence dark_knight_2_skill_tentacle"
    bind "]" "incrementvar plr_search_evil_core_distance 500 1700 400"
    bind "[" "cc_change_figure_height 800"
    bind "=" "cc_shiplist_ui"
    bind "*" "cc_breakownarmor"
    bind "-" "sv_health_potion_double_up_time 10"

    is there anything else i need to tweak or bind?
    Weird. By using my defaults, there shouldn't be any issues. These are the same command set that I use during my usage of the program too. And it works for me 100%

    Quote Originally Posted by DanK View Post
    Well it's a mix of WinActive, WinActivate and WinWaitActive.

    Code:
    Func _Win($window)
    	If Not WinActive($window) Then
    		WinActivate ($window, "")
    		WinWaitActive ($window, "")
    	EndIf
    EndFunc
    It probably didn't work right for you cuz you had the syntax wrong or something.. To call this function as-is: Do
    Code:
     _Win("Vindictus")
    or
    Code:
    _Win("[Class:Valve001]")
    . I would recommend the second option.

    Basically if the window is not active (has focus) then it will activate it, and wait till its definitely active.
    Yeah, I'll give that a try in the next version. Since I can't get it alt-tab-able yet anyway

    Quote Originally Posted by Vanten_the_destroyer View Post
    doesnt go big at all
    Quote Originally Posted by dracconus View Post
    Good job on these Zai..a lot of hard work put into them, can't knock that
    Thanks dracconus!

    Quote Originally Posted by OniKon View Post
    Now that everything is working. I have one problem and two questions.
    The speed hack is only activated on the first run prior to running the bot. Afterwards the speed is never activated again.
    1. What can done to fix that, maybe extend time delays between each key push?
    2. What level offers the most exp per run?

    Thank you in advance.
    And keep up the good work
    It's weird, because the speed function is built as a toggle. It should press the key ONCE at the start of the very first map, and then not press it again until the bot is paused or turned off.

    What happens is when the bot.exe is started, $SpeedToggle is globally declared at 0. This only happens when the bot is opened.

    Then, the code is:
    Code:
    Func SpeedOn()
    	If $SpeedToggle=0 Then
    		Send($SpeedKey)
    		$SpeedToggle=1
    		Sleep(100)
    	ElseIf $SpeedToggle=1 Then
    		Sleep(100)
    	EndIf
    EndFunc
    
    Func SpeedOff()
    		If $SpeedToggle=1 Then
    		Send($SpeedKey)
    		$SpeedToggle=0
    		Sleep(100)
    	ElseIf $SpeedToggle=0 Then
    		Sleep(100)
    	EndIf
    EndFunc
    And this is only used for the pause functionality and exitbot.

    Quote Originally Posted by stupidname1 View Post
    in addition to it failing to click create boat, future attempts to launch a new boat does seem to manage to click create party but it instead picks fruitful as the map, lol, how do you manage all this? must give you a headache



    i noticed this too, i think it has something to do with lag, where its starting to press binds before the final map is fully loaded, i bet the speed bind is the first thing it attempts to press. So for people who lag a bit in the loading screens this never triggers, which can mess with the movement process of getting to the actual boss. The fix for this would just be to make the wait time before the bot starts pressing binds and transforming, a little longer.
    Which bot map is this, I thought I fixed all of these issues? Are you using v2.301?




    Important Information!
    Rules: #1 - #2 - #3
    Search Button - By Dracconus ---------------------- Useful Commands - By darkwar4ever
    Set-up Vindictus hacks - By crietenz ---------------- Tutorial for SinBotv2.3 - By badhomaks
    What commands do in town! - By Zaiakunokami ------ How to put default binds in SinBot - By Zaiakunokami

  3. #183
    Leecher
    MPGH Member
    Mokuton's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    My Mood
    Breezy
    Zaiakunokami .... i have only one thing to say: I love you, and thank you for sharing your skills with the mpgh community.


    p.s. you are super skilled at bots, this bot is far higher quality than any other bot i have used for vindictus. again thank you so much

  4. The Following User Says Thank You to Mokuton For This Useful Post:

    Zaiakunokami (08-11-2011)

  5. #184
    Threadstarter
    Bobo's Trainer
    MPGH Member
    Zaiakunokami's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Behind your computer screen, nomming your bytes!
    Posts
    849
    Reputation
    13
    Thanks
    702
    My Mood
    Brooding
    Quote Originally Posted by Mokuton View Post
    Zaiakunokami .... i have only one thing to say: I love you, and thank you for sharing your skills with the mpgh community.


    p.s. you are super skilled at bots, this bot is far higher quality than any other bot i have used for vindictus. again thank you so much
    Thank you very much! Thanks given!




    Important Information!
    Rules: #1 - #2 - #3
    Search Button - By Dracconus ---------------------- Useful Commands - By darkwar4ever
    Set-up Vindictus hacks - By crietenz ---------------- Tutorial for SinBotv2.3 - By badhomaks
    What commands do in town! - By Zaiakunokami ------ How to put default binds in SinBot - By Zaiakunokami

  6. The Following 2 Users Say Thank You to Zaiakunokami For This Useful Post:

    HaxAttaxxx (08-11-2011), Mokuton (08-11-2011)

  7. #185
    Choob
    MPGH Member
    katuza's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    My Mood
    Hot
    yo zaia no to annoy you or anything but when im botting with any of the bots sometimes the force launch for a quest picks the wrong quest and the spamming just starts. XD

  8. #186
    Threadstarter
    Bobo's Trainer
    MPGH Member
    Zaiakunokami's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Behind your computer screen, nomming your bytes!
    Posts
    849
    Reputation
    13
    Thanks
    702
    My Mood
    Brooding
    Quote Originally Posted by katuza View Post
    yo zaia no to annoy you or anything but when im botting with any of the bots sometimes the force launch for a quest picks the wrong quest and the spamming just starts. XD
    Do you have v2.3 or v2.301?
    v2.3 had a bug with a typo in a few maps, where it selected the wrong map after an error. 2.301 should have fixed this.




    Important Information!
    Rules: #1 - #2 - #3
    Search Button - By Dracconus ---------------------- Useful Commands - By darkwar4ever
    Set-up Vindictus hacks - By crietenz ---------------- Tutorial for SinBotv2.3 - By badhomaks
    What commands do in town! - By Zaiakunokami ------ How to put default binds in SinBot - By Zaiakunokami

  9. #187
    Choob
    MPGH Member
    katuza's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    My Mood
    Hot
    @zai a
    yea i downloaded ur newest version at first it worked for liek 22 rounds then error later when the bot was picking for example "Buried Sorrow" it will sometimes pickup fruitful instead XD

  10. #188
    Threadstarter
    Bobo's Trainer
    MPGH Member
    Zaiakunokami's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Behind your computer screen, nomming your bytes!
    Posts
    849
    Reputation
    13
    Thanks
    702
    My Mood
    Brooding
    Quote Originally Posted by katuza View Post
    @zai a
    yea i downloaded ur newest version at first it worked for liek 22 rounds then error later when the bot was picking for example "Buried Sorrow" it will sometimes pickup fruitful instead XD
    Hmm....
    *checks co-ordinates of Buried Sorrow bot*
    Everything looks right. Might be a miss because of resolution changes. What resolution are you playing at?
    I'll test it out and see if I get the same result. If so, I'll lower it down a fwe pixels on the next update.




    Important Information!
    Rules: #1 - #2 - #3
    Search Button - By Dracconus ---------------------- Useful Commands - By darkwar4ever
    Set-up Vindictus hacks - By crietenz ---------------- Tutorial for SinBotv2.3 - By badhomaks
    What commands do in town! - By Zaiakunokami ------ How to put default binds in SinBot - By Zaiakunokami

  11. #189
    Choob
    MPGH Member
    katuza's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    My Mood
    Hot
    1440x900
    sorry for the hassle XD

  12. #190
    Choob
    MPGH Member
    xX054Xx's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    2
    Nice work man but one quick question, is there anyway to edit the bot itself in autoit to add a extra line or two? only problem i have is that it doesnt include the cc_send_start_game_message which skips the boat and gets rid of the timer (for safety ofc)

  13. #191
    Newbie
    MPGH Member
    stupidname1's Avatar
    Join Date
    Jun 2011
    Gender
    female
    Posts
    77
    Reputation
    10
    Thanks
    4
    My Mood
    Breezy
    Quote Originally Posted by Zaiakunokami View Post
    Which bot map is this, I thought I fixed all of these issues? Are you using v2.301?
    Ah, that must be my issue then, thank you very much, i will dl the new one and cross my fingers

  14. #192
    Threadstarter
    Bobo's Trainer
    MPGH Member
    Zaiakunokami's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Behind your computer screen, nomming your bytes!
    Posts
    849
    Reputation
    13
    Thanks
    702
    My Mood
    Brooding
    Quote Originally Posted by katuza View Post
    1440x900
    sorry for the hassle XD
    That's really weird. My beta tester plays at 1440x900 and he tested Buried Sorrow for days. He never reported that issue to me.... I'll have a look into it, but not sure what I'll find.

    Quote Originally Posted by xX054Xx View Post
    Nice work man but one quick question, is there anyway to edit the bot itself in autoit to add a extra line or two? only problem i have is that it doesnt include the cc_send_start_game_message which skips the boat and gets rid of the timer (for safety ofc)
    Please use the binds included in the README, these have the command built in.
    Last edited by Zaiakunokami; 08-11-2011 at 10:31 PM.




    Important Information!
    Rules: #1 - #2 - #3
    Search Button - By Dracconus ---------------------- Useful Commands - By darkwar4ever
    Set-up Vindictus hacks - By crietenz ---------------- Tutorial for SinBotv2.3 - By badhomaks
    What commands do in town! - By Zaiakunokami ------ How to put default binds in SinBot - By Zaiakunokami

  15. The Following User Says Thank You to Zaiakunokami For This Useful Post:

    xX054Xx (08-11-2011)

  16. #193
    Choob
    MPGH Member
    yao190791's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Ipoh
    Posts
    32
    Reputation
    10
    Thanks
    0
    My Mood
    Sad
    the bot was "reload the map" and din "replay dungeon" after boss fight,so i have to sit infront of pc,when after boss fight ,press replay dungeon manually ,and restart the bot at boat for another run,izit was the setting problem ? i bot at regret



    // PLEASE READ README.TXT BEFORE EDITING!
    // In this file you can set your personal binds to use with SinBotv2.3
    // This file must be in the same directory as the bot executable!! No exceptions!
    // Created by Zaiaku_no_Kami

    [Hotkeys]
    ; settings for hotkeys
    start={UP}
    pause={LEFT}
    exit={DOWN}

    [Basekeys]
    ; settings for base keys to modify from keyboard/mouse modes
    secondary=f
    grab=e

    [transformation]
    ; PALADIN ONLY - AS TO USE TENTACLE COMMANDS WITH HOMING PROJECTILES. It will also level dark knight if you are DK instead of Pally.
    ; Skill is the tentacle skill "plr_play_overlay_sequence paladin_2_skill_tentacle
    paladin=
    paladin2=
    paladinskill=

    [Changemap]
    ; cc_changemap_to_next/current_random_sector command
    Skipmap={NUMPAD6}
    Currentmap={NUMPAD3}

    [speed]
    ; Speed Toggle button
    ; plr_turning_speed command set for toggle between 1 and 5
    speed=

    [refill]
    ;cc_fill_all_items bind key
    refill={NUMPAD1}

    [secondary]
    ; secondary weapons set
    spears={NUMPAD7}
    bombs={NUMPAD8}
    mine={NUMPAD9}

    [hax]
    ; god and ohk commands
    ; reach = plr_search_evil_core_distance 1500
    ; shiplist = cc_chiplist_ui
    god={NUMPAD0}
    ohk={NUMPADSUB}
    reach={}}
    shiplist={=}

    [size]
    ;cc_change_figure_height 0.1 - 1 - 800 commands
    tiny=
    normal=
    giant=

    [bosswaittime]
    ; These are the individual boss room wait times to wait for opening animations or boss spawn animations
    ; DO NOT ADJUST unless you have an excess delay or too short of a wait constantly
    ; Times have been calculated using default between map time of 6000, and default first map of 25000
    ; polarbear20 is Dethrone the White Tyrant, polarbear36 is White Tyrant's Challenge
    blackhammer=1000
    bloodfist=30000
    bloodlord=21000
    ezroch=12500
    giantspider=6000
    gnollchieftain=13000
    klaus=10000
    laghodessa=5500
    polarbear20=17000
    polarbear36=7000
    weepingqueen=15500
    yetiking=11500

    [waittime]
    ; timer settings in milliseconds (1000 = 1 sec)
    ; launch - Time delay between skill and launching
    ; firstmap - Time delay between starting boat and first map action (skip to next or fight)
    ; betweenmap - Time delay after skipping to next map, until taking next action.
    ; skill - Time delay after hitting replay button until the skill command
    ; mining - The amount of time between mining map runs
    ; height - This bot uses the changeheight command to activate/skip cutscenes.
    ; It can cause some lag, so change to a higher number if it isn't responding right after skipping a cutscene.
    launch=2500
    firstmap=25000
    betweenmap=7500
    skill=2500
    mining=1000
    errorcheck=5000
    heightdelay=2500

    [skill]
    ; AP=1 Will spend accumulated AP every APTimes= missions. If AP=0 AND APTimes=0, it will spend every battle.
    ; Default is 40, so that even with 25 AP runs consistently, you spend at 1000 AP.
    ; SmartAP is where you have spent 1 AP into each skill that you want leveled up. The bot will only spend points in those particular skills. 1 is "On", 0 is "Off.
    ; FOR SMART AP TO WORK - YOU MUST HAVE CHECKED THE "TRAINED SKILLS ONLY" BOX PRIOR TO STARTING BOT!
    ; You cannot cancel the bot during the AP Skill Point Spending function.
    AP=1
    APTimes=40
    SmartAP=1

    [mining]
    ; Number of time for the mining bot on Fruitful to cycle through the same map before forfeiting and relaunching the map.
    mining=75

    // This config file use the syntax of autoit, so some keys are "special" like // {INS} and {Pause} or numpad keys, please follow guide below.

  17. #194
    Member
    MPGH Member
    lardtree90's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    12
    In one of your screens it looked as though you had a Larken bot with all that Larken loot, but it doesn't seem to be included in the pack

    That aside, this is fantastic work, thank you!

    EDIT: Also, I want to ditch Pie Binds and use your INI file. If I use the default config for Vindictus do I need to bind all of your binds through console?
    Last edited by lardtree90; 08-12-2011 at 12:50 AM.

  18. #195
    Member
    MPGH Member
    nick2412's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    128
    Reputation
    11
    Thanks
    12
    My Mood
    Angelic
    I just reran your ruins of sanctity bot twice.. In both trials the script seems to be missing one more skipmap function..

    Actually something is just seriously wrong with the ruins of sanctity bot... Check the scripts when you get back on Zai It constantly forfeits instead of doing anything, I notice it's trying to check the minimap to determine which version of the boss map I was on, perhaps the problem is somewhere in that.

    edit

    I found the problem, it seems as if this bot only works if it detects that the ruins of sanctity boss map is the long variation, for some reason it can't detect the shot boss map variation and as a result it defaults to forfeiting the map. So the problem could be in your mini-map pixel check script.
    Last edited by nick2412; 08-12-2011 at 01:27 AM.

Page 13 of 92 FirstFirst ... 3 11 12 13 14 15 23 63 ... LastLast

Similar Threads

  1. [Release] SinBotv2.2 (5 Map Pack)
    By Zaiakunokami in forum Vindictus Hacks & Cheats
    Replies: 161
    Last Post: 08-10-2011, 03:23 AM
  2. map
    By Skurdz in forum General
    Replies: 4
    Last Post: 04-28-2006, 08:06 AM
  3. New Map "Lost Shrine"
    By fallen in forum Gunz General
    Replies: 2
    Last Post: 02-20-2006, 08:33 AM
  4. New Maps? Maybe?
    By ituneslove in forum WarRock - International Hacks
    Replies: 4
    Last Post: 02-19-2006, 01:21 PM
  5. Best Map?
    By SimpleAs in forum WarRock - International Hacks
    Replies: 13
    Last Post: 01-25-2006, 08:13 PM

Tags for this Thread