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 Broken After Update?

Featured Replies

Error:

[ERROR][Bot #1][06/29 01:40:25 PM]: Error executing event : org.osbot.rs07.event.WalkingEvent@1fe58a
java.lang.IllegalStateException: Could not identify minimap interface child! Please report to developers.
	at org.osbot.rs07.api.util.GraphicUtilities.IiIiiiiiiiiI(ae:505)
	at org.osbot.rs07.api.util.GraphicUtilities.getMinimapScreenCoordinate(ae:738)
	at org.osbot.rs07.api.map.Position.isOnMiniMap(dh:518)
	at org.osbot.rs07.event.WalkingEvent.IiiIIiiiIiii(el:670)
	at org.osbot.rs07.event.WalkingEvent.execute(el:246)
	at org.osbot.rs07.event.EventExecutor$2.run(xe:230)
	at org.osbot.rs07.event.EventExecutor.execute(xe:101)
	at org.osbot.rs07.script.MethodProvider.execute(vk:519)
	at org.osbot.rs07.api.Walking.walk(bi:258)
	at test.TEST.onLoop(TEST.java:22)
	at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(yl:161)
	at java.lang.Thread.run(Unknown Source)
[INFO][Bot #1][06/29 01:40:25 PM]: Terminating script TEST...
[INFO][Bot #1][06/29 01:40:25 PM]: Script TEST has exited!

 

Code:

package test;

import org.osbot.rs07.api.map.constants.Banks;
import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;

@ScriptManifest(logo = "", author = "kj", name = "TEST", version = 0.1, info = "")

public class TEST extends Script {
    @Override
    public int onLoop() throws InterruptedException {
        getWalking().walk(Banks.YANILLE);
        return 1000;
    }
}

 

From what I see some of the hooks need updating.

Edited by k9thebeast

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.