Khoum Posted February 11, 2019 Share Posted February 11, 2019 (edited) 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 February 11, 2019 by Khoum Adding link Quote Link to comment Share on other sites More sharing options...
Khoum Posted February 15, 2019 Author Share Posted February 15, 2019 I've tried everything I could think of and on the latest build, does anyone have any advice on what I am doing wrong? Quote Link to comment Share on other sites More sharing options...