Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 72

Thread: DannyRS - Basic Gnome Course

  1. #26
    Join Date
    Feb 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    very nice, although it stops running after 20-30 minutes usually. didn't the very first time i ran it, did after that.

  2. #27
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by sd999444 View Post
    very nice, although it stops running after 20-30 minutes usually. didn't the very first time i ran it, did after that.
    Any idea where it stopped and why?


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  3. #28
    Join Date
    Feb 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    very nice, although it stops running after 20-30 minutes usually. didn't the very first time i ran it, did after that. any idea how to fix?

  4. #29
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by sd999444 View Post
    very nice, although it stops running after 20-30 minutes usually. didn't the very first time i ran it, did after that. any idea how to fix?
    Did you miss my above reply ? Tell me whats going wrong, where it gets stuck, and what it is doing, I can't help you fix an error you have if I dont know what it is lol ^^


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  5. #30
    Join Date
    Feb 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Did you miss my above reply ? Tell me whats going wrong, where it gets stuck, and what it is doing, I can't help you fix an error you have if I dont know what it is lol ^^
    ah sorry i have chrome to open all tabs, must have made that post twice heh let me run it for a bit and ill let you know, thanks ^^

    edit: i looked through the code, i believe it does it when i go afk for a bit (Log out if player idle=true)?

    edit of edit: seems like sometimes when trying to click the log it clicks to the left making it walk to a place left of the log, then logs me out. any idea why this is? settings match how you have them, fixed screen res, 800x600 etc. this was after about just 7 min no longer.
    Last edited by sd999444; 02-19-2013 at 02:38 AM.

  6. #31
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by sd999444 View Post
    ah sorry i have chrome to open all tabs, must have made that post twice heh let me run it for a bit and ill let you know, thanks ^^

    edit: i looked through the code, i believe it does it when i go afk for a bit (Log out if player idle=true)?

    edit of edit: seems like sometimes when trying to click the log it clicks to the left making it walk to a place left of the log, then logs me out. any idea why this is? settings match how you have them, fixed screen res, 800x600 etc. this was after about just 7 min no longer.
    Hmm, you can try increase the wait before it clicks the log, that might fix it,

    The script will log you out and Terminate if you have not clicked an obstacle in 70seconds, it will never log back in,

    I'll find the line to increase the wait later for you, if you want to look, after walkpath to log, increase the wait, or even at the start of the clicklog procedure, add a wait in the very begining of that


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  7. #32
    Join Date
    Feb 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Hmm, you can try increase the wait before it clicks the log, that might fix it,

    The script will log you out and Terminate if you have not clicked an obstacle in 70seconds, it will never log back in,

    I'll find the line to increase the wait later for you, if you want to look, after walkpath to log, increase the wait, or even at the start of the clicklog procedure, add a wait in the very begining of that
    i'll try that if i can find the line, thanks. not sure how to program in this language, hven't had time to learn yet. only know how to in auto it's scripting language

  8. #33
    Join Date
    Feb 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    nvm - Edit - free bump?

  9. #34
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Is there a way to get these to work for old school RS? SMART only opens normal RS so I was wondering if there was a way to change that?

  10. #35
    Join Date
    Nov 2011
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by chronicle13 View Post
    Is there a way to get these to work for old school RS? SMART only opens normal RS so I was wondering if there was a way to change that?
    You'd have to optimize it (change a lot of the coding). To stop SMART from opening you delete 'define SMART' at the top and set it to the old school RS window.
    Last edited by poptarts; 02-25-2013 at 03:10 AM.
    cheese and crackers

  11. #36
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    On it as we speak.

  12. #37
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by chronicle13 View Post
    On it as we speak.
    Please Note - that none of the script's in the runescape section will work in 07 because of the color's being completely different, and the co-ordinates would all be off by a bit, sorry


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  13. #38
    Join Date
    Dec 2006
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I've noticed that too, that it shifts the coordinates in old rs... What should I use to circumvent that?

  14. #39
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by unfeared View Post
    I've noticed that too, that it shifts the coordinates in old rs... What should I use to circumvent that?
    Colors, positions, Include functions, there's so much you would have to edit to make a current runescape script work in 07, that you may as well write it from scratch again anyway, check out some tutorials


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  15. #40
    Join Date
    Feb 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Is this for 07 ?

  16. #41
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by King James View Post
    Is this for 07 ?
    No this ones for normal RS,

    You want this section : http://villavu.com/forum/forumdisplay.php?f=516


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  17. #42
    Join Date
    Mar 2012
    Posts
    139
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    So far working flawless had to restart it a couple of times because it would get stuck after the first obstical net but when I hit 99 I'll send you a really god like proggy

  18. #43
    Join Date
    Jan 2013
    Posts
    453
    Mentioned
    9 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by cradlefatal View Post
    So far working flawless had to restart it a couple of times because it would get stuck after the first obstical net but when I hit 99 I'll send you a really god like proggy
    You're not really gonna use this course til 99 are you? :S

  19. #44
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by stayon View Post
    You're not really gonna use this course til 99 are you? :S
    Was thinking this too lol


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  20. #45
    Join Date
    Mar 2012
    Posts
    139
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    used it from 40 to 45 and this is the only agility bot I can get to work lols it logged my toon out but I think that might have been from the squeel of fortune I am not going to do continuous clicking for agility not my style lols its too boring and I don't even make 300 xp and I quit lols

  21. #46
    Join Date
    May 2012
    Location
    Arizona
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    I am having troubles with this script (Was totally going to use it all the way to 99) I line up with the log, start thescript and the fist thing that happens player starts running to the fruit tree patch :-( any ideas?
    I came to cheat
    I stayed to learn

  22. #47
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by Ashart1025 View Post
    I am having troubles with this script (Was totally going to use it all the way to 99) I line up with the log, start thescript and the fist thing that happens player starts running to the fruit tree patch :-( any ideas?
    Check your graphics settings? 99 with this would be impossible


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  23. #48
    Join Date
    May 2012
    Location
    Arizona
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Sure did check um, I can shoot you video later (heading to the lake now) and I am soo going to make it my goal to run this script to lvl 99.
    I came to cheat
    I stayed to learn

  24. #49
    Join Date
    Feb 2012
    Location
    Ontario, Canada
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    So I've been using this bot for the last few days, and I seem to not be able to run it for more than 1-3 hours without babysitting. I also had to make it so it wouldn't log out if I was idle for more than 70 seconds, because if would constantly log out, and not log back in.

    This works really well if i'm babysitting it, it just tends to get stuck moslty on either the tree branch to climb up, or the tree branch to climb down. I've noticed some people commenting on having issues with the rope, but I've yet to run into any problems with that.

    Anyways, here's my proggy for this morning so far.

    =========DannyRS-BGA=========================
    =========Version: V1.1=======================
    Time Running: 3 Hours, 35 Minutes and 9 Seconds
    Experience Earned: 19727
    Experience / Hour: 5501
    Laps Complete: 228
    Laps / Hour: 64
    =============================================

  25. #50
    Join Date
    Dec 2010
    Location
    Humboldt, TN
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by sd999444 View Post
    ah sorry i have chrome to open all tabs, must have made that post twice heh let me run it for a bit and ill let you know, thanks ^^

    edit: i looked through the code, i believe it does it when i go afk for a bit (Log out if player idle=true)?

    edit of edit: seems like sometimes when trying to click the log it clicks to the left making it walk to a place left of the log, then logs me out. any idea why this is? settings match how you have them, fixed screen res, 800x600 etc. this was after about just 7 min no longer.
    ^+1

    I noticed the same thing. It's only happening randomly which is very odd. What would editing the wait time achieve? Do you think it's just trying to click the log before it's actually there and that's why it gets 'lost'?



    Uploaded with ImageShack.us

Page 2 of 3 FirstFirst 123 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
  •