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

Add support for virtual zonepoints #1106

Merged
merged 3 commits into from
Aug 16, 2020
Merged

Conversation

Akkadius
Copy link
Member

@Akkadius Akkadius commented Aug 16, 2020

This PR adds support for virtual zonepoints

Because the zone points that are sent to the client use an internal index lookup, it does not really give us power over determining or creating zone points in some cases. While this works in most of the data we've collected, there are scenarios where we'd like to create zone points entirely server side

image

image

We've added 3 new fields to the zone_points table is_virtual width height

When a zone point is virtual it follows different rules, a box is created using the x, y, z with the width and the height into consideration

New command #showzonepoints will list all of the zone points in a zone whether they are client side driven or virtual. It will also show a physical representation of the zone points in game

image

Enhanced DevTools Menu

DevTools menu now displays whenever a GM enters a zone, it also has many more tools available

image

@Akkadius Akkadius merged commit 6a4a4de into master Aug 16, 2020
joligario added a commit to ProjectEQ/peqphpeditor that referenced this pull request Aug 17, 2020
@Akkadius Akkadius deleted the feature/virtual-zonepoints branch June 14, 2021 01:55
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.

1 participant