m1keschm1dt Posted Sunday at 02:49 PM Share Posted Sunday at 02:49 PM 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 Monday at 11:53 AM Share Posted Monday at 11:53 AM 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 Monday at 12:48 PM Author Share Posted Monday at 12:48 PM 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 Monday at 01:48 PM Share Posted Monday at 01:48 PM 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 Monday at 01:54 PM Author Share Posted Monday at 01:54 PM 6 minutes ago, Muffins said: https://osbot.org/api/ thank you! Quote Link to comment Share on other sites More sharing options...
m1keschm1dt Posted Monday at 01:57 PM Author Share Posted Monday at 01:57 PM 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 Monday at 02:11 PM Share Posted Monday at 02:11 PM 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 Monday at 03:40 PM Author Share Posted Monday at 03:40 PM 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 18 hours ago Share Posted 18 hours ago I'll finish off the scripting tutorial real quickly Quote Link to comment Share on other sites More sharing options...