Jump to content

status of GE selling slot


Recommended Posts

Posted

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
  • Like 5
Posted

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...