Bloodycub Posted August 6, 2016 Share Posted August 6, 2016 Having problem hopping world basicly same problem as http://osbot.org/forum/topic/83016-hopping-world-bugs/?hl=hoptof2pworld Link to comment Share on other sites More sharing options...
RamSkulls Posted August 6, 2016 Share Posted August 6, 2016 Server problems tbh Link to comment Share on other sites More sharing options...
Bloodycub Posted August 6, 2016 Author Share Posted August 6, 2016 Server problems tbh Running ATM bad internet connection basicly its becous of it? Link to comment Share on other sites More sharing options...
RamSkulls Posted August 6, 2016 Share Posted August 6, 2016 Running ATM bad internet connection basicly its becous of it? ive been running internet of a phone hotspot and have been dcing when world hopping quit frequently so could be that or jagex server are shit Link to comment Share on other sites More sharing options...
Team Cape Posted August 6, 2016 Share Posted August 6, 2016 Having problem hopping world basicly same problem as http://osbot.org/forum/topic/83016-hopping-world-bugs/?hl=hoptof2pworld i made this awhile ago never used it tho, feel free to use it, these are only p2p worlds int[] p2pWorlds = {302, 303, 304, 305, 306, 309, 310, 311, 312, 313, 314, 318, 319, 320, 322, 327, 328, 329, 330, 333, 334, 336, 338, 341, 342, 343, 344, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 375, 377, 386}; private boolean hop() { int random = random(0, p2pWorlds.length - 1); while(random == worlds.getCurrentWorld()) { random = random(0, p2pWorlds.length - 1); } return worlds.hop(random); } Link to comment Share on other sites More sharing options...
Bloodycub Posted August 7, 2016 Author Share Posted August 7, 2016 i made this awhile ago never used it tho, feel free to use it, these are only p2p worlds int[] p2pWorlds = {302, 303, 304, 305, 306, 309, 310, 311, 312, 313, 314, 318, 319, 320, 322, 327, 328, 329, 330, 333, 334, 336, 338, 341, 342, 343, 344, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 375, 377, 386}; private boolean hop() { int random = random(0, p2pWorlds.length - 1); while(random == worlds.getCurrentWorld()) { random = random(0, p2pWorlds.length - 1); } return worlds.hop(random); } Thanks sure i will uset it but its pretty easy make F2P servers to 1 Link to comment Share on other sites More sharing options...
Acerd Posted August 8, 2016 Share Posted August 8, 2016 or just use FrostHopper 3 Link to comment Share on other sites More sharing options...