Jump to content

random breaks


Recommended Posts

Posted (edited)

ok, so i never had this problem before and all my scripts used to run good.

But now it seems the bot or my script (idk) takes like random breaks of like 30 seconds every minute or so, while it should be just doing its thing. 

It just freezes and waits, like the bot is afk and then resumes. 

This used to happens before to but now its waaay longer and it rlly effects my exp/h and gp/h.

Standard client (not mirror)

 

Can I ifx this?

Any reply would be appreciated.

Edited by dokato
Posted

So while this happens, is onLoop still being called?

If this is the case, it's your script. If not, and you have no while loops, some API method is most likely blocking.
The only method im aware of which may do that is localwalker#walk.
It shouldn't be difficult to check where it goes wrong if you just add a shitload of log messages.

  • Like 2
Posted

So while this happens, is onLoop still being called?

If this is the case, it's your script. If not, and you have no while loops, some API method is most likely blocking.

The only method im aware of which may do that is localwalker#walk.

It shouldn't be difficult to check where it goes wrong if you just add a shitload of log messages.

 

no while loops 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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