candyfreak Posted February 11, 2016 Share Posted February 11, 2016 (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 February 13, 2016 by candyfreak Quote Link to comment Share on other sites More sharing options...
Devry123 Posted February 11, 2016 Share Posted February 11, 2016 when a person try to hop world quickly it always get stuck somewhere even if is in p2p world. u should test it and see if am wrong or correct =] do it by hand though. Quote Link to comment Share on other sites More sharing options...
candyfreak Posted February 11, 2016 Author Share Posted February 11, 2016 when a person try to hop world quickly it always get stuck somewhere even if is in p2p world. u should test it and see if am wrong or correct =] do it by hand though. I'm assuming you mean by getting the widget scrolling etc. the painful way? Quote Link to comment Share on other sites More sharing options...
FrostBug Posted February 11, 2016 Share Posted February 11, 2016 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 1 Quote Link to comment Share on other sites More sharing options...
Devry123 Posted February 11, 2016 Share Posted February 11, 2016 so that mean is the tournament world. try to make not pick those worlds :p Quote Link to comment Share on other sites More sharing options...
candyfreak Posted February 13, 2016 Author Share Posted February 13, 2016 (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 February 13, 2016 by candyfreak Quote Link to comment Share on other sites More sharing options...
Zappster Posted February 13, 2016 Share Posted February 13, 2016 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/ Quote Link to comment Share on other sites More sharing options...