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

Gor Na Toth is missing a dialogue entry. #391

Open
memlostexc opened this issue Feb 12, 2024 · 3 comments
Open

Gor Na Toth is missing a dialogue entry. #391

memlostexc opened this issue Feb 12, 2024 · 3 comments
Labels
validation: required This issue needs validation from one of the validators.

Comments

@memlostexc
Copy link

memlostexc commented Feb 12, 2024

Describe the bug
Gor Na Toth is missing a dialogue entry related to Light Templar's Armor.

Expected behavior
Gor Na Toth has a dialogue entry.

Steps to reproduce the issue

  1. Ask Cor Angar to be promoted to Templars. He will answer that you can take armor from Gor Na Toth.
  2. Perform save-load.
  3. Go to Gor Na Toth and trigger a dialogue.
    issues391.save.zip

Additional context
This bug occurs if perform save-load.

@memlostexc memlostexc added the validation: required This issue needs validation from one of the validators. label Feb 12, 2024
@memlostexc memlostexc reopened this Feb 12, 2024
@memlostexc
Copy link
Author

memlostexc commented Feb 12, 2024

I found few topics with same issue
https://forum.worldofplayers.de/forum/archive/index.php/t-89415.html (2005 year)
https://steamcommunity.com/app/65540/discussions/0/1681441347884134158
I'm surprised that this bug is not yet on the list of known ones

@AmProsius
Copy link
Owner

Thanks for reporting! I honestly haven't heard of this issue before, but we will dig deeper to find the root of the problem.

@AmProsius
Copy link
Owner

Relevant script portions:

GUR_1202_CorAngar_WANNABETPL.permanent = 0;
Npc_SetTrueGuild(hero, GIL_TPL);
hero.guild = GIL_TPL;

FUNC int TPL_1402_GorNaToth_GETSTUFF_Condition()
{
if (Npc_KnowsInfo (hero,GUR_1202_CorAngar_WANNABETPL))
&& (Npc_GetTrueGuild (hero) == GIL_TPL)
{
return TRUE;
};
};

We'll have to investigate this further, but there may be a problem detecting the true guild after loading a game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
validation: required This issue needs validation from one of the validators.
Projects
None yet
Development

No branches or pull requests

2 participants