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.

obrands

Members
  • Joined

  • Last visited

  1. It worked like a charm! Also, i had downloaded the JDK 11 and JRE 8.. so i saw that i didnt have the JDK 8 which was my fault. Although, thanks alot! Cheers
  2. Thanks, will check and reply if it works!
  3. import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest( logo = "1", name = "testing", version = 1, author = "Obrands", info = "hi") public class Main extends Script { @Override public void onStart() { log("welcome"); } @Override public int onLoop() throws InterruptedException { NPC goblin = npcs.closest("goblin"); if (goblin != null) { goblin.interact("Attack"); } return random(1000, 2000); } @Override public void onExit() { log("bye"); }
  4. Hi everyone. So im new to writing scripts and just want to try a script that i wrote quite fast. So i tried to make the script to a jar file by going to project structure/artifacts/new jar/empty and i choose the "compile output" file from avaliable elements and then applied the settings. After i build it, i get the jar file and when i start OSBOT i can't find it in the bot scripts... Then i downloaded a jar file from the forum and put it in the script folder, and when i start OSBOT i can see the downloaded JAR script but not my own script... if i check the logger, it says [INFO][03/21 03:37:41 em]: Started bot #1 [ERROR][03/21 03:37:43 em]: Failed to load local script : Main.class [ERROR][03/21 03:37:44 em]: Failed to load local script : Main.class [ERROR][03/21 03:37:44 em]: Failed to load local script : Main.class [ERROR][03/21 03:37:45 em]: Failed to load local script : Main.class .... maybe someone can guide me how to create jar file the right way or writing the script haha🙉

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.