Skip to content

[lua] Fix Kumhau the Flashfrost Naakual cutscene exit position#9950

Merged
Xaver-DaRed merged 1 commit into
LandSandBoat:basefrom
Millhouse1337:fix-kumhau-naakual-position
May 5, 2026
Merged

[lua] Fix Kumhau the Flashfrost Naakual cutscene exit position#9950
Xaver-DaRed merged 1 commit into
LandSandBoat:basefrom
Millhouse1337:fix-kumhau-naakual-position

Conversation

@Millhouse1337
Copy link
Copy Markdown
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?

Closes #7234.

The X coordinate of the post-cutscene setPos call in SoA mission 3-6-1 (Kumhau, the Flashfrost Naakual) was missing its negative sign. After the cutscene at event 27 finishes, the player is teleported to (344.003, 40.676, -381.140) in Kamihr Drifts, which lands them out-of-bounds. The intended location is (-344.003, 40.676, -381.140).

This PR adds the missing minus sign so the player lands at the intended spot.

Steps to test these changes

In Kamihr Drifts (zone 267), with GM rights:

  1. !pos 344.003 40.676 -381.140 267 — observe player is teleported out-of-bounds (into sky/void area), reproducing the bug.
  2. !pos -344.003 40.676 -381.140 267 — observe player lands on solid, walkable terrain inside the zone, confirming the fix.

Verified locally — buggy coordinates land in a void, fixed coordinates land on solid Kamihr Drifts terrain.

The X coordinate of the post-cutscene setPos call in mission 3-6-1
was missing its negative sign, teleporting the player into a wall in
Kamihr Drifts after finishing the cutscene. Add the missing minus
sign so the player lands at the intended location.

Fixes LandSandBoat#7234
@WinterSolstice8
Copy link
Copy Markdown
Contributor

do you have a cap for this?

@Millhouse1337
Copy link
Copy Markdown
Contributor Author

No cap, just went by the value cited in #7234 (-344.0043) and tested in-game:

  • 344.003 lands the player out of bounds.
  • -344.003 lands them on walkable Kamihr Drifts terrain.

Happy to hold this if someone wants to confirm with a cap. @sruon do you have one?

@siknoz
Copy link
Copy Markdown
Contributor

siknoz commented May 5, 2026

its close enough maybe, actual coord is

-344.002, 040.675, -381.140 which compared to
-344.003, 040.676, -381.140

Cap:
https://youtu.be/GoltLTLYw5o?si=7BGqSdeRYjpVY3Ec&t=1526

@Xaver-DaRed Xaver-DaRed merged commit 73c0065 into LandSandBoat:base May 5, 2026
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_6_1_Kumhau_the_Flashfrost_Naakual incorrect position

4 participants