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.

Isolate

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Isolate

  1. import org.osbot.rs07.api.filter.Filter; import org.osbot.rs07.api.model.Item; import java.util.Arrays; these ones?
  2. Only works when I do it.
  3. isEmptyExcept(); is broken. A fix along the lines of: boolean inventoryEmptyExcept(final int...ints){ return !inventory.contains(new Filter<Item>() { @Override public boolean match(Item item) { return item != null && !Arrays.asList(ints).contains(item.getId()); } }); } Could be edited to strings ect
  4. Don't honestly know. But i'd assume something like this. npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc.getHeadMessage().equals("YOLO!") && npc.getRecentMessages().contains("YOLO!"); } });
  5. Looks Familiar :P
  6. Isolate replied to Solace's topic in Archive
    fixed it
  7. Hey this is my computer (kinda). I have the special edition one. and black not purple, good computer/10
  8. Why not freeeee
  9. There is a decanting npc and im pretty sure he handles noted too.... so... wat....
  10. I don't mean in the case of errors, its just nice to know, i'm bad with timezones and never remember when i push things and is just a pain Would be much appreciated so we could let our users know easier
  11. Since you deleted the other thread i'll post the same thing here. Can scripters get notifications when theirs scripts are compiled.
  12. The amount of times i've seen this requested since mine was released is minorly disturbing to me. Not saying nobody else can make one, but is mine like broken or not good enough to use?
  13. - check - client - client - client - impossible to do effectively
  14. ALOT easier in rs3...
  15. Can you please post the error it throws. those errors tell you what the problem is/where
  16. When bank is open (and potentially under more circumstances) in the mirror (and normal client) always returns true no matter whats in your inventory. 1.4 latest N/A N/A Personal script Inventory 64/64
  17. Those console things are nothing to do with this problem, just walker debugs Problem is partially the amount of ram you're allocating and the amount of ram the mirror uses when it passes between regions. I find allocating 1100 seems to not crash but the client jumps between 500-600mb of ram for me. Unfortunately it just uses alot for now.
  18. Isolate replied to Isolate's topic in Spam/Off Topic
  19. Isolate posted a topic in Spam/Off Topic
  20. you need to put mirrorclient.jar in C:/Users/*YOUR_NAME*/Osbot/data
  21. did you put the jar in the right folder?
  22. I thought it didnt show details for other users traps?
  23. if(this.equipment.contains(1935)) should be inventory return 0; not a good idea I don't really know why you put try/catch around everything when you run it and it breaks in the client it should generate a stack trace/error report for you to read, it tells you where the errors are and what they are. if you could post that here it'd be alot easier to help.

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.