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
  • isMembers() not working


    Mancubus

    Recommended Posts

    Posted

    The method is selecting f2p worlds too, 398 and 399 specificly.

    Posted
    On 10/27/2021 at 11:08 PM, Pandemic said:

    Can you post the full code you're using to select a world?

    This is what I use to get a list of worlds that I hop through, worked perfectly up until now. Id rather not post the full function but let me know if you need more.
    
    Worlds.all(w -> w != null && w.isMembers() && !w.isF2P() && w.getMinimumLevel() == 0 && w.isNormal() && !w.isPVP() && !w.isDeadmanMode() && !w.isTwistedLeague() && w.getRealID() != 581 && w.getRealID() != 398)){
    Posted
    8 hours ago, Mancubus said:
    This is what I use to get a list of worlds that I hop through, worked perfectly up until now. Id rather not post the full function but let me know if you need more.
    
    Worlds.all(w -> w != null && w.isMembers() && !w.isF2P() && w.getMinimumLevel() == 0 && w.isNormal() && !w.isPVP() && !w.isDeadmanMode() && !w.isTwistedLeague() && w.getRealID() != 581 && w.getRealID() != 398)){

    Using that filter I'm not seeing 398 or 399 included, how are you hopping worlds? It might just be a misclick?

    Posted
    32 minutes ago, Pandemic said:

    Using that filter I'm not seeing 398 or 399 included, how are you hopping worlds? It might just be a misclick?

    Hey you're right it's not included. It may be a misclick indeed otherwise I have no idea what causes it. I will try to catch the error and update this thread after.
     

    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.