forked from chomp/ChompQuestVerifier
Chomp
2dfc8aefde
Cleaned up quest prereqs
Add additional properties to quest prereqs Handle quests that need multiple start statuses nullguard some properties when adding missing start conditions renamed hippo vow to oath Add 'the courier' quest
ChompQuestVerifier
Verifies an aki quest json against a live dump of quest data
How to use
- Copy your aki quests.json into QuestValidator\bin\Debug\netcoreapp3.1\input
- Copy a live quest file dump (resp.client.quest.list_xxxx) into QuestValidator\bin\Debug\netcoreapp3.1\input
- Run QuestValidator project to generate a list of warnings found in aki quests.json, separated by quest.
Use the example dump file found in QuestValidator/Examples if you dont have a live quest dump file
Description
Languages
C#
100%