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

At First Light #1952 #1953

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

Conversation

vmgi
Copy link
Contributor

@vmgi vmgi commented Jan 19, 2025

talkToAtza = new NpcStep(this, NpcID.ATZA, new WorldPoint(1696, 3063, 0),
			"Talk to Atza in one of the buildings outside Civitas illa Fortis' south wall, west of the general store.",
			furSample);
		talkToAtzaAfterHandingFur = new NpcStep(this, NpcID.ATZA, new WorldPoint(1696, 3063, 0),
			"Talk to Atza in one of the buildings outside Civitas illa Fortis' south wall, west of the general store.");
		talkToAtza.addSubSteps(talkToAtzaAfterHandingFur);

Problem:

'talkToAtza' is given a sub-step whose function is a duplicate. This step occurring twice makes the helper appear behind.

Solution:

Remove the and delete the sub-step.

After some sleuthing this is what I was able to come up with, I could have a complete misunderstanding of how things work though.
Potentially closes #1952

@pajlada
Copy link
Contributor

pajlada commented Jan 19, 2025

I haven't done At First Light on one of my alts so I can do it in a bit and test your change alongside a polish pass, thank you!

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.

At First Light
2 participants