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.

Explv

Scripter II
  • Joined

  • Last visited

Everything posted by Explv

  1. The source code is publicly available here: https://github.com/Explv/Explv.github.io
  2. Map has been updated to latest. If it does not show, empty your browser cache and reload.
  3. Will do
  4. I'll update it when I get the chance, thanks!
  5. UPDATED 2016-11-24: - Added copy/paste functionality - Added Ctrl-c copy keyboard shortcut - Added Ctrl-v paste keyboard shortcut - Added delete keyboard shortcut
  6. You can get them using filters like in the example you posted, and then just store the result. You would only need to do it once and it wouldn't be that inefficient
  7. Enable widgets in options. Hover over the widget, you will see the widget IDs in the same colour as the box surrounding your widget. Input those IDs into the debugger
  8. What's with the //********************************************************************************************************* ?
  9. The tutorial bug is a new update to tutorial island, haven't had the time to fix it yet, but will do it ASAP, hopefully tonight Thanks for the fishing bug report, I will take a look at that too.
  10. Do your scripts have a completion point where they stop? Or do you have to manually stop the script?
  11. Do you have access to the source code of these scripts?
  12. Sure, I can add some kind of grouping functionality like that
  13. Explv replied to Butters's topic in Snippets
    I wrote a snippet for this a while ago: http://osbot.org/forum/topic/88389-mining-rocks-with-ore-no-ids/
  14. It will work with any script, if the script has no CLI parameters, just leave that field blank
  15. if (getGrandExchange().getStatus(GrandExchange.Box.BOX_1) == GrandExchange.Status.PENDING_SALE) { }
  16. You can get the status for a specific box like so: GrandExchange.Status status = getGrandExchange().getStatus(GrandExchange.Box.BOX_1); Where the Box value is from BOX_1 to BOX_8: And the status' returned are: INITIALIZING_SALE FINISHED_SALE CANCELLING_BUY INITIALIZING_BUY COMPLETING_SALE PENDING_BUY FINISHED_BUY CANCELLING_SALE PENDING_SALE COMPLETING_BUY EMPTY
  17. A configuration should be highlighted in green while the client that the configuration was run on is open.
  18. You can use an AreaFilter: NPC warrior = getNpcs().closest(new NameFilter<>("Al-Kharid warrior"), new AreaFilter<>(area), Character::isAttackable);
  19. I did not misunderstand what you are trying to do. The registerHook method has been removed from the API, to achieve what you want to do, you will need to disable all randoms, and write your own login handler, like this: http://osbot.org/forum/topic/109560-a-simple-login-handler/
  20. You can now disable randoms all together using the: -allow norandoms CLI flag, and then write your own custom login handler
  21. UPDATED 2016-11-20 (Again): - Fixed error dialogs not displaying - Fixed not being able to add proxies - Added context menus, you can now right click on table rows to use options
  22. Sorry about that, issue has been fixed
  23. Sure I will add that in the next update

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.