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.

Get option list of entities

Featured Replies

Currently working on a barrows script, but I'm quite stuck at the tunnel since there is no way of getting the door's options and check if they are openable or not, made a workaround using

"if(selectEntityOption(doorObj, "Open", "Door"))"

Although, that probably won't work every time and fail.

 

If I were able to get the options of the doors then it would be possible to write a A*-like pathfinding algorithm and speed up the tunnel by a bunch

 

Regards

 

Doors in RuneScape have a different object id for opened/closed states. If not, you can get the direction of a door.

  • Author

@Kati, unfortunately the search for action method only works when the menu is being drawn

 

@Velocity, The doors have the same ID if they are openable or not, also they are always closed and don't animate when opening. The only way that I can think of that would make it work is gathering a list of closest doors and then checking if they have an option 'Open', sadly I'm missing that method

 

Regards

I think that the tunnels in barrows use config.

client.getConfig(int config);

Turn on the Config debug and see what happens when you do a barrow round.

 

You should get something like this in your code if the config works:

int tunnelConfig = client.getConfig(999); // It's not 999 ofc.
if(tunnelConfig == 1) {
  // Northern door
}

if(tunnelConfig == 2 {
  // Eastern door
}

Edited by SXForce

  • Author

Tried configs already, nothing changes when doors are shuffled

 

Regards

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

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.