Jump 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.

Is worlds.hop() working for you?

Featured Replies

Hi, is the mentioned method working for you? I'm certain it is being called in my script - I event commented whole onLoop() body and just put simple "worlds.hopToP2PWorld();" line - and nothing happens. Can someone confirm this? Can it be caused by the update of world switcher as it shows players on each server now?

It's been broken for ages.

 

I saw this thread a while ago and assumed it would be fixed, but it never was (even though alek said there wasn't a problem). http://osbot.org/forum/topic/74677-world-hopper-bugged/

 

I am testing using this code

		for(int world = 302; world < 307; world++) {
			while(worlds.getCurrentWorld() != world) {
				log(worlds.hop(world));
				sleep(10000);
			}
		}

and

		for(int world = 2; world < 7; world++) {
			while(worlds.getCurrentWorld() != world) {
				log(worlds.hop(world));
				sleep(10000);
			}
		}

Edited by Diclonius

  • Author

Actually I was using this method in one of my private scripts and it was working just fine. Logged in today after a few days and it won't hop. :(

Actually I was using this method in one of my private scripts and it was working just fine. Logged in today after a few days and it won't hop. sad.png

oh right tongue.png.I just assumed it was broken between now and that thread.

Edited by Diclonius

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.