Skip to content

Player Owned House AABB #823

@Mark7625

Description

@Mark7625

So in POH the dungeons and above does not respect the area you define this i think this because of

  1. You cant define a range of planes eg 1-3 for the main POH and 0 for dungeon as 0 will just span everything, in the overworld this is correct but in this case its not
Image

We should do something like

"planes": {
        "type": "array",
        "description": "Restrict the area to specific planes. A single value [1] restricts to only plane 1. A range [1,3] restricts to planes 1 through 3 (inclusive). This overrides the plane ranges specified in regionBoxes and aabbs.",
        "items": {
          "type": "integer"
        },
        "minItems": 1,
        "maxItems": 2
      }
  1. the instance stuff does not respect the player height

In the dungeon the player is on plane 0 but the tile is copied from plane 1

Image

as seen here, again this is fine with overworld but causes issues in instances i have checked other instances also same issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions