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.

2.3.40 bugs

Featured Replies

player.getClosest; Issue is getting the players by capitalized names such as names like "plainoldname" work but names such as "Plain old Name" won't work and return nulls.

 

inventory.isFull: Is constantly return full even if you have only a couple items actually in it.

 

bank.withdrawAll: Bugged, refuses to withdraw but works in 2.3.39

 

trading.accept: Does nothing for both trade screens

 

objects.getClosest("name"): Null checking is junk'd once it loads it once it'll keep returning that its not a null and you'll now be forced now use that and objects.getClosest("name").isVisible() to fix it.

Edited by 7331337

  • Author

Issue was fixed 2.3.39

Edited by 7331337

player.getClosest; Issue is getting the players by capitalized names such as names like "plainoldname" work but names such as "Plain old Name" won't work and return nulls.

 

inventory.isFull: Is constantly return full even if you have only a couple items actually in it.

 

bank.withdrawAll: Bugged, refuses to withdraw but works in 2.3.39

 

trading.accept: Does nothing for both trade screens

 

objects.getClosest("name"): Null checking is junk'd once it loads it once it'll keep returning that its not a null and you'll now be forced now use that and objects.getClosest("name").isVisible() to fix it.

 

Please be VERY specific when reporting bugs.

 

1. closest(String... names) uses something called NameFilter that ignores case. Are you sure the issue isn't stemming from those spaces?

 

2. I was not able to replicate isFull() issue

 

3. Fixed in 2.3.41.

 

4. Are you sure that you aren't re-defining that reference and it's grabbing something else aka getObjects().closest("Tree") ?

  • Author

Please be VERY specific when reporting bugs.

 

1. closest(String... names) uses something called NameFilter that ignores case. Are you sure the issue isn't stemming from those spaces?

 

2. I was not able to replicate isFull() issue

 

3. Fixed in 2.3.41.

 

4. Are you sure that you aren't re-defining that reference and it's grabbing something else aka getObjects().closest("Tree") ?

 

1. Just tested and it was for any-name with a space

2. That was my fault it seems =/

3. ;)

4.  Nope I'm never redefining (Unless calling it directly from getObjects().closest("Tree") is doing that by default )and other scripters on chat reported the same thing and do a visibility check to fix it

 

I'll be more specific next time.

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.