Jump to content

Sexybeast

Lifetime Sponsor
  • Posts

    95
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Sexybeast

  1. private int nextWorldInOrder(boolean members) { return getWorlds().getAvailableWorlds(true) .stream() .filter(world -> !world.isPvpWorld() && world.isMembers() == members && !world.getActivity().contains("skill") && !world.getActivity().contains("Deadman") && world.getId() > getWorlds().getCurrentWorld()) .min(Comparator.comparingInt(World::getId)) .map(World::getId) .orElseGet(() -> members ? 302 : 301); } and then getWorlds().hop(nextWorldInOrder(true)); should work for you, if u want to use total level worlds aswell then parseInt of world acrivity and check if ur total level > required
  2. I updated Explv one recently, its waiting for merge in pull requests, you can download it here: Tutorial Island 6.1
  3. bump
  4. bbump
  5. bump
  6. bump
  7. bump
  8. bump
  9. bump
  10. bump
  11. bump
  12. bump
  13. buymp
  14. Bunp
  15. bump
  16. bump
  17. bumpy
  18. bump
  19. bump
  20. Bump
  21. Sexybeast

    sold

    .
  22. Bump
  23. bump
×
×
  • Create New...