May 11, 20251 yr I wanna set up my scripts to buy from the grand exchange, how would i go about doing that? Thanks in advance fellas
May 12, 20251 yr 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
May 12, 20251 yr Author 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?
May 12, 20251 yr 1 hour ago, m1keschm1dt said: thanks! one more question? where do i find the api? https://osbot.org/api/
May 12, 20251 yr Author 8 minutes ago, Muffins said: https://osbot.org/api/ how do i add it to the osbot window? im so confused looking at that page lmao
May 12, 20251 yr 13 minutes ago, m1keschm1dt said: how do i add it to the osbot window? im so confused looking at that page lmao 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
May 12, 20251 yr Author 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
Create an account or sign in to comment