Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Quest]A Minstrel in Despair to IF #5824

Merged
merged 1 commit into from
May 28, 2024

Conversation

hooksta4
Copy link
Contributor

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my PR will be ignored.
  • I understand I should leave resolving conversations to the LandSandBoat team so that reviewers won't miss what was said.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have tested my code and the things my code has changed since the last commit in the PR and will test after any later commits.

What does this pull request do?

Converts A Minstrel In Despair to IF. Places it in the hiddenQuests.

Steps to test these changes

Complete The Old Monument. Trade the Poetic Parchment to Mertaire.
Quest will now show as completed in log.

-- Log ID: 3, Quest ID: 12
-- Mertaire : !pos -17 0 -61 245
-----------------------------------
local quest = Quest:new(xi.questLog.JEUNO, xi.quest.id.jeuno.A_MINSTREL_IN_DESPAIR)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't a hidden quest, since it is tracked by a quest log entry. All the hidden quests DONT have a quest entry at any time, and are tracked by char vars (local quest = HiddenQuest:new('TrustIngrid') etc.).

This one is only slightly different in that it isn't visible until it's complete. Move it to the jeuno folder.

Presumably because it's only a single step and it doesn't contain quest:begin it should act like the wikis say

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a great point. It is in the right place on my implementation on hxi and asb - must have saw hidden and then put in hidden quest. Thanks, moved.

[quest]Move to Jeuno

Co-Authored-By: Abdiah <[email protected]>
Co-Authored-By: Critical <[email protected]>
@hooksta4 hooksta4 force-pushed the minstrel_in_despair branch from f522f63 to ba7864d Compare May 27, 2024 12:45
@claywar claywar merged commit a9dd8f4 into LandSandBoat:base May 28, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants