Skip to content

🐛 Sagheera menus function improperly for new players #9610

@almuth150

Description

@almuth150

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my issue will be ignored.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.

OS / platform the server is running (if known)

Branch affected by issue

base

Steps to reproduce

Complete PM 7-5 (properly, specifically via the battlefield fight, on a client version after old limbus was removed), then talk to Sagheera in Port Jeuno.

Expected behavior

When you talk to her after doing the above, you should get her initial spiel, then the various menu options for what she offers. However, currently you get stuck on info about various armour upgrades.

I've been able to narrow it down to the check for asking about the Cosmo Cleanse for the first time (ie. the lowest bit of the SagheeraInteractions player var being set). If it's not set, the menus function without issue (which is how I've been fixing players who can't interact with the menus properly). That variable is set to 7 when you complete the PM 7-5 battlefield mission, for the various first time interactions with her. But since she no longer has an option for the Cosmo Cleanse, you get stuck in an improper menu.

While changing the the mission script to set the var to 6 on battlefield completion instead of 7 and/or removing the Cosmo Cleanse first time interaction check on Sagheera makes her functional, I'm not sure how she acts on retail so I can't submit a potential fix for the issue.

Note that players who are old enough to have been able to interact with her while she had a menu option for the Cosmo Cleanse are unaffected by this issue, due to the Cosmo Cleanse first time check already having been done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions