m1keschm1dt Posted May 11 Share Posted May 11 I wanna set up my scripts to buy from the grand exchange, how would i go about doing that? Thanks in advance fellas Quote Link to comment Share on other sites More sharing options...
Czar Posted May 12 Share Posted May 12 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 Quote Link to comment Share on other sites More sharing options...
m1keschm1dt Posted May 12 Author Share Posted May 12 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? Quote Link to comment Share on other sites More sharing options...
Muffins Posted May 12 Share Posted May 12 1 hour ago, m1keschm1dt said: thanks! one more question? where do i find the api? https://osbot.org/api/ Quote Link to comment Share on other sites More sharing options...
m1keschm1dt Posted May 12 Author Share Posted May 12 6 minutes ago, Muffins said: https://osbot.org/api/ thank you! Quote Link to comment Share on other sites More sharing options...
m1keschm1dt Posted May 12 Author Share Posted May 12 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 Quote Link to comment Share on other sites More sharing options...
Muffins Posted May 12 Share Posted May 12 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 Quote Link to comment Share on other sites More sharing options...
m1keschm1dt Posted May 12 Author Share Posted May 12 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 1 Quote Link to comment Share on other sites More sharing options...
Czar Posted May 13 Share Posted May 13 I'll finish off the scripting tutorial real quickly Quote Link to comment Share on other sites More sharing options...