Dab in a Lab Posted May 10, 2018 Share Posted May 10, 2018 I've been using getGrandExchange().buyItem(itemId: searchTerm: price: quanitity: ) and tried setting up an integer using getGrandExchange().getOfferPrice() and multiply it by .05 as a separate integer, but its not an acceptable action. It tells me its a double when it requires an int. I've also tried having it interact with the +5% widget, but it doesn't preform the action if I have it before or after the buyItem(). I've also tried directly putting the widget interaction in as the price, but it also has to be an integer. Whats the best way to do this? Do I need to set up my own GrandExchange function and not use buyItem()? Quote Link to comment Share on other sites More sharing options...
Chris Posted May 10, 2018 Share Posted May 10, 2018 Set up your own with the existing GE api use widgets to click the + 5% button twice 2 Quote Link to comment Share on other sites More sharing options...