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.

shtknt

Members
  • Joined

  • Last visited

Everything posted by shtknt

  1. That's not my issue, also the information im gathering really only needs to sit within the onStart method as it is only needed to run once, for data collection, not repetitively
  2. Hey there, started to play around with scripting, although I can't find where to test my script, nothing is shown within the client, i'm assuming something is not right with my script manifest?, my code; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(name = "Cow Killer", author = "programer", version = 1.0, info = "", logo = "") public class CowKiller extends Script{ private String message; @Override public void onStart() throws InterruptedException { for(NPC n : npcs.getAll()){ if(n != null) message = n.getName() + ", " + n.getId(); System.out.println(message); } } @Override public int onLoop() throws InterruptedException { return 0; } }

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.