Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Worldhopping possibly broken?


    Fran

    Recommended Posts

    Posted

    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!

    Posted

    Quickhop will just disconnect you and change worlds.

    Worldhop will log you out, change world, type username & password.

    Not sure if it's broken.

    Posted

    I used this pretty frequently in my Script. Haven't seen it broken but ill test it out again later today.

    Posted

    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?

    Posted

    Alrighty, ty <3

    Franjey you might have another problem then. :P

    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

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.