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.

Inventory ID's Option

Featured Replies

There's pretty much an option to select to see the ID's of just about everything...besides the inventory. I think this is one of the most useful as half of the items people would write scripts for involve interacting with items in the inventory (yes names are better but for things like banking currently ID's are the only thing to use).

 

Just add a nice little "Inventory Items" to the advanced tab so we can see those ID's :D

no just do

 

if(client.getBank().getItemForName(name) != null)

      client.getBank().withdraw(client.getBank().getItemForName(name).getId(),numToWithdraw);

 

Thats all you need to do

 

 

Same with inventory just do    getInventory().getItemForName   null check it then get id if not null.

Can be used for anything really and it gets the most up to date id

 

 

Edited by Anon

no just do

 

if(client.getBank().getItemForName(name) != null)

      client.getBank().withdraw(client.getBank().getItemForName(name).getId(),numToWithdraw);

 

Thats all you need to do

 

 

Same with inventory just do    getInventory().getItemForName   null check it then get id if not null.

Can be used for anything really and it gets the most up to date id

 

Some items have the same name but are different ie birds nest and birds nest that is empty

In this case use of id's is required.

 

They've got everything else there so i don't see why not. And using that logic they should remove all the paint options then because you can get npc by name too.

It's a simple addition that would take a dev 2 minutes to add, compile and release. SUPPORT

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.