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.

timepudding

Members
  • Joined

  • Last visited

  1. nah, it still selects first battle staff. I tried using Item battleStaff = inventory.getItemInSlot(13); , but it still selects the first battlestaff.
  2. I’m working on a script that crafts earth battlestaffs. The script currently selects an orb and then a battlestaff from my inventory. However, I’m facing an issue where the script always selects the first battlestaff in the inventory instead of the one closest to the orb. the current script interacts with first one I want it to interact with the last one Item battleStaff = inventory.getItem(ITEM_BATTLESTAFF); Item earthOrb = inventory.getItem(ITEM_EARTHORB); if (battleStaff.interact(ACTION_SELECTITEM)) { sleep(random(400, 600)); if (earthOrb.interact(ACTION_SELECTITEM)) { sleep(random(700, 900)); return true; } else { log("Error: Failed to interact with Earth Orb."); } } else { log("Error: Failed to interact with Battle Staff."); }

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.