Skip to content

馃悰 The Missing / Invisible Lower Jeuno NPCs Bug#11254

Description

@gokudr

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)

Windows / Linux (Affects all platforms)

Branch affected by issue

base

Steps to reproduce

  1. Start the server and log in with a character.
  2. Zone into Lower Jeuno (Zone 245).
  3. Look at the Auction House and the surrounding NPCs.
  4. Notice that the NPCs and Auction House are completely missing/invisible due to a frustum culling bug, and only appear if you stand directly on top of them.
  5. Check the pc_list table in the database for Lower Jeuno. There are corrupted "garbage" NPCs loaded into the base SQL file with extreme coordinates (X: 300.0, Z: 300.0) that are causing this.

Expected behavior

The client should correctly render all NPCs and the Auction House from a normal distance. The upstream SQL files for pc_list need to be updated to permanently remove the corrupted out-of-bounds NPCs in Lower Jeuno (pos_x > 200, pos_z > 200) that are currently breaking the client's draw distance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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