Jump to content

Fixes for lag / low resources?


Johnxtrem

Recommended Posts

Hey, I've noticed that when running 5+ accounts, certain things don't work as intended. Methods that usually return the correct value, in that case don't.

For example, when trading:

trade.getOurOffers()contains() => Returns false, despite it's true.
trade.isFirstInterfaceOpen(); => Returns false, despite true.
trade.isSecondInterfaceOpen(); => Returns false, despite true.
trade.acceptTrade(); => Returns false, despite true.

 

What could be causing this?
I use conditional sleeps, but in some situations, my script realies on these to return the correct value causing unexpected behavior.

Could it be lag, heavy on resources?

Thanks! :)

 

 

Edited by Johnxtrem
Link to comment
Share on other sites

I've haven't been experiencing any issues with those methods in particular. What I've been having trouble with is interaction events performing repeated attempts even when the first attempt was a success. When interacting with a Banker to open the bank for example, it right-clicks the Banker, selects the "Bank" option, the bank opens immediately and the bot closes the bank interface only to attempt the interaction once again (even though the bot successfully interacted with the Banker). Maybe you could open a thread in the bugs section?

Edited by Adept
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...