sudoinit6 Posted June 27, 2017 Share Posted June 27, 2017 If I use: script.grandExchange.buyItems(GrandExchange.Box.BOX_3); It opens up grand exchange box 3, but then: script.grandExchange.buyItem(itemID, string, int, int) Box 3 and opens the first empty box. I don't see anything for buying where I can input the desired information after box 3 is already open, can someone please let me know what I am missing? Quote Link to comment Share on other sites More sharing options...
Alek Posted June 27, 2017 Share Posted June 27, 2017 BuyItem does everything for you and uses the first available box to do it. BuyItems was the original method which only clicks "Buy" on the desired GrandExchange box. This means you can either have OSBot do everything for you, or you write your own GrandExchange methods. 1 Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted June 27, 2017 Author Share Posted June 27, 2017 Gotcha, thanks for the clarification, at least now I can quit attempting to do something that isn't possible with the API! Quote Link to comment Share on other sites More sharing options...