Jump to content

World Hop Not Working 2.5.40


Khoum

Recommended Posts

    I've tried
		worlds.hopToP2PWorld();
        getWorlds.hopToP2PWorld();

    public void worldHop() throws InterruptedException {
        getWorlds().hopToP2PWorld();
        sleep(1500 + random(1,30)*11);
        getTabs().open(Tab.INVENTORY);
        new ConditionalSleep(1500) {
            @Override
            public boolean condition() throws InterruptedException {
                return getTabs().getOpen() == Tab.INVENTORY;
            }
        }.sleep();
    }


When launching OSBot, the first world hop is successful and will scroll to pick a random world.  However, on subsequent world hops, it opens the world hopping panel and is unable to scroll to pick another world. 

 

I saw other posts saying to use version .37+ but version .38 also gave me this issue? I am using stealth injection

 

 

This is the other post I am referring to 

 

Edited by Khoum
Adding link
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...