Lots of Updates
Lots of Updates
-Using a new Database for Professions and Currency. Removing old CRAFT and TOKENS db.
-Added Slash commands using Ace3
-Implemented a new way for Currencies to be saved. The old format was just too cumbersome, especially consider the other database formats BagSync uses.
-Modified FilterDB so I can use other databases with it. Hurray!
-Completely redid how Profession recipes are saved. BagSync used to have a feature that allowed users to link their professions from other characters. Blizzard pretty much broke that ability and you could only see links that were provided to you from another player. That's because blizzard made tradeskills temporary on the server. You couldn't just save it and then use it again in the future. It was limited to I think to the session. Once you logged off it became invalid. SOOOO instead I'm saving the RecipeID of every recipe the user knows in table and using that instead. Works pretty good! :)
-Redid the Professions window to the new Ace3 format.
-Fixed a few issues with the new config window.