Results 1 to 17 of 17

Thread: Bot's not depositing items properly

  1. #1
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Exclamation Bot's not depositing items properly

    Hi everyone, I've been experiencing a problem about my bots not depositing at the bank properly. They would hover their cursors over the Presets and click randomly within that area. I've ignored this problem for 2-3 days now by changing my Presets into empty backpacks but it sometimes misclicks so I've finally tried to search for a solution on the forums, but I haven't found any yet(still digging for a solution after posting this). And this happens in every script I use, private and public released scripts.

    For whoever might be able to help me, I thank you in advance.

    P.S.
    Not sure where to post this, if this is not the right spot to ask, I humbly request this post to be posted in the right section of the forum.
    Last edited by Renzanity; 03-17-2015 at 03:28 PM.

  2. #2
    Join Date
    Aug 2009
    Location
    Nova Scotia, Canada
    Posts
    604
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    I just had this happen to me earlier today. Presets screen was open and for the life of me I could not figure out why. Only happens to me once a week at most though.
    Never ever approach a computer saying or even thinking "I will just do this quickly".

  3. #3
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by renzanity View Post
    Hi everyone, I've been experiencing a problem about my bots not depositing at the bank properly. They would hover their cursors over the Presets and click randomly within that area. I've ignored this problem for 2-3 days now by changing my Presets into empty backpacks but it sometimes misclicks so I've finally tried to search for a solution on the forums, but I haven't found any yet(still digging for a solution after posting this). And this happens in every script I use, private and public released scripts.

    For whoever might be able to help me, I thank you in advance.

    P.S.
    Not sure where to post this, if this is not the right spot to ask, I humbly request this post to be posted in the right section of the forum.
    Quote Originally Posted by Bixby Sayz View Post
    I just had this happen to me earlier today. Presets screen was open and for the life of me I could not figure out why. Only happens to me once a week at most though.
    What are you trying to do in the backscreen? Are you using the preset button? Post your banking code?

  4. #4
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    What are you trying to do in the backscreen? Are you using the preset button? Post your banking code?
    I was running a script, and then when it comes down to depositing the items, the bot doesn't follow the function bankScreen.quickDeposit(QUICK_DEPOSIT_INVENTORY); for some odd reason.

    P.S.
    This happens on any script I run, The Mayors VEB Miner, Draynor Chop N' Bank, even my own Wine Stall Stealer. All of which bankScreen.quickDeposit(QUICK_DEPOSIT_INVENTORY);
    Last edited by Renzanity; 03-18-2015 at 02:20 AM.

  5. #5
    Join Date
    Aug 2009
    Location
    Nova Scotia, Canada
    Posts
    604
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by renzanity View Post
    I was running a script, and then when it comes down to depositing the items, the bot doesn't follow the function bankScreen.quickDeposit(QUICK_DEPOSIT_INVENTORY); for some odd reason.

    P.S.
    This happens on any script I run, The Mayors VEB Miner, Draynor Chop N' Bank, even my own Wine Stall Stealer. All of which bankScreen.quickDeposit(QUICK_DEPOSIT_INVENTORY);
    Ditto. Script calls bankScreen.quickDeposit(QUICK_DEPOSIT_INVENTORY); Nothing else.
    Never ever approach a computer saying or even thinking "I will just do this quickly".

  6. #6
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by renzanity View Post
    I was running a script, and then when it comes down to depositing the items, the bot doesn't follow the function bankScreen.quickDeposit(QUICK_DEPOSIT_INVENTORY); for some odd reason.

    P.S.
    This happens on any script I run, The Mayors VEB Miner, Draynor Chop N' Bank, even my own Wine Stall Stealer. All of which bankScreen.quickDeposit(QUICK_DEPOSIT_INVENTORY);
    Quote Originally Posted by Bixby Sayz View Post
    Ditto. Script calls bankScreen.quickDeposit(QUICK_DEPOSIT_INVENTORY); Nothing else.
    Add this line before the quick deposit please:


    writeLn(bankscreen.is open());

    Maybe it doesn't know the back is open.

  7. #7
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Add this line before the quick deposit please:


    writeLn(bankscreen.is open());

    Maybe it doesn't know the back is open.
    Thank you, sir! That works a lot better now.

  8. #8
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by renzanity View Post
    Thank you, sir! That works a lot better now.
    That wasn't a fix, I wanted you to tell me if it said true or false in the debug box before it tried to quick deposit

  9. #9
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    That wasn't a fix, I wanted you to tell me if it said true or false in the debug box before it tried to quick deposit
    It does say true. It waits for almost 5 seconds and executes the quickdeposit.

  10. #10
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by renzanity View Post
    It does say true. It waits for almost 5 seconds and executes the quickdeposit.
    Hmm, what script are you using ATM? I'll take a look

  11. #11
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Hmm, what script are you using ATM? I'll take a look
    I'm currently using a private script. Sent it to your inbox.

  12. #12
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by renzanity View Post
    I'm currently using a private script. Sent it to your inbox.
    Thanks. I ran 100 loops of the banking bit, and it never failed once. It's weird you said it hangs for 5 sec, because there is no code where it should wait. Is your SRL up to date (rev 1098)? If so, post a pic of your bank screen.

  13. #13
    Join Date
    Jun 2014
    Location
    Lithuania
    Posts
    475
    Mentioned
    27 Post(s)
    Quoted
    200 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Thanks. I ran 100 loops of the banking bit, and it never failed once. It's weird you said it hangs for 5 sec, because there is no code where it should wait. Is your SRL up to date (rev 1098)? If so, post a pic of your bank screen.
    The reason is if in the bankscreen mouse is near or on the top of add tab buttons and uptext(mostly any uptext) gets out of bankscreen bounds then bankscreen.isopen fails gives false false. Iv been getting like 1 out of 1-2k banks, someone must run huge farm there to witness much those fails

  14. #14
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by cosmasjdz View Post
    The reason is if in the bankscreen mouse is near or on the top of add tab buttons and uptext(mostly any uptext) gets out of bankscreen bounds then bankscreen.isopen fails gives false false. Iv been getting like 1 out of 1-2k banks, someone must run huge farm there to witness much those fails
    Pretty sure that is fixed

  15. #15
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Thanks. I ran 100 loops of the banking bit, and it never failed once. It's weird you said it hangs for 5 sec, because there is no code where it should wait. Is your SRL up to date (rev 1098)? If so, post a pic of your bank screen.
    Sorry for this late reply, I suddenly fell asleep. :P

    Anyway, I checked my Simba's version and it says Rev 1100.
    Simba Version


    And I ran the script before I fell asleep and woke up to my character stuck at the bank and my inventory looking like this.
    Bank screenshot


    I'm thinking that this might just be lag, or maybe the Draynor bankers got some beef with me. >_> (I hope that it's not the second one.)

    I'm going to run it alone this time, and see if the problem still persists. Thank you for helping me.

    If it still tries to give me problems, I'm thinking of using DTM's for backpack checking (is that a good idea?).

  16. #16
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

  17. #17
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    I mean your SRL-6 revision.
    I wasn't sure where to look for that, but I tried clicking on Update on SRL and this came out.
    Update

    SRL Updater: Local Version - "1098" | Remote Version = "1098"
    SRL Updater: Update File - "http://wizzup.org/static/srl/srl-6.tar.bz2"
    SRL Updater: Downloading...
    SRL Updater: Decompressing...
    SRL Updater: Extracting...
    SRL Update Successful!

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
  •