Dungeon Events

Платное Dungeon Events 3.7.0

  • Improved the player detection mechanism inside the dungeon by replacing the overall bounds check with a per-cell check.
  • The new system iterates over each spawned dungeon cell and calculates its bounds with additional padding and a fixed vertical height.
  • This change ensures that players near the dungeon's boundaries (such as near the entrance) are reliably detected.
  • Additional debug logging has been added to assist in diagnosing and verifying the player detection process.