Protos
Core Developers
- Messages
- 236
- Points
- 0
- Age
- 35
- IRC Nickname
- smoke
- Github
- smokexyz
- Emulator
Hey all,
So I've worked on a difference checker between the fields of some rAthena and Hercules database files.
This could help people or devs or users do quick lookups for differences.
Key Features
The differences are listed in libconfig format to make things easier for people trying to merge or lookup entries between rAthena and Hercules.
It lists only the differences if any. (Except ID and Name field for quick lookups).
Repository: https://github.com/Smokexyz/Hercules-vs-rAthena
Currently supported files -
TODO
If you have any suggestions for files or format do let me know.
If you want to report errors, please feel free to open an issue on the repository page.
So I've worked on a difference checker between the fields of some rAthena and Hercules database files.
This could help people or devs or users do quick lookups for differences.
Key Features
The differences are listed in libconfig format to make things easier for people trying to merge or lookup entries between rAthena and Hercules.
It lists only the differences if any. (Except ID and Name field for quick lookups).
Repository: https://github.com/Smokexyz/Hercules-vs-rAthena
Currently supported files -
- db/pre-re/mob_db.conf
- db/pre-re/item_db.conf
- db/pre-re/skill_db.conf
- db/re/mob_db.conf
- db/re/item_db.conf
- db/re/skill_db.conf
TODO
- Add support for more files.
- Automate checks and updates to repository.
If you have any suggestions for files or format do let me know.
If you want to report errors, please feel free to open an issue on the repository page.
Last edited by a moderator: