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.

WebWalking no route found! However works most of the time.

Featured Replies

Versions: 2.1.4.105 & 106

 

I have no idea why but sometimes WebWalking throws an error that it can not find a route to a tile which has worked before and works sometimes.

 

I have tried to play around with destination tiles and such around the target area but this keeps popping up over time.

 

Example of this happening:

 

CGQ0KyI.jpg

 

Webwalking was initialized since tutorial island, after it leaves tutorial island everything is fine other methods work however when i start a WebWalkingEvent event it throws this error. (z=1 is correct btw)

 

Code:

        public void webWalkToPosition(Position position, BooleanSupplier condition, int energy_threshold) {
		WebWalkEvent walk = new WebWalkEvent(position);
		walk.setEnergyThreshold(energy_threshold);
		walk.setBreakCondition(new Condition() {
			@[member=Override]
			public boolean evaluate() {
				return condition.getAsBoolean();
			}
		});
		getMP().execute(walk);
	}

  • 4 weeks later...

You're not showing your code, you are just showing some wrapper method. Chances are you are using something like area.getRandomPosition() and it's returning a position in that area which is unreachable. Make sure if you are using areas to use the area constructor for web walking. 

  • Author

You're not showing your code, you are just showing some wrapper method. Chances are you are using something like area.getRandomPosition() and it's returning a position in that area which is unreachable. Make sure if you are using areas to use the area constructor for web walking. 

 

 

The Position was a final position defined by me and it is reachable and everything.

 

 

 

worked before and works sometimes.

 

I thought it was weird as sometimes it worked fine but in some run instances it did not which is why i made this thread.

 

i made this thread a while a ago and currently it is working, i think the following few updates later it was solved / has not come up gnome.png

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.