[AMK, Lua] Mission 13 puzzle 2 - Xarcabard Trivia implemented #5058
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?
Implements puzzle two of AMK mission 13, trivia challenge in Xarcabard. This one uses a complex system of CS args to convey correct/incorrect answers and npc ids into the cutscene to have the event run properly. To confuse things, there are two sets of indices for labeling the three stooge npcs, one starting at 0 and one starting at 1. Both are required and used separately to determine different things in the event. 0-indexed val refers to which Option npc to point to for correct/wrong answers, and 1-indexed stoogeNum tells cutscene which stooge moogle location to animate.
Steps to test these changes
!addmission 10 12
Beat the first puzzle in beauc, head to an Option npc in xarc
Answer the trivia questions, right and wrong.
Right - Should recieve Guantlet Challenge Kupon after three right answers
Wrong - Have to start the trivia questions over, no need to zone
By the way, huge shout out to player Raguza for posting excellent captures to FFXI Captures discord (for all of AMK!). Couldn't have done this without those.