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.

status of GE selling slot

Featured Replies

Looking to find out how to tell the difference between these 4 GE slot statuses

 

f06e55bb39.png

 

tried widgets but cannot find the correct one, any help is appreciated

Looking to find out how to tell the difference between these 4 GE slot statuses

 

f06e55bb39.png

 

tried widgets but cannot find the correct one, any help is appreciated

 

You can get the status for a specific box like so:

GrandExchange.Status status = getGrandExchange().getStatus(GrandExchange.Box.BOX_1);

Where the Box value is from BOX_1 to BOX_8:

 

And the status' returned are:

INITIALIZING_SALE
FINISHED_SALE
CANCELLING_BUY
INITIALIZING_BUY
COMPLETING_SALE
PENDING_BUY
FINISHED_BUY
CANCELLING_SALE
PENDING_SALE
COMPLETING_BUY
EMPTY
  • Author

 

You can get the status for a specific box like so:

GrandExchange.Status status = getGrandExchange().getStatus(GrandExchange.Box.BOX_1);

Where the Box value is from BOX_1 to BOX_8:

 

And the status' returned are:

INITIALIZING_SALE
FINISHED_SALE
CANCELLING_BUY
INITIALIZING_BUY
COMPLETING_SALE
PENDING_BUY
FINISHED_BUY
CANCELLING_SALE
PENDING_SALE
COMPLETING_BUY
EMPTY

how would an if statement such as if pending_sale look like

how would an if statement such as if pending_sale look like

if (getGrandExchange().getStatus(GrandExchange.Box.BOX_1) == GrandExchange.Status.PENDING_SALE) {
            
}
  • Author
if (getGrandExchange().getStatus(GrandExchange.Box.BOX_1) == GrandExchange.Status.PENDING_SALE) {
            
}

thank you :)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.