ff14-advanced-market-search / SaddlebagExchangeWoW

Apache License 2.0
4 stars 2 forks source link

Inventory search with export #25

Open cohenaj194 opened 7 months ago

cohenaj194 commented 7 months ago

Should make something capable of scanning through your bags and banks. Then we get:

Then we export it to json the web app can use. We can run this through something like export search to find the best server to sell it on for crazy people with hundreds of different items to track.

berickus commented 4 months ago

This is gonna be an interesting one. There is an addon called BagAppraiser, it does the item count and all, but to show how much worth you have. It is horribly slow. Need to check if I can make it faster. Will take some time though

cohenaj194 commented 4 months ago

Oh nice so we can totally fix the speed issue oof BagAppraiser. The issue with most of these seems to be running ingame ah operations. So if we just write the data of item ids and quantities to a file like we do for undercuts then we can run it through a webpage or AAA alert.

We can also store one for each character and realm like we do for the undercut addon so that you can view absolutely all items you have on all alts across all realms in one page