Jump to content

Script gets stuck at switching random f2p worlds.


Recommended Posts

Posted (edited)

So when i try to hop to a random f2p world with

 

hopToF2PWorld()

 

it seems to randomly get stuck on worlds >= 84 and just hover forever randomly.

 

 

This is a more full snippet of what i'm doing.

if(!this.sA.getInventory().isFull()) {
this.sA.worlds.hopToF2PWorld();
}

Is this because i'm not properly checking to ensure that the world switch rs2widget is up or something or is this a client problem???

 

I've gotten random world hopping to work in my own method by using a rng and using hop() but this still only works for the first 8ish f2p worlds.

 

 

 

Update: Seems like it may be just world 384 that it bugs on will continue testing, used hop instead of hoptof2pworld() and ignored world 384.

 

Update: Didn't fix it Noticed it happens with worlds greater than 84.

 

Edited by candyfreak
Posted (edited)

Well, if need be, a kind bug has a snipped lying around for world hopping in the snippets section.

 

Doesn't avoid tournament worlds atm though

 

A kind bug ?? i only see your other script.

 

I tried a few other things to get world hopping to work with all the f2p worlds. Still having the problem similar to this bug posted in the past.

 

http://osbot.org/forum/topic/83016-hopping-world-bugs/?hl=hoptof2pworld

 

If you don't feel like reading that pretty much my script hover's over the world and never clicks it and the 

hoptof2pworld never returns anything (true or false) causing the script to stop doing anything. This happens randomly.

 

 

Update: Seems like it may be just world 384 that it bugs on will continue testing, used hop instead of hoptof2pworld() and ignored world 384.

 

Update: Didn't fix it Noticed it happens with worlds greater than 84.

Edited by candyfreak
Posted

A kind bug ?? i only see your other script.

 

I tried a few other things to get world hopping to work with all the f2p worlds. Still having the problem similar to this bug posted in the past.

 

http://osbot.org/forum/topic/83016-hopping-world-bugs/?hl=hoptof2pworld

 

If you don't feel like reading that pretty much my script hover's over the world and never clicks it and the 

hoptof2pworld never returns anything (true or false) causing the script to stop doing anything. This happens randomly.

 

 

Update: Seems like it may be just world 384 that it bugs on will continue testing, used hop instead of hoptof2pworld() and ignored world 384.

 

Update: Didn't fix it Noticed it happens with worlds greater than 84.

 

 

I believe he meant this: http://osbot.org/forum/topic/73332-instant-hopper/

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...