Page 7 of 10 FirstFirst ... 56789 ... LastLast
Results 151 to 175 of 243

Thread: [AeroLib] HoodzFletcher - Color

  1. #151
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Capture.PNG

    Not too bad really, thanks again.

  2. #152
    Join Date
    Oct 2011
    Location
    England
    Posts
    401
    Mentioned
    10 Post(s)
    Quoted
    176 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    Capture.PNG

    Not too bad really, thanks again.
    Phew! That's a big report
    Yer a wizard, 'oopi

  3. #153
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by anth_ View Post
    Phew! That's a big report
    ^^ Just thought why not go for a big un!
    Nearly ran out of logs so had to stop it. I already knew the quality of the script though.

  4. #154
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    ^^ Just thought why not go for a big un!
    Nearly ran out of logs so had to stop it. I already knew the quality of the script though.
    going for the top user (ignore anonymous)??

    http://stats.grats.pw/script.php?sid=12

  5. #155
    Join Date
    Feb 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    Capture.PNG

    Not too bad really, thanks again.
    How can you possibly get away with that length of botting! incredible. Good script though.

  6. #156
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    going for the top user (ignore anonymous)??

    http://stats.grats.pw/script.php?sid=12
    I checked it out other day out of curiosity and was considering it just for fun, might make another account to do it with . Thank you again for the script.

  7. #157
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Doing maple logs into maple longbow (u) it seems to always misclick the maple logs when withdrawing them from the bank. Also it then tries to use the knife on the bank chest. Really good script though got me 87fletching so far!

  8. #158
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Quote Originally Posted by ciaran5050 View Post
    Doing maple logs into maple longbow (u) it seems to always misclick the maple logs when withdrawing them from the bank. Also it then tries to use the knife on the bank chest. Really good script though got me 87fletching so far!
    are you running it on max brightness

  9. #159
    Join Date
    Jun 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Same thing happens to me as jstemper. It glitches a little and misclicks when withdrawing maple logs from bank.Running on Max brightness. This has been happening on hoodz rouge den cooker as well.

  10. #160
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by tomjerry View Post
    Same thing happens to me as jstemper. It glitches a little and misclicks when withdrawing maple logs from bank.Running on Max brightness. This has been happening on hoodz rouge den cooker as well.
    I'll let you in to a little secret to fix this issue, remove the part in the script that allows it to withdraw all but 1.

  11. #161
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    I'll let you in to a little secret to fix this issue, remove the part in the script that allows it to withdraw all but 1.
    Can you tell me how to do that please? I looked through the script but I am clueless when it comes to this stuff

  12. #162
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by ciaran5050 View Post
    Can you tell me how to do that please? I looked through the script but I am clueless when it comes to this stuff
    Change lines 433 to 436 from
    Simba Code:
    if (random(0, 1) = 0) then
            waitOption('Withdraw-All ', 300)
          else
            waitOption('Withdraw-All-but-one', 300);
    to
    Simba Code:
    waitOption('Withdraw-All ', 300);
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  13. #163
    Join Date
    Jun 2015
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Good script, although for me when cutting logs it sometimes ends up with no logs trying to use the knife on the bank chest which is a slight issue.

  14. #164
    Join Date
    Apr 2015
    Location
    Pittsburgh
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by frabj View Post
    Good script, although for me when cutting logs it sometimes ends up with no logs trying to use the knife on the bank chest which is a slight issue.
    Try doing what Harrier has shown in the post above yours as that was posted as a possible solution to the same problem you're describing

  15. #165
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by Polar Xpress View Post
    Try doing what Harrier has shown in the post above yours as that was posted as a possible solution to the same problem you're describing
    No, that is not the issue at all. What I posted above changes how it handles withdrawing and stops it from selecting "Withdraw-All-but-one", what he needs is a check for if any item in his inv is selected then deselected before opening the bank.
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  16. #166
    Join Date
    Apr 2015
    Location
    Pittsburgh
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    No, that is not the issue at all. What I posted above changes how it handles withdrawing and stops it from selecting "Withdraw-All-but-one", what he needs is a check for if any item in his inv is selected then deselected before opening the bank.
    Well yes, but up in ciaran5050's post (157) it was mentioned that that was his problem as well. Then GetHyper suggested doing the change you provided code for as a possible fix to stop the bug in withdrawing logs which may stop it from trying to use the knife on the bank chest. Ultimately you're right, that check would be a better solution, but GetHyper suggested that the code you provided may fix the issue as well, albeit maybe not as effectively.

  17. #167
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    No, that is not the issue at all. What I posted above changes how it handles withdrawing and stops it from selecting "Withdraw-All-but-one", what he needs is a check for if any item in his inv is selected then deselected before opening the bank.
    Thank you Harrier it now runs alot smoother when withdrawing! And also this does solve using the knife on the chest as it no longer missclicks on the withdraw all option

  18. #168
    Join Date
    Jun 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    Change lines 433 to 436 from
    Simba Code:
    if (random(0, 1) = 0) then
            waitOption('Withdraw-All ', 300)
          else
            waitOption('Withdraw-All-but-one', 300);
    to
    Simba Code:
    waitOption('Withdraw-All ', 300);
    Thank you very much Harrier and GetHyper. Your solution worked to the problem. Also can I ask you how you were able to come up with the solution. Why was withdraw all but 1 causing it to glitch?

  19. #169
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by ciaran5050 View Post
    Thank you Harrier it now runs alot smoother when withdrawing! And also this does solve using the knife on the chest as it no longer missclicks on the withdraw all option
    It will do it significantly less but if it were to misclick then the issue would still be there whereby it will try and use the knife first.

  20. #170
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by frabj View Post
    Good script, although for me when cutting logs it sometimes ends up with no logs trying to use the knife on the bank chest which is a slight issue.
    Quote Originally Posted by Harrier View Post
    No, that is not the issue at all. What I posted above changes how it handles withdrawing and stops it from selecting "Withdraw-All-but-one", what he needs is a check for if any item in his inv is selected then deselected before opening the bank.
    both bugs have been fixed. Not sure if the auto updater still works but you can get it from here: http://pastebin.com/gktWX9u8

    ps: its not tested but i guess it should work fine.

  21. #171
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    both bugs have been fixed. Not sure if the auto updater still works but you can get it from here: http://pastebin.com/gktWX9u8

    ps: its not tested but i guess it should work fine.
    Thank you, I'm happy enough with previous alterations I made but will help others.
    Not sure if you have already added it in but I made it so it stops after 'X' amount, don't know if anyone else would want this.

  22. #172
    Join Date
    Jun 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    Thank you, I'm happy enough with previous alterations I made but will help others.
    Not sure if you have already added it in but I made it so it stops after 'X' amount, don't know if anyone else would want this.
    Can You post the code publicly or pm it that you added in order to do that? If you do not mind of course :P

  23. #173
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    All I did was add
    Simba Code:
    TODO = 1000
    Under the const, and then changed the bottom of the script to
    Simba Code:
    repeat
      executeState(getState());
    until (bowsMade = TODO)

    Please be aware if there is any sort of lag it might not count a few bows so always set it lower than what you set out to cut otherwise it may sit attempting to withdraw more from the bank.

  24. #174
    Join Date
    Sep 2014
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by butlerofrs View Post
    So when I go to fletch magic longs it keeps miss clicking and clicks on magic shorts. Is there a fix for this?
    I also require help with this. Script is otherwise fantastic

  25. #175
    Join Date
    Nov 2011
    Location
    root@fsociety:~#
    Posts
    106
    Mentioned
    1 Post(s)
    Quoted
    44 Post(s)

    Default

    Quote Originally Posted by elvenred View Post
    I also require help with this. Script is otherwise fantastic
    It's a pretty easy fix, so I am not going to spoonfed you: figure out where the script miss-clicks (which procedure) and change an X-coord.
    --
    Script works great after the provided fixes, I had 2k bows/hour while stringing today .
    Home sweet home.

Page 7 of 10 FirstFirst ... 56789 ... 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
  •