February 11, 20169 yr 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, 20169 yr by candyfreak
February 11, 20169 yr 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.
February 11, 20169 yr Author 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?
February 11, 20169 yr 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
February 13, 20169 yr Author 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, 20169 yr by candyfreak
February 13, 20169 yr 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