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 help

Featured Replies

hey guys, I have been trying to get web walking to work with teleports and amulets to save me time making my own paths and interactions for heaps of walking; I swear i saw someone say that web walking does that automatically;

So my question is, how exactly do I get it to do that ? Do i just have the items in inventory or equipped (when its an amulet or ring) ? 

Thanks for any help !

 

I've heard you need to configure something in webwalk settings, but will leave it to someone more experienced to answer :)

use WebWalkEvent and PathPreferenceProfile

  • Author
1 minute ago, Chris said:

use WebWalkEvent and PathPreferenceProfile

Does this also work with equipment eg. amulets and rings ?

  • Author

WebWalkEvent event = new WebWalkEvent(Area2);
event.setPathPreferenceProfile(PathPreferenceProfile.DEFAULT.setAllowTeleports(true));

event.getWalking().webWalk(Area2);

i suppose going to test if it uses amulets and stuff; 

@Chris does this look right ?

  • Author

Doesnt seem to work just sits there spamming magic tab and opening inventory tab ):

something like this

public void webToDestination(Position destination){
    //log("Walking to " + destination);
    WebWalkEvent event = new WebWalkEvent(destination);
    PathPreferenceProfile ppp = new PathPreferenceProfile();
    ppp.setAllowTeleports(true);
    event.setPathPreferenceProfile(ppp);
    event.prefetchRequirements(getBot().getMethods());
    execute(event);
}

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.