GWToolboxpp
GWToolboxpp copied to clipboard
Cross account item search
- When login to each character, cache all items in internal DB
- Same for chest open
- New panel: Item Search
This panel shows which character is cached, if chest is cached, time since last cache update A simple search box is at the top, in real time a user can type any partial string The code will iterate each cached item and compare item name for partial match As a bonus, the mods attached to each item can also be searched
Bonus points for a CSV export with Charactername / Itemslot / ItemName / ItemCount
Î would instead suggest to implement a web service in gwtoolbox which can be accessed on locahost to provide (read-only) that kind of information.
How would a web service interact with multiple accounts running at the same time? I really like the idea, especially for other information, just not sure how it would work out.
The web service could run on a different/next available port/socket, if the default one is already been used by another instance.
It would be nice if it could cache the heroes runes/insignias and weapons too.