Jump to content

how do i find the api for buying from the grand exchange?


Recommended Posts

Posted

The devs made it easier now all it will take is calling this method:

getGrandExchange().buyItem("Abyssal whip", "Abyssal whip", 2_000_000, 1);

So in order, it's:

- Item name
- Item search terms (when searching for items)
- Item price
- Item quantity

Posted
54 minutes ago, Czar said:

The devs made it easier now all it will take is calling this method:

getGrandExchange().buyItem("Abyssal whip", "Abyssal whip", 2_000_000, 1);

So in order, it's:

- Item name
- Item search terms (when searching for items)
- Item price
- Item quantity

thanks! one more question? where do i find the api?

Posted
1 hour ago, Muffins said:

what are you talking about add it to the osbot window? the api just contains all of the available classes/methods for you to use when writing your script

oh i thought the api would add it to the osbot window, my bad man, i know nothing about writing my own script lol

  • Like 1

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...