Chomp c783292278 Update generator to add missing fields to quest json
default all quests to pmc quests
all reward items are find in raid = true (we have no way to tell if that's correct or not until we get more quest dumps)
2022-06-30 12:16:08 +01:00
2022-06-12 12:28:16 +01:00
2022-06-08 16:41:30 +01:00
2022-06-08 16:41:30 +01:00
2021-09-07 18:34:50 +02:00
2022-06-08 16:41:30 +01:00
2021-09-07 17:50:50 +01:00

ChompQuestVerifier

Verifies an aki quest json against a live dump of quest data

How to use

  1. Copy your aki quests.json into QuestValidator\bin\Debug\netcoreapp3.1\input
  2. Copy a live quest file dump (resp.client.quest.list_xxxx) into QuestValidator\bin\Debug\netcoreapp3.1\input
  3. 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
No description provided
Readme 3.8 MiB
Languages
C# 100%