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 does not teleport

Featured Replies

So i returned to one of my scripts that was working fine a month back, and now when i use walking.webWalk(Area) it does not use teleports. It uses charterboats instead which is way slower. Am i missing something, was there some update which requires me to set the priorities somehow, or were teleports removed from webwalking? It was using teleports when last i ran it month and a half back.

Edited by anderiel

Create a new WebWalkEvent and use setPreferenceProfile. Create a new PathPreferenceProfile and set teleports to true. 

  • Author

When i used an event and set the PathPreferenceProfile to a new one with allowed teleports the only change is that the bot started using teleportation jewellery.


 


code that i am using right now:



WebWalkEvent event = new WebWalkEvent(locations[nextLocationIndex]);
event.setPathPreferenceProfile(PathPreferenceProfile.DEFAULT.setAllowTeleports(true));

if(!this.execute(event).hasFailed())
{
changeState();
}

  • Author

Ok i found the solution.

 

Or rather i found the bug/imperfection in the webwalking that was causing my problems. It would seem that the webwalking only checks if i have runes in inventory and does not bother about anything else, hence when i had law runes water runes and air staff equipped it did not realise i could teleport and decided to walk instead.

Create an account or sign in to comment

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.