sigex Posted June 19, 2013 Share Posted June 19, 2013 Doesn't show up in the client, help. I'm new, but i know Java Link to comment Share on other sites More sharing options...
Bradsta Posted June 20, 2013 Share Posted June 20, 2013 Looks great man! Not sure if this will help with the worldHop feature but I've outlined two arrays of the worlds one including F2P, and one not including F2P. If you wish you could make a third list, and eliminate World 301 & 302 since those are almost always the only possible full ones. public final int[] ALL_WORLDS_EXCLUDE_F2P = { 301, 302, 303, 304, 305, 309, 310, 311, 312, 313, 314, 318, 319, 320, 321, 322, 325, 326, 327, 328, 329, 330, 333, 334, 335, 336, 337, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378 }; public final int[] ALL_WORLDS_INCLUDE_F2P = { 301, 302, 303, 304, 305, 306, 309, 310, 311, 312, 313, 314, 317, 318, 319, 320, 321, 322, 325, 326, 327, 328, 329, 330, 333, 334, 335, 336, 337, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378 }; public int getRandomWorld(int[] worldList) { return worldList[random(0, worldList.length)]; } Also I tried using wordHopper.hop() and it logs me out successfully, but doesn't proceed any further. Am I using the method wrong, or is it not fully working? Link to comment Share on other sites More sharing options...
Nicholas Posted June 21, 2013 Share Posted June 21, 2013 cheers, random finder bot makers will apreciate this Link to comment Share on other sites More sharing options...
GOD Posted June 21, 2013 Share Posted June 21, 2013 thanks Link to comment Share on other sites More sharing options...
Zrecked Posted June 29, 2013 Share Posted June 29, 2013 Cahool Link to comment Share on other sites More sharing options...
Rick Posted July 11, 2013 Share Posted July 11, 2013 thanks! Link to comment Share on other sites More sharing options...
bearsuiits Posted July 19, 2013 Share Posted July 19, 2013 ty4thid Link to comment Share on other sites More sharing options...
Nozyeee Posted July 23, 2013 Share Posted July 23, 2013 tanks Link to comment Share on other sites More sharing options...
Declan Services Posted July 23, 2013 Share Posted July 23, 2013 Thanks. Link to comment Share on other sites More sharing options...
Bob Barker Posted July 23, 2013 Share Posted July 23, 2013 Thanks and keep up the good work! Link to comment Share on other sites More sharing options...
EmperorsChampion Posted July 27, 2013 Share Posted July 27, 2013 awesome job! keep up that hard work! Link to comment Share on other sites More sharing options...
jsmith8 Posted July 28, 2013 Share Posted July 28, 2013 thats a good update ;) Link to comment Share on other sites More sharing options...
DJay Posted July 29, 2013 Share Posted July 29, 2013 Looks great man! Not sure if this will help with the worldHop feature but I've outlined two arrays of the worlds one including F2P, and one not including F2P. If you wish you could make a third list, and eliminate World 301 & 302 since those are almost always the only possible full ones. public final int[] ALL_WORLDS_EXCLUDE_F2P = { 301, 302, 303, 304, 305, 309, 310, 311, 312, 313, 314, 318, 319, 320, 321, 322, 325, 326, 327, 328, 329, 330, 333, 334, 335, 336, 337, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378 }; public final int[] ALL_WORLDS_INCLUDE_F2P = { 301, 302, 303, 304, 305, 306, 309, 310, 311, 312, 313, 314, 317, 318, 319, 320, 321, 322, 325, 326, 327, 328, 329, 330, 333, 334, 335, 336, 337, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378 }; public int getRandomWorld(int[] worldList) { return worldList[random(0, worldList.length)]; } Also I tried using wordHopper.hop() and it logs me out successfully, but doesn't proceed any further. Am I using the method wrong, or is it not fully working? Will after update :p Link to comment Share on other sites More sharing options...
sexbom Posted July 29, 2013 Share Posted July 29, 2013 Gj on this m8 Link to comment Share on other sites More sharing options...
Jaybro02049494 Posted August 11, 2013 Share Posted August 11, 2013 nice, i got stuck alot on world hopping glad its fixed Link to comment Share on other sites More sharing options...