[HW][Vanu]Dailies and Story Quest #86

Merged
liza merged 7 commits from AnimaMachinae/Questionable:vanu-vanu into master 2024-10-24 14:16:26 +00:00
Contributor

Added:

  • Endymion Disco
Added: - Endymion Disco
AnimaMachinae added 1 commit 2024-10-18 08:43:52 +00:00
liza reviewed 2024-10-18 09:11:56 +00:00
@ -0,0 +57,4 @@
"Action": "Buffet (Sanuwa)",
"StopDistance": 3,
"$": "0 0 0 0 0 0 --> 1 0 0 0 0 16",
"CompletionQuestVariablesFlags": [1,null,null,null,null,16]
Owner

It is -typically- enough to only include the last digit, from looking at this quest it looks like the '1/2/3' as first digit just count the completed actions (e.g. for display in UI) -- depending on which action you complete first, that will always count as [1, ...].

The last digit (16/80/112) typically represents which of the actions you've completed, so regardless of when you do the action at this position, it'll always add +16 to the last digit. This would typically just be [null, null, null, null, null, 16]

It is -typically- enough to only include the last digit, from looking at this quest it looks like the '1/2/3' as first digit just count the completed actions (e.g. for display in UI) -- depending on which action you complete first, that will always count as [1, ...]. The last digit (16/80/112) typically represents which of the actions you've completed, so regardless of when you do the action at this position, it'll always add +16 to the last digit. This would typically just be `[null, null, null, null, null, 16]`
Author
Contributor

Interesting, besides the extraneous addition of the first number, that's how I initially had it, but when testing I ended up sitting in place waiting for a state that it never reached. There's likely an issue elsewhere as well then, but I should be able to test with a different quest sometime either today or shortly after, so I'll see what's up then.

Interesting, besides the extraneous addition of the first number, that's how I initially had it, but when testing I ended up sitting in place waiting for a state that it never reached. There's likely an issue elsewhere as well then, but I should be able to test with a different quest sometime either today or shortly after, so I'll see what's up then.
Owner

The plugin only checks the parts that have any non-null value, so that would be odd.

The plugin only checks the parts that have any non-null value, so that would be odd.
liza reviewed 2024-10-18 09:13:04 +00:00
@ -0,0 +81,4 @@
"Action": "Buffet (Sanuwa)",
"StopDistance": 3,
"$": "1 0 0 0 0 16 --> 2 0 0 0 0 80",
"CompletionQuestVariablesFlags": [2,null,null,null,null,80]
Owner

This should probably be [null, null, null, null, null, 64], as this should only reflect the difference between now & the previous state (and 80 - 16 = 64).

This should probably be `[null, null, null, null, null, 64]`, as this should only reflect the difference between now & the previous state (and 80 - 16 = 64).
liza reviewed 2024-10-18 09:13:25 +00:00
@ -0,0 +105,4 @@
"Action": "Buffet (Sanuwa)",
"StopDistance": 3,
"$": "2 0 0 0 0 80 --> 3 0 0 0 0 112",
"CompletionQuestVariablesFlags": [3,null,null,null,null,112]
Owner

Similarily, this should be [null, null, null, null, null, 32]

Similarily, this should be `[null, null, null, null, null, 32]`
AnimaMachinae added 1 commit 2024-10-20 05:11:24 +00:00
Adds a jump to fly to prevent pathfinding errors to the opposite corner of map
AnimaMachinae added 1 commit 2024-10-20 05:25:46 +00:00
AnimaMachinae added 1 commit 2024-10-20 06:01:26 +00:00
Author
Contributor

Updated:

  • Endymion Disco - Corrected completion flags as discussed above
  • Flight of the Midges - Added a MoveTo after talking to the first quest NPC to prevent pathfinding error to other corner of map

Added:

  • The Binding Soil
Updated: - Endymion Disco - Corrected completion flags as discussed above - Flight of the Midges - Added a MoveTo after talking to the first quest NPC to prevent pathfinding error to other corner of map Added: - The Binding Soil
AnimaMachinae added 1 commit 2024-10-22 00:23:37 +00:00
AnimaMachinae added 1 commit 2024-10-22 00:24:40 +00:00
AnimaMachinae added 1 commit 2024-10-22 00:24:51 +00:00
AnimaMachinae changed title from [HW][Vanu]Daily Quest to [HW][Vanu]Dailies and Story Quest 2024-10-22 00:30:10 +00:00
Author
Contributor

Added:

  • Linu's Lovely Bones (story)
  • Pilfering Pots from the Pantry
  • Chogoe Cha-cha
  • Water Crystal Waltz
  • The Binding Soil
  • Flight of the Midges
  • Fishing in Troubled Waters
Added: - Linu's Lovely Bones (story) - Pilfering Pots from the Pantry - Chogoe Cha-cha - Water Crystal Waltz - The Binding Soil - Flight of the Midges - Fishing in Troubled Waters
liza merged commit 4edf8cfeb6 into master 2024-10-24 14:16:26 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: liza/Questionable#86
No description provided.