1.4.2 - Check objective rework#120
Merged
asilverthorn merged 2 commits intoff6wc:mainfrom Jan 4, 2024
Merged
Conversation
…ist; eliminating lines for 'All 1 of' objectives
Merged
dbldown11
approved these changes
Jan 2, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
As found in the 1 Jan 2024 100% race, you are able to specify 65 "checks" as an objective. Unfortunately, there are only 62 checks actually available. The difference is that these 5 "checks" aren't real checks -- their event logic doesn't call FinishCheck() to increment the check counter:
"but wait! that would mean there's only 60 checks, not 62" -- well, the 2 Auction House checks aren't in the check_bit list but do increment the check counter.
This PR resolves both of those discrepancies.
It also shrinks the menu output for "All 1 of" type objectives to only list the 1 required objective.
History
PR in which these "checks" were added: AtmaTek#35
Specific commit: AtmaTek@89a6157
merged here: #17
Impact on existing flag strings
Any flag string that includes
11.59(Kefka's Tower Ambush) -11.64(Narshe Moogle Defense) will not have the originally intended effect (62 - 64 will get an error)11.64(Narshe Moogle Defense) should be changed to11.59.11.59(Kefka's Tower Ambush) -11.63(KT Right Triad Statue) are replaced with12.10-12.14Testing
Tested a flag string with these objectives:
-oe 69.1.1.12.10 -of 70.1.1.12.11 -og 71.1.1.12.12 -oh 72.1.1.12.13 -oi 73.1.1.12.14 -oj 8.1.1.11.59 -ok 62.1.1.11.60 -ol 9.1.1.11.61Throughout the testing, I used the auto tracker to confirm that the right event bits are getting set and the event counter is incrementing where appropriate.
Menu:
Confirmed that defeating KT locations triggers the objective reward but doesn't increment the check counter:
Confirmed that Moogle Defense award still works (it did increment the check counter):
Confirmed that completing "All 1 of" objective still greys out the check:
Confirmed that auction house 10K ("Auction 1") and 20K ("Auction 2") awards trigger: