Page 2 of 36 FirstFirst 123412 ... LastLast
Results 26 to 50 of 877

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

  1. #26
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    the bot starts rs but doesnt log in, cant do anything

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

    Default

    Quote Originally Posted by puknd View Post
    the bot starts rs but doesnt log in, cant do anything
    I will need more information than that, I just downloaded the script I uploaded and everything works fine.

    -Did you input your login info?
    -Did you try logging in manually?
    -SRL was updated, you might need to re-install your simba/smart/p07 files

  3. #28
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    The bot takes many tries when it is closing the bank.

    Awesome script anyway! Thanks

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

    Default

    Quote Originally Posted by Fredemiller View Post
    The bot takes many tries when it is closing the bank.

    Awesome script anyway! Thanks
    Thank you, and for some un-known reason unless I forced the bot to right click (which causes it to sometimes fail) the bot would not recognize that the window closed, and it would just walk out of the bank. Instead now it just randomly right clicks the ground...then continues fetching as if nothing happened. I think I have an idea on how to fix it though, and unless someone really wants me to rush this fix then I think i'll wait till I add something a little better to the script.

    Don't forget to rate the thread!

    Cheers

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

    Default

    waffles - you realize your username and pw in in v2.1?

    I'm just testing 2.1 just now - 2.0 worked but with manyyy bugs making it very slow, I was using it as a stringer and while i did string about 800 bows itd often take up to half a minute to string 14 mainly problems with withdrawing/depositing/random rightclicking envionment(despite anti-ban being off)

    Appreciated and ill get back with results on 2.1

  6. #31
    Join Date
    Feb 2013
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    2.1 is a bit quicker...less right clicking environment which is good. although it often deposits stuff back into bank even if its the right amounts (example, it'll take out 14 (u) bow and 14 bowstring, and then just deposit them again). Another problem is that it often says 14 in public chat which may lead to suspicions of botting

    Thanks, jake

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

    Default

    Take that back actually - it does right click the environment like 2-10 times before stringing

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

    Default

    Quote Originally Posted by jaketuricchi View Post
    2.1 is a bit quicker...less right clicking environment which is good. although it often deposits stuff back into bank even if its the right amounts (example, it'll take out 14 (u) bow and 14 bowstring, and then just deposit them again). Another problem is that it often says 14 in public chat which may lead to suspicions of botting

    Thanks, jake
    I'll look into it saying 14 into the chat, I have a possible solution for the withdrawing back and forth. I might have to change the random wait period times since it seems like 400 isn't nearly long enough. The problem seems to be it checks the inventory before the logs/strings appear in the inventory. You could always add another:
    Simba Code:
    randomWaitTime;
    after the inventory checks (they are pretty easy to spot in code).

    If you could try to find out when it does the miss type? Like what is it doing?
    My theory on the random typing is that it hits withdraw 10 or all instead of 'X' then it thinks it hit the X and types into chat.
    so to fix this all we would need to do is add this to the code between line 170 and 171:
    Simba Code:
    randomMouseClick(577,227);
    randomWaitTime;
    if (P07_isUpTextMultiCustom(['ore', 'Store', '1', 'bow', 'tring'));
            withdrawBankStringing;

  9. #34
    Join Date
    Feb 2013
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    I just watched it withdrawing 28 bow strings (by accident ofc) and then spitting out 14 into the public chat while the bank is open, i'll try your amendment.

  10. #35
    Join Date
    Feb 2013
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    the amendment made it stick at the 'enter amount' part

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

    Default

    Quote Originally Posted by jaketuricchi View Post
    I just watched it withdrawing 28 bow strings (by accident ofc) and then spitting out 14 into the public chat while the bank is open, i'll try your amendment.
    Just uploaded a new file 1.21, should have the fix in it.

    And it is like i thought, the choosing from a drop down menu bugs out a lot. It miss clicks the 'ALL' instead of 'X'so what I did was have the mouse hover over the inventory slot one and check the up text. If there is any uptext then it will start over, if there isn't any up text that should mean that the bot is safe to input the numbers.

    The mistake in typing another number besides 14 is on purpose, you can get rid of that and make the script less human like but faster by changing line 167 to:
    Simba Code:
    case random(90) of

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

    Default

    Quote Originally Posted by jaketuricchi View Post
    the amendment made it stick at the 'enter amount' part
    Oops the line should be:
    Simba Code:
    if (P07_isUpTextMultiCustom(['ore', 'Store', '1', 'bow', 'tring'])) then
            withdrawBankStringing;

    forgot an ending ']' and 'then'
    Last edited by Lord Waffles; 03-19-2013 at 10:22 PM.

  13. #38
    Join Date
    Feb 2013
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    yeah i added that to get that error haha...may have done it wrong will try again :P

  14. #39
    Join Date
    Dec 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by puknd View Post
    the bot starts rs but doesnt log in, cant do anything
    I am having the exact same problem. Tried reinstalling simba and smart and SRL and SRLOSRS..any other ideas?

    It just sits there at login. I've tried logging it in manually and it still sits there.

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

    Default

    Quote Originally Posted by jaketuricchi View Post
    yeah i added that to get that error haha...may have done it wrong will try again :P
    Like an idiot I forgot the then part, which would make the program hang at the if statement.

    Quote Originally Posted by daily500
    I am having the exact same problem. Tried reinstalling simba and smart and SRL and SRLOSRS..any other ideas?

    It just sits there at login. I've tried logging it in manually and it still sits there.
    I honestly don't know without having the problem myself. Are you sure it is loading old school runescape? I know it's a dumb question, but i don't know.
    Is there any error messages in the de-bugger?
    Last edited by Lord Waffles; 03-19-2013 at 10:59 PM.

  16. #41
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Compiled successfully in 406 ms.
    SRL Compiled in 0 msec
    Loading SMART: http://oldschool33.runescape.com/j1
    New window: 591508

    loads the game but doesnt login.... so i tried clicking the window still nothing.. others no error
    Kk when you put the window it take some time but after that it logs, some problems i found trying to fletch 3k yews

    - pretty slow
    - taking 10 logs out of bank and puts them in bank again
    - running out of bank
    Last edited by puknd; 03-20-2013 at 03:27 PM. Reason: k

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

    Default

    Quote Originally Posted by puknd View Post
    Compiled successfully in 406 ms.
    SRL Compiled in 0 msec
    Loading SMART: http://oldschool33.runescape.com/j1
    New window: 591508

    loads the game but doesnt login.... so i tried clicking the window still nothing.. others no error
    Kk when you put the window it take some time but after that it logs, some problems i found trying to fletch 3k yews

    - pretty slow
    - taking 10 logs out of bank and puts them in bank again
    - running out of bank
    -I posted at the top how to make it faster (i'll probably make a speed one that doesn't look human), however I still get 1.5k bows an hour which seems pretty reasonable.
    -it's nearly impossible to have the bot 100% click on 'All' every time, so it just re-banks them and tries again.
    -Have you download the newest version? It can't possibly run out of the bank because I took out left clicking awhile ago.

    I have also re-uploaded 2.12 to fix the syntax error.
    Last edited by Lord Waffles; 03-20-2013 at 08:35 PM.

  18. #43
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Everything ruuns smootj it sometimes does actually hit the longbow button and put in the number to fletch, but sometimes, it clicks the knife, then the log, then the mouse goes down to the bow but doesnt click the bow, and goes back to the knife and log, but doesnt click bow.. dont know why

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

    Default

    Quote Originally Posted by altairscreed View Post
    Everything ruuns smootj it sometimes does actually hit the longbow button and put in the number to fletch, but sometimes, it clicks the knife, then the log, then the mouse goes down to the bow but doesnt click the bow, and goes back to the knife and log, but doesnt click bow.. dont know why
    Not sure what you mean? Is it failing in it's attempt to fletch the log into a bow? If so does it eventually correct itself or does it endlessly loop in failure?

  20. #45
    Join Date
    Nov 2011
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    the bank colors in the script.. which bank is it for (catherby?)

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

    Default

    Quote Originally Posted by Tocholoko View Post
    the bank colors in the script.. which bank is it for (catherby?)
    Yes.

    Quote Originally Posted by Lord Waffles View Post
    No, what you want to do for the bank color is take the color picker in Simba like so:
    Attachment 19988
    Then use to select a color on the bank like so:
    Attachment 19989
    Do that twice on two different spots that you think have a 'kind of unique color'

  22. #47
    Join Date
    Jan 2007
    Posts
    448
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hey guys, I noticed the bank feature wasn't working with the new left click bank update so I fixed it in my version of the script. (Hope you dont mind waffles)

    Replace line 103-112 with
    Code:
          if P07_FindObjCustom(x,y, ['se','ank','ooth'],[bankcolour1,bankcolour2], 5) then
            begin
              randomWaitTime;
              ClickMouse2(mouse_right);
              randomWaitTime;
              P07_ChooseOptionMulti(['ank']);
              case random(1000) of
                1..700:    Wait(RandomRange(300, 1000));
                701..900:  Wait(RandomRange(400, 1500));
                901..1000: Wait(RandomRange(500, 3000));
    enjoy
    Wizzup threatened to rape me unless I removed my signature.

  23. #48
    Join Date
    Mar 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Stops working after 1 inventory... Pest control bank

    Edit: Fails to input amount of yews to fletch.
    Last edited by yankees; 03-21-2013 at 09:32 PM.

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

    Default

    My problem is that it starts up fine and does everything fine up until the fletching of the bows. it selects the knife. hovers over the 1st yew log then doesnt click it... and just continues to do this endlessly.

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

    Default

    Quote Originally Posted by t3hl33tn00b View Post
    Hey guys, I noticed the bank feature wasn't working with the new left click bank update so I fixed it in my version of the script. (Hope you dont mind waffles)

    Replace line 103-112 with
    Code:
          if P07_FindObjCustom(x,y, ['se','ank','ooth'],[bankcolour1,bankcolour2], 5) then
            begin
              randomWaitTime;
              ClickMouse2(mouse_right);
              randomWaitTime;
              P07_ChooseOptionMulti(['ank']);
              case random(1000) of
                1..700:    Wait(RandomRange(300, 1000));
                701..900:  Wait(RandomRange(400, 1500));
                901..1000: Wait(RandomRange(500, 3000));
    enjoy
    Of course not lol, just now saw this after I updated the script. 2.31 should now work with the new left clicking

    Quote Originally Posted by Yankees
    Edit: Fails to input amount of yews to fletch.
    I updated the fail-safe for checking to see if you are at the "Enter amount" screen...MUCH MUCH better to say the least.

    Quote Originally Posted by spacefraser
    My problem is that it starts up fine and does everything fine up until the fletching of the bows. it selects the knife. hovers over the 1st yew log then doesnt click it... and just continues to do this endlessly.
    Please make sure in your user settings at the top that
    Simba Code:
    logType = 'ew'

Page 2 of 36 FirstFirst 123412 ... 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
  •