DrakiaXYZ 46f093aee4 - Allow removing quest requirements and level requirements, this is useful to avoid direct quest.json edits when requirements change
- Explicitly call x._props.value.ToString, as the (string) cast was failing for me
- Switch QuestRewardItem.upd to a 'QuestRewardUpd' type instead of 'object'
- Fix some quest names (Woods Cleaning, Revision P1/P2, Gunsmith P6/P8)
- Update quest requirements to be closer to wiki
2023-05-09 21:07:53 -07:00
2023-01-02 16:42:44 +00: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
2023-01-03 15:21:02 +00:00

ChompQuestVerifier

Dump cleaner

TODO: write details

Generate Quest File

TODO: write details

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\net6.0\input
  2. Copy a live quest file dump (resp.client.quest.list_xxxx) into QuestValidator\bin\Debug\net6.0\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%