MarWo22 Posted February 27, 2018 Share Posted February 27, 2018 Is there a way to check the prices of an item on the GE in your script? For example the instant buy and sell prices of items. This could be very usefull in flipping bots and to check the marging for which items are the most profitable. Quote Link to comment Share on other sites More sharing options...
Butters Posted February 27, 2018 Share Posted February 27, 2018 Dunno about the "instant sell/buy" prices, but there are a lot of snippets to check osrs/osrs wiki/rs buddy prices. There are a few simpler solutions though. And I found that RSbuddy are not always accurate (well none are actually). Snoop around in Snippets section, should find more. 1 Quote Link to comment Share on other sites More sharing options...
ByteStack Posted March 5, 2018 Share Posted March 5, 2018 You can make your script sell one item for 1, and buy it for say double it's ge price. Then record what price it sells and buys for. There's no database for that setup right now and I doubt there will be one in the future be cause of how often it all would need to be updated in order to be relevant. Quote Link to comment Share on other sites More sharing options...
inababila Posted March 5, 2018 Share Posted March 5, 2018 (edited) Maybe buy an item and have a variable that checks the price you paid and the remainder you took from the collection box and that would give you the price of how much an item is boght for. Edited March 5, 2018 by inababila Quote Link to comment Share on other sites More sharing options...