Conversation
alydevs
left a comment
There was a problem hiding this comment.
Thank you for your submission. I'll check the flags for The Life of the Party and edit those in your PR, and I can see about renaming the files to the correct IDs i.e -65536. If I'm able to check these, I'll add the LastChecked value myself, otherwise if you ran the paths successfully please add that yourself. Please wait for me or Kiarra to approve and merge this. Thanks again for the sidequests.
| @@ -0,0 +1,78 @@ | |||
| { | |||
There was a problem hiding this comment.
The quest IDs in the filename are incorrect, the row ID for quests in their sheet has 65536 added, use the Copy Filename button in future to get the right one or calculate -65536
| "TerritoryId": 147, | ||
| "InteractionType": "UseItem", | ||
| "ItemId": 2000789, | ||
| "CompletionQuestVariablesFlags": [null,null,null,null,null,64] |
There was a problem hiding this comment.
CompletionQuestVariablesFlags can't have the same value checked more than once in a given sequence, this suggests it was copied from elsewhere without fully understanding what it's checking. I'll see if I can take this quest and fix these values in your PR
| @@ -0,0 +1,68 @@ | |||
| { | |||
| "$schema": "https://qstxiv.github.io/schema/quest-v1.json", | |||
| "Author": "epinephren@github", | |||
There was a problem hiding this comment.
When submitting a quest path, please abandon and reaccept the quest and run your path from start to finish with "Prevent Quest Completion" checked in qst settings > Advanced. If the quest runs through to CompleteQuest with no issues, add "LastChecked": {"Username": "name", "Date": "yyyy-mm-dd"}, below the Author line. This is a new proof standard I'm implementing to add some accountability to our path database.
| { | ||
| "EnemySpawnType": "OverworldEnemies", | ||
| "Position": { | ||
| "XX": 130.14093, |
There was a problem hiding this comment.
"XX" isn't right, please use the copied position data from the "Copy position as JSON" button
No description provided.