Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Mirror Mode] world hopper is broken

Featured Replies

[ERROR][bot #2][04/26 10:54:33 PM]: Error on random solver onLoop() : World Hopper

java.lang.NullPointerException

at org.osbot.rs07.api.Worlds.getAll(ek:102)

at org.osbot.rs07.api.filter.FilterAPI.filter(so:152)

at org.osbot.rs07.api.Worlds.getAll(ek:20)

at org.osbot.rs07.api.Worlds$8.onLoop(ek:125)

at org.osbot.rs07.event.RandomExecutor.run(df:728)

at java.lang.Thread.run(Unknown Source)

[iNFO][bot #2][04/26 10:54:33 PM]: Random solver exited : World Hopper

 

using regular hop(int);

It's supposed to return null if you are logged in. Similarly Npcs/Objects return null if you are logged out. Since it seems you are using the world hopper, what exactly is it doing?

 

I just tested world hopping and it's working fine.

  • Author

It's supposed to return null if you are logged in. Similarly Npcs/Objects return null if you are logged out. Since it seems you are using the world hopper, what exactly is it doing?

 

I just tested world hopping and it's working fine.

It logs out, clicks on the "Click on the switch" and then it spams the error, right now i'm using the old worldHopper and it is working just fine.

 

FYI, i messed up, hop(int) works fine, but if i try it with filter or even regular Worlds.hopToP2PWorld(); it'll give me the error.

 

 

I tried it even using this way;

Filter for it;

Filter<World> WORLDFilter = new Filter<World>() {
    @Override
    public boolean match(World w) {
        if (w.isMembers() && !w.isFull() && !w.isPvpWorld()) {
            return true;
    }
            return false;
    }
};
 

Edited by iJodix

new Filter<World>() {

                    @Override

                    public boolean match(World world) {

                        return !world.isPvpWorld();

                    }

                }

[ERROR][bot #1][04/27 04:51:11 PM]: Error on random solver onLoop() : World Hopper

java.lang.NullPointerException

at org.osbot.rs07.api.Worlds.getAll(ek:102)

at org.osbot.rs07.api.filter.FilterAPI.filter(so:152)

at org.osbot.rs07.api.Worlds.getAll(ek:20)

at org.osbot.rs07.api.Worlds$8.onLoop(ek:125)

at org.osbot.rs07.event.RandomExecutor.run(df:728)

at java.lang.Thread.run(Unknown Source)

 

5e04c969cc03e3f2982fd8bd71e2f026.png

 

All I used was:

 

getWorlds().hopToP2PWorld();

Please report this in the mirror mode bugs and errors forum. This is not a standard mode issue.

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.