Page 3 of 36 FirstFirst 1234513 ... LastLast
Results 51 to 75 of 877

Thread: [07][SMART] Waffle's Power Fletcher 9001 [No Anti-leech]

  1. #51
    Join Date
    Apr 2012
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I edited this, as the new RS update makes left click bank possible.

    V2.3 line 106

    Simba Code:
    ClickMouse2(mouse_left);
    instead of mouse_right.

    Works great now.

  2. #52
    Join Date
    Mar 2013
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Hey great script but found bugs.
    First one kind of annoying when you level it will bank instead of finishing inventory.
    Second when fletching, a lot of the time it sets x amount to 2, banks the logs and leaves the made bows in inventory and script stops.
    Third, withdraw logs clicks to make x amount,does not input any amount banks logs, and repeats. Kept this for about 30 minutes going and did not flecth anything.
    If I find anything else I'll post it. Great job. I only tried making bows not stringing them.

  3. #53
    Join Date
    May 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Lord Waffles View Post
    Of course not lol, just now saw this after I updated the script. 2.31 should now work with the new left clicking


    I updated the fail-safe for checking to see if you are at the "Enter amount" screen...MUCH MUCH better to say the least.


    Please make sure in your user settings at the top that
    Simba Code:
    logType = 'ew'
    does it support magics? i changed log type to "agic" and it just hovered over it and did nothing again?

  4. #54
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    The x function doesn't work at all on mine, sits there widrawing and banking the logs constantly.

  5. #55
    Join Date
    Feb 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i'm getting the error:

    ** Failed To Grab Smart Parameters **
    ** Please check your internet connection/firewall **

    Once I changed the URL to RS07 in smart param.

    Any help ?

    edit:

    I have tried running simba as admin and disabling my firewall, but it doesn't work. Before I changed the URL to RS07 it did launch SMART.

  6. #56
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by spacefraser View Post
    does it support magics? i changed log type to "agic" and it just hovered over it and did nothing again?
    Haven't tried it, you can disable the fail-safe and it should work, BUT it might miss-click then.
    To disable the fail-safe just comment out line 258 (just add '//' before it):
    Simba Code:
    //if (P07_isUpTextMultiCustom([LowerCase(logType),'ogs', 'Log', 'Logs'])) then

    Quote Originally Posted by Drics07
    Hey great script but found bugs.
    First one kind of annoying when you level it will bank instead of finishing inventory.
    Second when fletching, a lot of the time it sets x amount to 2, banks the logs and leaves the made bows in inventory and script stops.
    Third, withdraw logs clicks to make x amount,does not input any amount banks logs, and repeats. Kept this for about 30 minutes going and did not flecth anything.
    If I find anything else I'll post it. Great job. I only tried making bows not stringing them.
    I have not had any of the issues, however I will go over the script again and see if I can see where this could be going wrong.
    Quote Originally Posted by AlwaysLazy
    The x function doesn't work at all on mine, sits there widrawing and banking the logs constantly.
    It should withdraw ALL not X for fletching logs, please make sure at the top you have it set to fletching not stringing.
    If that still doesn't fix it try changing line 129 to:
    Simba Code:
    Wait(randomRange(1547,2034));
    Quote Originally Posted by Furywitch
    i'm getting the error:

    ** Failed To Grab Smart Parameters **
    ** Please check your internet connection/firewall **

    Once I changed the URL to RS07 in smart param.

    Any help ?

    edit:

    I have tried running simba as admin and disabling my firewall, but it doesn't work. Before I changed the URL to RS07 it did launch SMART.
    You need to re-install simba and the P07 Include + the other files required (tutorials are on the website).

  7. #57
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    right on, ill try it later.

    First post

  8. #58
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    I've noticed that the script doesn't know what to do when you level up, it will just sit there and not continue to fletch the rest of the logs in your inventory. Luckily it has a what 15-20 second failsafe and will open the bank and deposit the rest of your inventory and start over, but still very annoying.

  9. #59
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Thank you for the script sir. Currently (still with v2.3) the knife is banked sometimes.
    May I recommend a procedure that will:
    * Check if knife is in 1st invy slot via uptext

    If no knife
    Bank invy
    withdraw knife (would be easy if everyone just puts knife in 2nd bank slot)
    recheck

    if knife, continue as normal

    I was going to add it manually myself, but I thought I would run it by you first.

  10. #60
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by the elve age View Post
    I've noticed that the script doesn't know what to do when you level up, it will just sit there and not continue to fletch the rest of the logs in your inventory. Luckily it has a what 15-20 second failsafe and will open the bank and deposit the rest of your inventory and start over, but still very annoying.
    If you could post a screenshot of the levelup screen for me I might be able to fix it, I was using this bot at 70+ fletching so I didn't level up often and it would be extremely hard to make the bot check every couple of seconds if there is X amount of colors in a given area (how it would tell if it was at a levelup screen or not). Basically once you get to the point you need to make 1k+ bows just to level, the 15-20 sec isn't really that big of deal.

  11. #61
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by anony View Post
    Thank you for the script sir. Currently (still with v2.3) the knife is banked sometimes.
    May I recommend a procedure that will:
    * Check if knife is in 1st invy slot via uptext

    If no knife
    Bank invy
    withdraw knife (would be easy if everyone just puts knife in 2nd bank slot)
    recheck

    if knife, continue as normal

    I was going to add it manually myself, but I thought I would run it by you first.
    That's fine if you want to, it's really really strange how it is banking the knife. I do have another possible solution that I will add here in a bit that might make it stop banking the knife.

    Basically I will have it mouse down to the bottom right inventory slot check to see if the UpText says 'Knife' and if it does re-try if not it will , right click, bank all...if I make it the bottom right of the inventory it should still be able to re-try even if it hits 10 instead of X (which is why I was using depositinv;

  12. #62
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Lord Waffles View Post
    That's fine if you want to, it's really really strange how it is banking the knife. I do have another possible solution that I will add here in a bit that might make it stop banking the knife.

    Basically I will have it mouse down to the bottom right inventory slot check to see if the UpText says 'Knife' and if it does re-try if not it will , right click, bank all...if I make it the bottom right of the inventory it should still be able to re-try even if it hits 10 instead of X (which is why I was using depositinv;
    Why is the script banking the knife slot in the first place? It should be banking just the color of the logs not the first slot/the knife. Can you not do an inventory search if it appears you're missing a knife and withdraw one?

  13. #63
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by the elve age View Post
    Why is the script banking the knife slot in the first place? It should be banking just the color of the logs not the first slot/the knife. Can you not do an inventory search if it appears you're missing a knife and withdraw one?
    I was using a pre-made function call DepositInv and you said what slots you wanted deposited. It seems like that script would sometimes bug out and bank everything, so I just updated the script and changed the way the bot deposits the logs. Try it out and let me know if that fixes the issue.

    Updated!
    -It should now do any type of log including magics
    -Should stop banking the knife
    -Should properly display what version it is

  14. #64
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Will test now, thanks.

    EDIT: Did you make the default coordinates of the knife the first slot? I cba to check the coordinates.. I assume you did.
    Last edited by the elve age; 03-22-2013 at 06:54 PM.

  15. #65
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by the elve age View Post
    Will test now, thanks.

    EDIT: Did you make the default coordinates of the knife the first slot? I cba to check the coordinates.. I assume you did.
    Yes

  16. #66
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Lord Waffles View Post
    Yes
    Eh... I'd revert this back to v2.31. v2.32 is even more buggy than before :/. It has a real problem with banking/withdrawing willow logs/willow longbows.

    The exact problem is the script will fletch a load, bank the longbows (u), withdraws the willow logs, then tries to 'Cut X', it doesn't enter any number in and then clicks the bank, deposits all the logs, and will fletch this load. So basically it's skipping loads

  17. #67
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by the elve age View Post
    Eh... I'd revert this back to v2.31. v2.32 is even more buggy than before :/. It has a real problem with banking/withdrawing willow logs/willow longbows.

    The exact problem is the script will fletch a load, bank the longbows (u), withdraws the willow logs, then tries to 'Cut X', it doesn't enter any number in and then clicks the bank, deposits all the logs, and will fletch this load. So basically it's skipping loads
    Not sure? I just fletched 6 invos flawlessly in a row. Your internet might be slower than mine, if so change line 279's wait time:
    Simba Code:
    Wait(RandomRange(921, 1014));
    The strange thing is, the code for fletching is literally identical in 2.31 and 2.32. The only things I changed was how it deposited, and I fixed the fail-safe for logs because I accidently used a capital L when it is case sensitive.

  18. #68
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Banks all but 2-10 bows then sits there endlessly right clicking in spot 14 looking for the log to bank that isn't actually there because for some reason it banked it

  19. #69
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by poopeyman View Post
    Banks all but 2-10 bows then sits there endlessly right clicking in spot 14 looking for the log to bank that isn't actually there because for some reason it banked it
    I see the error I made, forgot about if it fails to hit X and only makes like 10 bows it will re-bank the items and do it again.

    Currently working on a custom procedure to withdraw, should be done soon and i'll re-upload 2.32.

  20. #70
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Lord Waffles View Post
    I see the error I made, forgot about if it fails to hit X and only makes like 10 bows it will re-bank the items and do it again.

    Currently working on a custom procedure to withdraw, should be done soon and i'll re-upload 2.32.
    ETA on that? It's script breaking

  21. #71
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by poopeyman View Post
    ETA on that? It's script breaking
    Use 2.31, it doesn't have it in.

    Hopefully within 30 min, but i'm having an issue and i'm trying to solve it lol.

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

    Default

    Quote Originally Posted by Lord Waffles View Post
    Use 2.31, it doesn't have it in.

    Hopefully within 30 min, but i'm having an issue and i'm trying to solve it lol.
    2.31 is doing the exact same thing.

  23. #73
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by poopeyman View Post
    2.31 is doing the exact same thing.
    Re-download 2.32, it's a really thrown together fix...however it seems to work better.

  24. #74
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Lord Waffles View Post
    Re-download 2.32, it's a really thrown together fix...however it seems to work better.
    Ok, I'll try that, Also in 2.31 it kept clicking fletch X and then just banking without typing or fletching

  25. #75
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    2.32 keeps making mage shortbow u's instead of mage longbow u's.. and the bow type is on 1 and not 2.. what's the problem with that :/

Page 3 of 36 FirstFirst 1234513 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •