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
  • Succulent GE Beggar (P2P)


    Succulent

    Recommended Posts

    19 hours ago, Sicilian7 said:

    This script is OK, but would be especially good if it had a feature allowing hops to only F2p Worlds. 

    
    final List<World> worlds = getWorlds().noMinimumLevel();
    World world = getWorlds().getWorld(target_world);
       if (world != null && !world.isPVP() && world.isF2P() && world.getRealID() != 345 && worlds.contains(world)){
          found_world = true;
       }
    }
    if (getWorldHopper().hopWorld(target_world)){
       sleepUntil(() -> getClient().getCurrentWorld()!=current_world,5000);
    }
    
    

    Something like the above should do the job. I can help out if you need it, but I would really love to see this script support F2P. I would totally use it if it did.

    Hi, that code is OK, but I could easily add f2p support to the script if I wanted to. However, it is planned for part of a premium version along with a bunch of other features in the future.

    Link to comment
    Share on other sites

    • 2 weeks later...
    • 1 month later...
    • 3 weeks later...

    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.