Mancubus 8 Author Posted October 29, 2021 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)){
Pandemic 2818 Posted October 29, 2021 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?
Mancubus 8 Author Posted October 29, 2021 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.