Jump to content

Script gets stuck at switching random f2p worlds.


candyfreak

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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/

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