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.

Hybris

Members
  • Joined

  • Last visited

Everything posted by Hybris

  1. Open the inventory before trying to eat
  2. Np let me know what the result is & I'm not exactly sure but I think the interval is how often it gets checked; like for example interval is 1000: the condition gets checked every second
  3. if (target.interact("Attack")) ; The ";" shouldn't be there, also look into Lambda expressions for the conditional sleep: https://osbot.org/forum/topic/127193-conditional-sleep-with-lambda-expressions/ if (!myPlayer().isUnderAttack() && myPlayer().getInteracting() == null && targetTile != null) I didn't look very well at the code but I'm pretty sure the mistake is in here. Fixing the above mistake might fix this too, but it's probably still detecting that your player is under attack or interacting with something when it gets to this point & thus skipping the loot function.
  4. Did you use walking.walk() or walking.walkPath()? if using the walkPath it's probably because your positions are too far apart from eachother, try to place them closer to eachother If you don't mind performance (like you don't want to run a botfarm of them) it doesn't really matter to use the (double) webwalk but if you do it's probably better to make a solid walkPath Feel free to post a reworked version of the script below & I'll take another look at it, I'm not 100% confident in my Java skills & might not be using all the best practices so it's probably a good idea to have another pair of eyes on it. - Hybris
  5. I added a bunch of comments that will hopefully help you on your way - Hybris
  6. Hit me up on my discord, I have a couple for sale
  7. Hybris replied to supuLi's topic in Archive
    Add me on discord Janne#1565

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.