DBI.Plugins: Write plugins for Dofus Unity
Implements tools to write plugins for Dofus, and a few plugins.
Implements common features for all plugins, in particular it adds the main DBI window to the game. The window allows to see and configure the plugins that have been loaded.
Find the position of the next hint during treasure hunts and display it in the treasure hunt UI.
DBI.Api: Share data collected by the plugins
Collection of APIs used by the DBI plugins. The main goal is to share data between the users of the plugins, e.g. treasure hunt clues.
Expose the data from DDC (see below).
Solve treasure hunts. It is used by the DBI.TreasureSolver plugin to
- solve treasure hunts
- record valid and invalid hints
The main goal is to collect data from all the players performing treasure hunts. The collected data can be exported through the Export clues endpoint.
DDC: Get data extracted from the game client
Exposes data extracted from the game client in its Github Releases.