ff14-advanced-market-search / AAATransformer

GNU General Public License v3.0
0 stars 0 forks source link

Store converted snipe lists on a file for AAA #10

Open cohenaj194 opened 3 weeks ago

cohenaj194 commented 3 weeks ago

We have seen we can read the lua data from the local addons folder and update the AAA alerts

https://github.com/ff14-advanced-market-search/local-aetheryte/blob/main/wow_auto_undercut_update.py#L21-L48

https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/issues/81

We now should do this for snipe lists converted from TSM strings.

We can then add in an option in AAA to let users set the path to their AAA-Converter folder and automatically pick up scans as an option.

We can also maybe let AAA write to this list making it easy to covert the AAA string back into TSM for in game sniping.

cohenaj194 commented 3 weeks ago

ref: https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/issues/42

cohenaj194 commented 3 weeks ago

We can also have the new recommendations app write directly to the files on the addon to bridge the gap between the api and ingame addons

https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/issues/43

ATM we can read addon files, but if we write to them then the users will have the snipe lists in their addon when they load or reloadui