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

Thread: Edgeville Yew Chopper

  1. #26
    Join Date
    Aug 2012
    Location
    Singapore
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Thanks for this. Btw Gucci, I tried fixing tree detection by manipulating DTMs, but to no avail. Then I tried using FindObj, and amazingly, it worked really efficiently. This is the code i'm using right now, and it is working perfectly well.
    Simba Code:
    FindObj(x, y, 'hop down', 4674652, 0)

  2. #27
    Join Date
    Aug 2012
    Location
    Singapore
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    I'll try to fix Bird's Nest picking for you, by grabbing game chat. But need to wait for one to drop, to grab the colour):

    Edit: Shit sorry!! I forgot about double posting..

  3. #28
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Is it not finding trees that well? Nests haven't been tested that's why they're only somewhat incorporated in the script
    Current Project: Retired

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

    Default

    Script works pretty well, I'm loving how it imitates my actual movements so well! Thank you very much.

    Quote Originally Posted by guthixboss1 View Post
    Thanks for this. Btw Gucci, I tried fixing tree detection by manipulating DTMs, but to no avail. Then I tried using FindObj, and amazingly, it worked really efficiently. This is the code i'm using right now, and it is working perfectly well.
    Simba Code:
    FindObj(x, y, 'hop down', 4674652, 0)
    However I am having small problems finding trees also, would you mind telling me where to input the added simba code please?

  5. #30
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by stayon View Post
    Script works pretty well, I'm loving how it imitates my actual movements so well! Thank you very much.



    However I am having small problems finding trees also, would you mind telling me where to input the added simba code please?
    No problem, what's the problem with the finding?
    Current Project: Retired

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

    Default

    I ran it for about 2-3 hours while watching it and sometimes it will just sit there and will not move towards the south tree. Looks a little awkward when I'm standing around a stump and everyone else has run to the new tree. Also clicks on the outside wall on both the north and south tree sometimes and it sits there attempting to chop the tree. Just some small things I noticed while using it.

  7. #32
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by stayon View Post
    I ran it for about 2-3 hours while watching it and sometimes it will just sit there and will not move towards the south tree. Looks a little awkward when I'm standing around a stump and everyone else has run to the new tree. Also clicks on the outside wall on both the north and south tree sometimes and it sits there attempting to chop the tree. Just some small things I noticed while using it.
    The waiting is because once it walks over to a stump (relocates) it waits for the tree to appear. Yeah I'll be tuning the finding when I get a chance
    Current Project: Retired

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

    Default

    But Overall it's great and much appreciated. Any scripts that help f2p is awesome. Thank you again and hope my findings are helpful.

  9. #34
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by stayon View Post
    But Overall it's great and much appreciated. Any scripts that help f2p is awesome. Thank you again and hope my findings are helpful.
    No problem, yeah the finds are useful tested it a lot when I released it, haven't touched it since. Updates were probably over due
    Current Project: Retired

  10. #35
    Join Date
    Dec 2012
    Location
    London
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Hey,
    I've been trying to get this running but this error keeps coming up

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
    Compiling failed.

    Help?

  11. #36
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by gothkun View Post
    Hey,
    I've been trying to get this running but this error keeps coming up

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
    Compiling failed.

    Help?
    Did you follow the instructions? And this issues been resolved earlier in this thread.
    Current Project: Retired

  12. #37
    Join Date
    Dec 2012
    Location
    London
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Yeah, I've made sure to follow the instructions and I updated my SPS manually to make sure, still getting the error :/

    This is the line that's causing me issues

    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');

    Sorry, I haven't got much of a clue about programming, I appreciate the help

  13. #38
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by gothkun View Post
    Yeah, I've made sure to follow the instructions and I updated my SPS manually to make sure, still getting the error :/

    This is the line that's causing me issues

    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');

    Sorry, I haven't got much of a clue about programming, I appreciate the help
    Hmm I remember there was a thread on fixing "smart" errors, try searching the error here
    Current Project: Retired

  14. #39
    Join Date
    Dec 2012
    Location
    London
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Thanks, looked around and found a fix for my SmartParams

    It works nicely, but once in a while it will just stand there and go to the lobby. Any ideas as to why?

    Sorry to be such a pain btw

  15. #40
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by gothkun View Post
    Thanks, looked around and found a fix for my SmartParams

    It works nicely, but once in a while it will just stand there and go to the lobby. Any ideas as to why?

    Sorry to be such a pain btw
    Not sure, what is it trying to do when that happens?
    Current Project: Retired

  16. #41
    Join Date
    Nov 2012
    Location
    Runescape
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Here is a tiny little suggestion. Perhaps the script can randomize the antiban time a bit? Performing an antiban exactly every (insert minutes) might seem a bit fishy to Jageex. Besides that, I like this scripts a lot.
    must get bot army and get rich...
    Check out my scripts:
    FrostChopper

  17. #42
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Ubuntu View Post
    Here is a tiny little suggestion. Perhaps the script can randomize the antiban time a bit? Performing an antiban exactly every (insert minutes) might seem a bit fishy to Jageex. Besides that, I like this scripts a lot.
    must get bot army and get rich...
    Nice suggestion, it'll be an easy add. Glad you enjoy it
    Current Project: Retired

  18. #43
    Join Date
    Dec 2012
    Location
    London
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Waiting for a tree to appear

  19. #44
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by gothkun View Post
    Waiting for a tree to appear
    Yeah had a feeling I'll add something to do a little movement while it waits
    Current Project: Retired

  20. #45
    Join Date
    Dec 2012
    Location
    London
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Thanks

  21. #46
    Join Date
    Feb 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hey Gucci! My first post on these forums. I was a little part of the botting community before when it was SCAR. Anyway, I love the script, its the first and only one I've used since I've come back to Runescape. Some things I did notice while using it, however. I would sometimes see my character standing by the tree while everyone is chopping it. SIMBA would say "Tree has appeared," but it would no start chopping; Instead it would just run over to the next tree. Also, when I stop the script it will have a wrong count for the amount of logs chopped. For example it would say 700 when really it is only 300 or 400. Or it would say 50 when really it is 20. Anyway, thanks for the script; it is still awesome! I would try to fix it up, but I'm still learning.

  22. #47
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Vinnybod View Post
    Hey Gucci! My first post on these forums. I was a little part of the botting community before when it was SCAR. Anyway, I love the script, its the first and only one I've used since I've come back to Runescape. Some things I did notice while using it, however. I would sometimes see my character standing by the tree while everyone is chopping it. SIMBA would say "Tree has appeared," but it would no start chopping; Instead it would just run over to the next tree. Also, when I stop the script it will have a wrong count for the amount of logs chopped. For example it would say 700 when really it is only 300 or 400. Or it would say 50 when really it is 20. Anyway, thanks for the script; it is still awesome! I would try to fix it up, but I'm still learning.
    The DTM's probably need some updates, will do this soon once I get a chance
    Current Project: Retired

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

    Default

    Wicked script, thanks!
    Djent

  24. #49
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Djent View Post
    Wicked script, thanks!
    Glad you like it
    Current Project: Retired

  25. #50
    Join Date
    Apr 2008
    Location
    My house
    Posts
    207
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    If this script updates will be great when i start script always "tree finding"

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)

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
  •