Page 7 of 30 FirstFirst ... 5678917 ... LastLast
Results 151 to 175 of 735

Thread: TotalGnomes[Advanced Course][50K+ Exp/Hr]

  1. #151
    Join Date
    Feb 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I start the script right before the log on the Gnome course. The following occurs.

    1) The script clicks on the log.
    2) After crossing the log, the script hovers the mouse over the net for about 4-5 seconds, then it spits out "Cannot find log, trying TPA backup"
    3) The bot clicks north on the compass.
    4) It swings the camera around to see the net again.
    5) After repeating #3 and 4 a couple times, the bot runs back to the beginning of the log.
    6) Repeat 1-6.

    Sometimes it does click on the net, but if it does, it doesn't even try to find the branch and the script just terminates.

    I hope that's thorough enough. I can post the debug if you'd like.



    Quote Originally Posted by derik View Post
    Error: divide by Zero at line 86
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    Just comment out line 86, or try the script again.

  2. #152
    Join Date
    Mar 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    4Sure, this happens to me but i get the error you just quoted on.

  3. #153
    Join Date
    Mar 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    LapTime := ((GetTimeRunning/1000))/(Runs);

    what can i change it to?

  4. #154
    Join Date
    Feb 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by derik View Post
    4Sure, this happens to me but i get the error you just quoted on.
    Type // at the beginning of line 86. The line will turn blue after you do that.

  5. #155
    Join Date
    Mar 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Changed everything suggested, and
    1) it walks along log
    2) hover over net
    3) clicks north
    4) clicks north again

    then displays this :

    Couldnt find log, trying TPA backup.
    Took too long to do obstacle, trying again.
    Couldnt find log, trying TPA backup.
    Couldnt find TPA.
    Couldnt find log, trying TPA backup.


    -- Even though it just went across the log, it thinks it hasn't? and hovers mouse over the log trying to find the click to walk across it again.

  6. #156
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think that the squeal of fortune pop up messes with the script. I came back to my script with it logged out. I logged in and the only thing that I could see that was unusual was the SoF pop up.

    A failsafe for that wouldn't be a bad idea because you can win spins while training agility now.

  7. #157
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Oh sorry didn't see all the posts. Let me look over it.

    Can you try changing lines 240-243 from

    Simba Code:
    if TimeFromMark(ObsTimer) > 10000 then
            begin
              Continue;
            end else

    to

    Simba Code:
    if TimeFromMark(ObsTimer) > 10000 then
            begin
              Continue;
              Writeln('Timer is over 10 seconds, attempting TPA');
            end else

    Then rerun it and tell me if it says in the debug box Timer is over 10 seconds, attempting TPA.

    I can't find where its messing up, but this will help narrow down the possibilities.
    Last edited by Total; 04-08-2012 at 07:30 PM.

  8. #158
    Join Date
    Mar 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I don't know if this could be the reason why the script keeps playing up but for some reason this has happened, and keeps happening, i know its nothing to do with the script but it could affect the script?

    You have a new update available for Plugins!
    Plugins Updater: Local Version - "19" | Remote Version = "20"
    Plugins Updater: Update File - "http://wizzup.org/static/srl/simba_plugins.tar.bz2"
    Plugins Updater: Downloading...
    Plugins Updater: Decompressing...
    Plugins Updater: Extracting...
    Plugins Update ERROR: Kill recieved from Updater.

    + i found the bot sat in middle of the agility course with tuna in the inv? no idea how.

  9. #159
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Hm...not sure if that is affecting it. And I have no idea how you got tuna lol.

  10. #160
    Join Date
    Jan 2012
    Location
    Runescape News and General & Skill Guides
    Posts
    2,544
    Mentioned
    37 Post(s)
    Quoted
    545 Post(s)

    Default

    Quote Originally Posted by derik View Post
    I don't know if this could be the reason why the script keeps playing up but for some reason this has happened, and keeps happening, i know its nothing to do with the script but it could affect the script?

    You have a new update available for Plugins!
    Plugins Updater: Local Version - "19" | Remote Version = "20"
    Plugins Updater: Update File - "http://wizzup.org/static/srl/simba_plugins.tar.bz2"
    Plugins Updater: Downloading...
    Plugins Updater: Decompressing...
    Plugins Updater: Extracting...
    Plugins Update ERROR: Kill recieved from Updater.

    + i found the bot sat in middle of the agility course with tuna in the inv? no idea how.
    You prolly lagged and accidentally clicked a gourmet imp and looted a tuna. ( hey you never know)
    Or maybe a random event

  11. #161
    Join Date
    Feb 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Writeln('Timer is over 10 seconds, attempting TPA'); DOES NOT APPEAR in the debug box.

    I doubt simba updates have anything to do with it as I was fully updated when running the script earlier.

  12. #162
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Ok, try to change it to this

    Simba Code:
    if TimeFromMark(ObsTimer) > 10000 then
            begin
              Continue;
              Writeln('Timer is over 10 seconds, attempting TPA');
            end else
            Writeln('Completed log, moving to next obstacle');
            Exit;

    Run it and tell me what happens after it crosses the log.

  13. #163
    Join Date
    Feb 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No need to eat, over 40% HP

    (Here it walked across the log fine, then said)

    Couldnt find log, trying TPA backup.
    Took too long to do obstacle, trying again.
    Couldnt find log, trying TPA backup.


    It had already done the log, didn't even try to click the net. I added the line you asked and it never wrote it in, as you can see.

  14. #164
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Man...why can't i replicate this bug. >.< Is there any way I can teamview you and see if I can fix it? Thats the only way I can think of fixing it because I can't replicate it.

  15. #165
    Join Date
    Feb 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't have TV installed and at the moment I'm working on something in java. I'll hit you up tomorrow about teamviewer-ing the script so you can mess with it from my end.

  16. #166
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Alright thanks, hopefully I can find out whats wrong.

  17. #167
    Join Date
    Feb 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Actually I got to a stopping point, so I'll pm you the TV information.

  18. #168
    Join Date
    Feb 2012
    Location
    Denver, CO
    Posts
    863
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /////////////TotalGnomes V1.5/////////////
    Laps Completed: 295(76 Laps/Hour)
    Thats 47 seconds per lap!
    Exp gained: 213875 exp(55300 Exp/Hour)
    Running for: 03:52:03
    /////////////////////////////////////////

    Here's a decent proggy. It would be longer, but it got cut short by a mime random.

    1.5 ran flawlessly up until then.

  19. #169
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Another front pager.

    Alright, for anyone who was having the glitch where it would cross the log then do nothing, make sure that you have atleast 1 of your exp counters set to agility or overall. The script needs to keep track of your exp as thats how it finds out when you complete an obstacle. You can thank 4sure for letting me teamview him so I could find it out.
    Last edited by Total; 04-08-2012 at 10:10 PM.

  20. #170
    Join Date
    Feb 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can't believe it was something so minor, but it fixed it. :P no problems here now.

    Occasionally (probably once per 8-12 laps) it crosses the log, then says "couldn't find log", waits about 12 seconds, then continues on the course. It's almost an antiban, it's so random. It isn't hurting performance, though.

    Also, does it click on the branches in the same place everytime?
    Last edited by 4sure; 04-08-2012 at 10:27 PM.

  21. #171
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Hm...the log thing is weird, but as long as it isn't happening too often i wouldnt worry about it. If you want I can lower the time until it goes to the next obstacle. As for clicking on the branches, isn't that kinda more antiban? It has 1 point that it will click and it has a randomization of I think 5 pixels which it can go any way.

  22. #172
    Join Date
    Feb 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    As long as it's got randomization on the branches, I don't care. :P It just APPEARS to click the same space, but I can't exactly measure pixel difference. Haha. Yeah, the log thing hasn't happened again. Must've been something random.

    /////////////TotalGnomes V1.5/////////////
    Laps Completed: 60(72 Laps/Hour)
    Thats 49 seconds per lap!
    Exp gained: 88360 exp(106887 Exp/Hour)
    Running for: 00:49:36
    /////////////////////////////////////////

    Got 88, ftw. Can't fail the wall run now Double experience with Skoll boots on the proggy, btw.


    EDIT: After watching the script some more I saw a difference in where the script clicks on the branches. It's subtle.

    EDIT83509: VERY rarely, the script hangs up on clicking the net and runs the log again, but then it finds the net and continues. It only happens like once every 30-35 laps and doesn't really matter. Just saying it for posterity's sake.
    Last edited by 4sure; 04-09-2012 at 03:39 AM.

  23. #173
    Join Date
    Feb 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    love your script -changed it a bit (added some other failsafes) but look at this :

    /////////////TotalGnomes V1.4/////////////
    Laps Completed: 25(76 Laps/Hour)
    Exp gained: 18125 exp(55626 Exp/Hour)
    Running for: 00:19:33
    /////////////////////////////////////////
    Successfully executed.

  24. #174
    Join Date
    Mar 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Running perfect now

  25. #175
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by bilka View Post
    love your script -changed it a bit (added some other failsafes) but look at this :

    /////////////TotalGnomes V1.4/////////////
    Laps Completed: 25(76 Laps/Hour)
    Exp gained: 18125 exp(55626 Exp/Hour)
    Running for: 00:19:33
    /////////////////////////////////////////
    Successfully executed.
    Cool, I'm glad you like it.

    Quote Originally Posted by derik View Post
    Running perfect now
    Sorry it took a while to figure out the problem, but glad its working now.

Page 7 of 30 FirstFirst ... 5678917 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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