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.

homes196

Members
  • Joined

  • Last visited

Everything posted by homes196

  1. @Explv Thank you for the detailed response, using myPlayer().getName().equals fixed my issue. I mix up other practices from other programming languages (Lua) sometimes and I'm not that great at Java yet.
  2. I've defined my player's display name in a String variable (changed actual player's name for this example): String MULE_NAME = "displayname"; And a method that checks their name: public void getJob() { if (getPlayers().myPlayer().getName() == MULE_NAME) { CURRENT_JOB = "Mule"; } else { CURRENT_JOB = "Other job"; } } It ALWAYS returns as "Other job". I've double checked that I've entered the right display name into MULE_NAME and even had the log output the variable and my player's name every loop. They match in the log yet apparently are not the same. What gives?
  3. Mine does this too and has been since I started using OSBot, no idea what the issue is. Minimizing and restoring the window fixes it temporarily though.

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.