[lua, quest] Convert 'An Explorers Footsteps' to interaction framework #6835
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I affirm:
What does this pull request do?
Happy Friday. I had this PR open some time ago but accidentally closed it.
This PR translates the quest "An Explorers Footsteps" to the new quest framework. It also fixes several bugs that have been found in the way the quest is currently implemented. Those bugs are mentioned in the ASB/Horizon issue trackers.
Hookstar provided this capture from someone named Wiggo: https://www.youtube.com/watch?v=XAqdcjoYmuA&list=LL&index=1
He turned in three tablets and I mostly mimic what retail does with a couple exceptions....
For example, when Wiggo turns at stone tablet at 58:54 in the video it's from Konschat Highlands but the Mayor request a tablet from La Theine. The mayor gives the same dialog as every other time Wiggo turned in a stone tablet. I take a different approach and use a cutscene(46) where the Mayor tells you that you gave him the wrong tablet.
Wiggo doesn't capture turning in he same tablet twice. I utilize cutscene 45 if a player tries to turn in the same tablet twice. I believe this is correct.
Fixes these issues:
HorizonFFXI/HorizonXI-Issues#814
AirSkyBoat#2591
AirSkyBoat#2532
There is some talk on the wiki that this quest doesn't count the tablets from Sauromugue Champaign and Batallia Downs towards the 15 required to get the reward of a Map of Crawlers Nest but that isn't in the capture so.... I can try to change that if anyone wants me to.
Steps to test these changes
Accept and complete quest :)