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.

localWalker.walkPath()?

Featured Replies

localWalker.walkPath(toship);

 

toship is my path.

but when i use this code the walkPath part gets a strike through it as shown above..

 

Is this a problem or will it run fine?

That means it's deprecated.

 

It will still work, but it's being phased out.

 

Use the Walking class instead.

 

getWalking()

 

localWalker.walkPath(toship);

 

toship is my path.

but when i use this code the walkPath part gets a strike through it as shown above..

 

Is this a problem or will it run fine?

 

 

use 

getWalking().webWalk(new Position(xcoord, ycoord, height));

a Yellow strikethrough means a method is deprecated which means it's still in the API, but there is a better method available and one that is also more up-to-date. A deprecated method is usually going to be removed soon so having it in your scripts is bad because after you release the script, if the devs release a build that no longer supports that method your whole script will break until you update it with the new build path and updated methods.

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.