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.

Canidae

Members
  • Joined

  • Last visited

Everything posted by Canidae

  1. Canidae replied to Jedi's topic in Spam/Off Topic
    He has it turned off. This is how it looks for me when people have a long name: That doesn't seem right..
  2. Object IDs can change at any time, so you shouldn't rely on those. I recommend sticking with Position filtering instead.
  3. Instead of caching every item ID you need to know, you could also use this snippet made by @Explv. https://osbot.org/forum/topic/102611-ge-data-get-price-etc-by-item-name-no-external-libraries-required/
  4. If you can't figure it out using this snippet, I'm not sure if you are gonna be successful in writing a custom GE sell method.
  5. Yes they can. However, they can't see what client you are using, only if it's official or not. Based on that, you can't ban people and they won't.
  6. You could grab the price from OSBuddy's API. I think there's a snippet from that somewhere. You could just increase the price by 1.05 or 1.10, this makes it way too difficult.
  7. If you are not using the NPC outside the method, there's no reason to do so.
  8. What is the reason you're not using the built-in buy method?
  9. Hi, My plan is to write one or more free scripts for the SDN. I don't really know what script would contribute to the SDN, so please come up with your ideas. Canidae
  10. You are closing your if statement by putting a semicolon at the end of it. Your code should look like this. if (myPlayer().getPosition().equals(PLAYER_LOC)) { getBank().open(); }
  11. Very good tutorial, thanks!

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.