Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 of 74
  1. #16
    devilmejo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    My Mood
    Aggressive
    Quote Originally Posted by leon370 View Post
    Hello, I've got problem with replay button at the end. Everything goes really nice until dungeon ends, mouse doesn't react when battle end screen appears to press next, my character just throwing spears. I'm doing ShadowedByDarkness, tried with 2 counters 10 and 0, didn't change a thing, and yes I'm using 1280x1024 full screen, changed the code. What should I do?

    Edit:
    I didn't edit screencheck.au3, because I didn't understand which things should I edit, but since first post says it doesn't need to be edited, so I didn't.
    if you dont edit screencheck there will be ALL spear cycles without checking if boss are dath so you ll must wait a bit more (80 second less or more if you have put 2 counters)

    Quote Originally Posted by drammen View Post
    This might sound stupid, but would it work if i change the
    "func god()
    controlsend($consolename, "", "", "god{ENTER}", 0)
    EndFunc"

    to

    "func god()
    controlsend($consolename, "", "", "godmode{ENTER}", 0)
    EndFunc"

    in the Exicos Bots\functions\BindsWorkaround.au3 file?
    i was looking for that you should try but i think it ll work
    Last edited by devilmejo; 10-16-2011 at 04:01 AM.

  2. #17
    leon370's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    Which lanes should I edit, and what should I add new to this file?

  3. #18
    lamkat's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by leon370 View Post
    Which lanes should I edit, and what should I add new to this file?
    To which file exactly ?

  4. #19
    leon370's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    In screencheck.au3 ofcourse.

  5. #20
    devilmejo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    My Mood
    Aggressive
    EndFunc
    Quote Originally Posted by leon370 View Post
    Which lanes should I edit, and what should I add new to this file?
    i edit it whit this and work for me

    Code:
    func PixelCheckEndBattle()
    $color1 = 5656
    $color2 = 5656
    $pixel1 = PixelSearch ( 671, 710, 270, 726, 0x000000 )
    if $pixel1 = 0 then
    $color1 = 222222
    Else
    	$color1 = PixelGetColor($pixel1[0], $pixel1[1])
    EndIf
    $pixel2 = PixelSearch ( 671, 710, 320, 726, 0x000000 )
    if $pixel2 = 0 then
    $color2 = 222222
    Else
    $color2 = PixelGetColor($pixel2[0], $pixel2[1])
    EndIf
    
    if $color1 = 0 and $color2 = 0 Then
    return("1")
    Else
    return("0")
    EndIf
    EndFunc
    Last edited by devilmejo; 10-16-2011 at 04:11 AM.

  6. The Following User Says Thank You to devilmejo For This Useful Post:

    leon370 (10-17-2011)

  7. #21
    keda0009's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Box
    Posts
    153
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Well it works.. but i cant get the bot to the killing... he walks a bit and then stops and does nothing

  8. #22
    leon370's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    I changed it, but still doesn't work. Here it is how it works - I start>first map>next room>throwing 6 spears>doing nothing for 1 minute>spear spam, I guess it was more than 6>doing nothing. Mouse doesn't react to battle end screen, even with changed code in screencheck.au3, it looks like it stucked in Spearspam function and with these $counter things. Any ideas?

  9. #23
    devilmejo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    My Mood
    Aggressive
    Quote Originally Posted by keda0009 View Post
    Well it works.. but i cant get the bot to the killing... he walks a bit and then stops and does nothing
    have you setting the file config.ini correctly?
    Ex:
    if you wanna use spear you should (in console) bind "cc_set_sub_weapon javelin_lvl2 999" to a key
    and in setting.ini you MUST put "prospears=key you have selected" remember if you want use "f(number)" keys you must write prospears={f(number)}
    ex: prospears={f6}

  10. #24
    keda0009's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Box
    Posts
    153
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Quote Originally Posted by leon370 View Post
    I changed it, but still doesn't work. Here it is how it works - I start>first map>next room>throwing 6 spears>doing nothing for 1 minute>spear spam, I guess it was more than 6>doing nothing. Mouse doesn't react to battle end screen, even with changed code in screencheck.au3, it looks like it stucked in Spearspam function and with these $counter things. Any ideas?
    What i have is - Mission starts , my character runs a bit , then stops and does nothing

  11. #25
    keda0009's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Box
    Posts
    153
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Quote Originally Posted by keda0009 View Post
    What i have is - Mission starts , my character runs a bit , then stops and does nothing
    EDIT : Not using any commands

    EDIT 2 : em.. why did it made dubble post? Q_Q Sorry

  12. #26
    devilmejo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    My Mood
    Aggressive
    Quote Originally Posted by leon370 View Post
    I changed it, but still doesn't work. Here it is how it works - I start>first map>next room>throwing 6 spears>doing nothing for 1 minute>spear spam, I guess it was more than 6>doing nothing. Mouse doesn't react to battle end screen, even with changed code in screencheck.au3, it looks like it stucked in Spearspam function and with these $counter things. Any ideas?
    after 2 spearspam (if you put 2 counters) it get stuck for ever? after 60-80 seconds it should work...

  13. #27
    keda0009's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Box
    Posts
    153
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    The problem is , the bot isnt using any commands , even when i configured them

  14. #28
    leon370's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    Now I tried NightmareAtTheRuins, and it worked for me with 1 counter, but I had huuuuugeeeeee waiting time in battle end scoreboard, Is there any possibility to lower it?

  15. #29
    keda0009's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Box
    Posts
    153
    Reputation
    10
    Thanks
    3
    My Mood
    Blah
    Could someone help me out and set this up for me?



    My binds are

    o for godmode
    p for hko
    l for nextstage ( its L )
    k for mining bombs
    Attached Thumbnails Attached Thumbnails
    figureal.png  


  16. #30
    devilmejo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    9
    My Mood
    Aggressive
    Quote Originally Posted by leon370 View Post
    Now I tried NightmareAtTheRuins, and it worked for me with 1 counter, but I had huuuuugeeeeee waiting time in battle end scoreboard, Is there any possibility to lower it?
    yes, try editing this

    Code:
    ;Wait for End Battle screen
    Sleep($battleendTime)
    If PixelCheckEndBattle() = 0 Then
    whit

    Code:
    ;Wait for End Battle screen
    Sleep($battleendTime-(how many second you want*1000)
    If PixelCheckEndBattle() = 0 Then
    
    
    ex:(this ll reduce waiting time of 10 second)
    
    ;Wait for End Battle screen
    Sleep($battleendTime-10000)
    If PixelCheckEndBattle() = 0 Then
    i think this should work

    Quote Originally Posted by keda0009 View Post
    Could someone help me out and set this up for me?



    My binds are

    o for godmode
    p for hko
    l for nextstage ( its L )
    k for mining bombs
    you need spearslvl2 too..
    Last edited by devilmejo; 10-16-2011 at 04:47 AM.

Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Help Request] I think I need a Exicos Bots video tutorials
    By aujv in forum Vindictus Help
    Replies: 1
    Last Post: 11-06-2011, 11:38 AM
  2. Exico bot, what?
    By rogerkim36 in forum Vindictus Help
    Replies: 4
    Last Post: 09-02-2011, 04:01 PM
  3. RSBot Client V2.05 [With other Bots]
    By ж‡ Haxεr4€vεr ‡ж in forum Runescape Hacks / Bots
    Replies: 9
    Last Post: 11-04-2010, 10:29 AM
  4. RSBot Client [With PK Bot][Update Thread Daily]
    By ж‡ Haxεr4€vεr ‡ж in forum Runescape Hacks / Bots
    Replies: 9
    Last Post: 10-28-2010, 01:58 AM
  5. RSBot Client V2.06 [With other Bots][NEWEST]
    By ж‡ Haxεr4€vεr ‡ж in forum Runescape Hacks / Bots
    Replies: 4
    Last Post: 10-27-2010, 02:11 PM