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

[lua][Quest] Setting Sun to if #7132

Open
wants to merge 1 commit into
base: base
Choose a base branch
from

Conversation

KnowOne134
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?

Moves the Quest: Setting Sun to IF system
no logic changes made.

Steps to test these changes

quest starts and completes

!addquest 0 BLACKMAIL, !completequest 0 BLACKMAIL
!pos -137.070 10.999 161.855 231 and trigger npc to start quest outlined here:
https://ffxiclopedia.fandom.com/wiki/The_Setting_Sun

@KnowOne134 KnowOne134 marked this pull request as draft February 24, 2025 18:05
@KnowOne134 KnowOne134 marked this pull request as ready for review February 25, 2025 01:41
{
check = function(player, status, vars)
return status == xi.questStatus.QUEST_COMPLETED and
not player:needToZone()
Copy link
Contributor

Choose a reason for hiding this comment

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

This suggests that you must have zoned for that event to play.
However, this video shows otherwise: https://www.youtube.com/watch?v=ygF_INPGERQ

Copy link
Contributor Author

Choose a reason for hiding this comment

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

your right i added the wrong direction for that cs, corrected

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.

2 participants