bot4dofus / B4D

🎮🥚🤖 Pixel bot for Dofus 2 using packet sniffing, mouse and keyboard emulations
https://github.com/bot4dofus/B4D/wiki
MIT License
24 stars 11 forks source link

[Core] Define socket ids from a database #27

Open LucBerge opened 3 years ago

LucBerge commented 3 years ago

Is your feature request related to a problem? Please describe. At each update, the socket ids change. We need a way to update the socket ids on the bot side as well.

Describe the solution you'd like The bot need a json database matching the sockets ids with the event name.

Describe alternatives you've considered When openning the bot, the database is updated based on the Datafus repo.