Page 6 of 7 FirstFirst ... 4567 LastLast
Results 126 to 150 of 164

Thread: RISK's Range Guilder

  1. #126
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    @ pown otto : Nice report. Yeah, I'm adding combat detection and such to prevent that as much as I can. But it's hard to 'Fight'. Thanks.

    @ Powerfrog : That could be due to lag. Try adjusting the SMART CPU bar on the right to be higher so that it doesn't lag as much. That might fix the problems. Also, if it errors again, please set 'ENABLE_DEBUG_MODE' to 'True' in the script setup options then PM me the debug, please. Thanks.

    @ I got this : Yeah, It's scheduled for a release. It's hard to do though, ironically, as I don't know when it does appear as I don't have a bank pin and I don't really want to add one. So if anyone could tell me when the bank pin entering screen actually appears, that would help a lot as I don't want to blind script it and cause script slowdown somehow. Thanks.

    @ b00mheadsh0t : I'll take a look at it and thanks for the report. Thanks again for the information.

    @ tybkj : Awesome! Glad you're enjoying my script. I hope you haven't ran in to too many errors.

    @ MatchRev : I am not sure why that would happen. Can you try dying by a guard at the range guild and see where it teleports you after reviving? Thanks.


    Thanks again, everyone.
    Simba Code:
    (* Main *)

    repeat
      WriteLn('I am an idiot!');
    until(False);

  2. #127
    Join Date
    Feb 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've worked out the problem with the speed closing the windows. It's not that it takes too long to recognize that they're up, it's that the actual closing of the window once it decided to do it, is quite slow. (It's actually fine at the moment, but could still be sped up.)

    I've noticed I'm averaging a competitions/hour of 86. That's pretty great for a almost flawless bot i can run while not watching. But i made my own little external mouse macro that had near perfect timing (but failed if the guard ever moved or a random event happened AKA can only be used on an empty world and must be babysat) and took advantage of resizable windows letting you click the target even when the window is up... Anyway. That finished exactly 160 competitions in the hour i timed it.

    So from this i conclude the current script is almost twice as slow as the theoretical max speed, although it's obviously a whole lot safer and less bot like.

    By the way i have less than 15 ping at all times and a computer more than capable of running runescape with no lag. So lag isn't the issue.

    Again i stress i don't expect it to run 160 competitions/hour, I'm merely informing you of the theoretical max (Probably a few competition/hour short as it wasn't perfect) and to see if you could cut corners to get closer to it. The current bot is awesome as it is.

    I'll be sure to activate debug mode next time i run the bot, later today.

    Heres a small proggy from today. (I'm a low range level :3)

    RISK's Range Guilder
    Script version: 1.0.4
    Time ran: 00:47:46
    Competitions done: 67
    Competitions/h: 84
    Tickets gained: 4119
    EXP gained: 20595
    EXP/h: 25860
    Last edited by Powerfrog; 03-03-2012 at 03:33 PM.

  3. #128
    Join Date
    Jan 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well now I think I have it set up much better, getting consistent ~3hour runs at about 26k exp/hour. Seems very nice, thank you for the script. I think the thing why it sometimes gets stuck at the target window it because it spam clicks and then waits a little bit (mostly it spamclicks through the window, but not always. I think it wouldn't hurt if you sped up the clicking and added more clicks (who cares about bans, we know the risk why we're botting. If botting, then at least go all out so stuff gets done quicker).

    basically whats happening
    it spam clicks 2-3 times, waits 80-100ms, and sometimes the window stays up because it was clicking only 80ms+ back. So if you kept it spam clicking more the window would less likely stay up.

  4. #129
    Join Date
    Feb 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by b00mheadsh0t View Post
    Well now I think I have it set up much better, getting consistent ~3hour runs at about 26k exp/hour. Seems very nice, thank you for the script. I think the thing why it sometimes gets stuck at the target window it because it spam clicks and then waits a little bit (mostly it spamclicks through the window, but not always. I think it wouldn't hurt if you sped up the clicking and added more clicks (who cares about bans, we know the risk why we're botting. If botting, then at least go all out so stuff gets done quicker).

    basically whats happening
    it spam clicks 2-3 times, waits 80-100ms, and sometimes the window stays up because it was clicking only 80ms+ back. So if you kept it spam clicking more the window would less likely stay up.
    You can change the click speed yourself. You'll find the lines you have to change on line 70-75.

    Code:
       Integers[MIN_CLICK_WAIT]  := 10;
        Integers[MAX_CLICK_WAIT]  := 20;
        Integers[MIN_TARGET_WAIT] := 200;
        Integers[MAX_TARGET_WAIT] := 400;
    This is what i have mine set up as, much faster than the default while not being so fast that it's impractical/bot-like.



    I'm fairly new to colour botting, is it at all possible to run a bot in resizable window? This would totally remove the problem of the window and make the bot much faster/safer/easier.
    Last edited by Powerfrog; 03-03-2012 at 04:32 PM.

  5. #130
    Join Date
    Jan 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Powerfrog View Post
    You can change the click speed yourself. You'll find the lines you have to change on line 70-75.

    Code:
       Integers[MIN_CLICK_WAIT]  := 10;
        Integers[MAX_CLICK_WAIT]  := 20;
        Integers[MIN_TARGET_WAIT] := 200;
        Integers[MAX_TARGET_WAIT] := 400;
    This is what i have mine set up as, much faster than the default while not being so fast that it's impractical/bot-like.



    I'm fairly new to colour botting, is it at all possible to run a bot in resizable window? This would totally remove the problem of the window and make the bot much faster/safer/easier.
    Thanks for the setup man, I'll surely try it. I've decided to fool around with that wait myself, I was just too scared to do it before.

    currently on this setup
    Integers[MIN_CLICK_WAIT] := 52;
    Integers[MAX_CLICK_WAIT] := 80;
    Integers[MIN_TARGET_WAIT] := 700;
    Integers[MAX_TARGET_WAIT] := 846;
    exp/hour went from 28k/hour to 33k/hour.

    I was just too scared to make the wait too small like you did because I thought the lagg would mess it up. But, like I said, I'll try it now.

  6. #131
    Join Date
    Jan 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Powerfrog View Post
    You can change the click speed yourself. You'll find the lines you have to change on line 70-75.

    Code:
       Integers[MIN_CLICK_WAIT]  := 10;
        Integers[MAX_CLICK_WAIT]  := 20;
        Integers[MIN_TARGET_WAIT] := 200;
        Integers[MAX_TARGET_WAIT] := 400;
    This is what i have mine set up as, much faster than the default while not being so fast that it's impractical/bot-like.



    I'm fairly new to colour botting, is it at all possible to run a bot in resizable window? This would totally remove the problem of the window and make the bot much faster/safer/easier.
    for me the speed went back down to 27k/hour with these settings.
    sorry for double post

  7. #132
    Join Date
    Feb 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by b00mheadsh0t View Post
    for me the speed went back down to 27k/hour with these settings.
    sorry for double post
    I have basically no lag and only run 1 bot at a time so they work for me. If you do have lag then yeah, better stick to slower settings.

    That's the best thing about editable scripts, everyone is different and we can perfect it for our own individual needs.

    (I don't know why lag would effect your click speed though. Possibly try that with fast speed but keep the windows relatively slow to combat lag.)

  8. #133
    Join Date
    Feb 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ran the script and came back an hour later to find myself stuck in a random event. When I solved the random i found out that i somehow ended up in the dwarven mines? lol
    EDIT: Also, I wasn't missing anything from my inventory so i'm pretty sure i didn't die. I don't think the Dwarven mines are even a spawn point lol.
    Last edited by Lynchh; 03-03-2012 at 07:19 PM.

  9. #134
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Big respect works 99%, ran it for 1hr, 32kexp on my pure. going to run overnight, ill post again with proggy for 8-12hrs

  10. #135
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    RISK's Range Guilder
    Script version: 1.0.4
    Time ran: 04:32:52
    Competitions done: 416
    Competitions/h: 91
    Tickets gained: 28095
    EXP gained: 140475
    EXP/h: 30888
    (\__/)
    ( O.o )This is Bunny.
    ( > < )Copy Bunny into your signature to help him on his way to world domination.

  11. #136
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesn't work for me.. it did 5 competitions then ended..

    (have it set to do 5k)

  12. #137
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    @ Powerfrog : Yeah, I imagine there is a lot I could do to improve the speed of the script. But it's hard to maintain a good speed and balance stability. I could have it completely unstable with no fail-safes and a 'If it gets lost or gets stuck, it won't attempt to fix it' type thing. But most don't want that. So I decided to just stick with a balance of stability and speed.

    Actually, the maximum competitions per hour I've seen from my own personal testing without the break system activated was about 100 competitions an hour, give or take. Of course, it'll vary person to person that uses the script and that's another iffy reason why I didn't choose to go for a more unstable version. Because what may work for me, won't work for others. Hence the customizable options.

    Also, I wish it was possible with ease @ the re-sizable window question. That might improve the speed dramatically.

    Nice report, by the way.

    Thanks for the information and thanks for using my script.


    @ Lynchh : Some random events will teleport you to a random location if you exceed a maximum time limit in each random event, even if you log off, that timer is still going. So that might explain it. Thanks.


    @ Indesh : Thanks. Looking forward to it.


    @ illuminatiswag : Awesome report! I'll add it when I update the script to the next version in the next day or two.


    @ InH : I need a 'bit more information than that, please. Can you set 'ENABLE_DEBUG_MODE := False' to 'ENABLE_DEBUG_MODE := True' and then PM me what the debug (The white box under the Simba code) says and the images that the script gives you? Thanks!



    Glad you all are using my script and enjoying it. I'll see what I can do about speeding the script up even more. I know I need to update my window closing and target firing procedure to be more speedy and clean.

    Thanks again.
    Simba Code:
    (* Main *)

    repeat
      WriteLn('I am an idiot!');
    until(False);

  13. #138
    Join Date
    Jan 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Testing this now
    Changed the timers abit to make it bit faster


    RISK's Range Guilder
    Script version: 1.0.4
    Time ran: 00:14:14
    Competitions done: 22
    Competitions/h: 92
    Tickets gained: 1625
    EXP gained: 8125
    EXP/h: 34250
    __________________________

    will post new one when it stops/when i stop it

  14. #139
    Join Date
    Jan 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    RISK's Range Guilder
    Script version: 1.0.4
    Time ran: 01:56:50
    Competitions done: 202
    Competitions/h: 103
    Tickets gained: 14417
    EXP gained: 72085
    EXP/h: 37019

    this what i got , script stopped when mime event :s

  15. #140
    Join Date
    Jan 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey just a warning it attacks the guards sometimes so keep a ring of life on, it saved me majorly. other than that it is an all around great script, will post some proggies later.

  16. #141
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by MatchRev View Post
    Why the hell do I sometimes end up in some random location west of seer's bank with my black d'hide body, black d' vambraces and all my archery ticket missing? This happened twice already.

    I still retain my 500+ bronze arrow, glory ammy, dark bow and leather body.
    Means you died wear ring of life this has happened to me a couple times i unintalled simba reinstalled and it stoped happening to me try that best of luck

    heres another proggy

    __________________________

    RISK's Range Guilder
    Script version: 1.0.4
    Time ran: 04:38:08
    Competitions done: 414
    Competitions/h: 89
    Tickets gained: 28137
    EXP gained: 140685
    EXP/h: 30349
    __________________________

    Dude your script is the best range guild script i ever used and i appreciate what you have given us
    started at 46 range at 76 now going for 80 on my pure
    Last edited by illuminatiswag; 03-04-2012 at 07:19 PM.
    (\__/)
    ( O.o )This is Bunny.
    ( > < )Copy Bunny into your signature to help him on his way to world domination.

  17. #142
    Join Date
    Jan 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    RISK's Range Guilder
    Script version: 1.0.4
    Time ran: 02:37:31
    Competitions done: 256
    Competitions/h: 97
    Tickets gained: 16370
    EXP gained: 81850
    EXP/h: 31177

  18. #143
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hello. Thank you for the script, it is flawless, but I was wondering if you can help me configure it so that I can use my web browser instead of SMART. I tried putting // in front of all the SMART_ but I still couldn't get the script to function.

  19. #144
    Join Date
    Feb 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Perfect Script man! been running for 10 MINS! flawless great script man keep it up!

  20. #145
    Join Date
    Jan 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script cannot find the competition judge to start.

  21. #146
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks for the reports, everyone. I really appreciate you all using my script.


    @ BE REAL : I'll add an easy way to disable SMART use in 1.0.5 of my script. Thanks!

    @ Blazefree : Please start next to the judge and make sure he is in sight of your character. Thanks!


    1.0.5 will be out soon with many bug fixes and 'Fixes' to how people can break a person using my script. Thanks to my close friend for helping me find the ways. I won't give exact details on how to break the script, but there are many ways. Good thing most of the legits haven't thought of them yet.

    1.0.5 also has a few procedure rebuilds that will fix many bugs that make the script bot-like. Along with a new click type that will potentially increase the XP/h along with increased stability.

    Along with that 'bit of information, I will stop any 'Major' updates to the script like 1.0.5 for a while. I am going to be focusing on other scripts of mine that will be sold on other websites. But I won't stop fixing any bugs that occur with this script, of course.


    Thanks, everyone. Oh and from SRL stats:
    Code:
    RISK's Range Guilder has total running time of 83 days, 14:30:00 with 22604 individual commits.


    Thank you again, everyone. I really appreciate it.
    Simba Code:
    (* Main *)

    repeat
      WriteLn('I am an idiot!');
    until(False);

  22. #147
    Join Date
    Mar 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Keeps saying that it cant see the targets on the screen. waiting...


    Error: Exception: The given DTM Index[6] doesn't exist at line 136
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    Last edited by jjwow2; 03-08-2012 at 05:46 AM.

  23. #148
    Join Date
    Dec 2011
    Posts
    237
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I could acheive solid 2+ hr sesions with this script great combo of xp and money!
    great script sorry i have no info on why it logged out, was botting to hard to check!!
    "The holy grail is to spend less time making the picture then it takes poeple to look at it"- Banksy

  24. #149
    Join Date
    Jan 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm still starting right next to the judge and the script cannot find him.

  25. #150
    Join Date
    Jan 2012
    Location
    Texas.
    Posts
    771
    Mentioned
    4 Post(s)
    Quoted
    122 Post(s)

    Default

    Lovely script, working amazing for me. Thanks for it.

Page 6 of 7 FirstFirst ... 4567 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •