It might be possible to build something close to this by dumping search results to the chat window for log parsing. Some limitations I see here..
Can only capture the 8 prices on screen at any time. More than that requires paging. Cross-city would also require a seperate price capturing session. So initially seeding the DB with objects and prices would be tedious.
Purchased items would not automatically remove from the DB. You would need to refresh it periodically to remove old prices.
Prices include color data that would have to be stripped off of each denomonation befor any math could be done on it.
|