Fran 99 Posted April 3, 2015 Hey guys, how it's going? I am experiencing an issue (maybe?), with the hopWorld() method from the getWorldHopper() class. private final int[] randomWorld = new int[]{302,303,304,305,306}; // int hopTo = randomWorld[Calculations.random(0,randomWorld.length-1)]; getWorldHopper().hopWorld(hopTo); Basically, the dude logs out and does nothing. I would also like to understand the difference between hopWorld() and quickHop(). Thanks!
Zawy 990 Posted April 3, 2015 Quickhop will just disconnect you and change worlds. Worldhop will log you out, change world, type username & password. Not sure if it's broken.
DefCon 121 Posted April 3, 2015 I used this pretty frequently in my Script. Haven't seen it broken but ill test it out again later today.
Nuclear Nezz 2062 Posted April 6, 2015 I used this pretty frequently in my Script. Haven't seen it broken but ill test it out again later today. Any news on that?
Nuclear Nezz 2062 Posted April 6, 2015 Confirmed working: Alrighty, ty Franjey you might have another problem then.
Fran 99 Author Posted April 7, 2015 Alrighty, ty Franjey you might have another problem then. I will be taking a look at the code (which is in the OP), using quickHop() in the meanwhile Anyways, I guess this can be closed. Thanks guys
Recommended Posts
Archived
This topic is now archived and is closed to further replies.