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

Improve path safety #50

Open
leijurv opened this issue Aug 18, 2018 · 0 comments
Open

Improve path safety #50

leijurv opened this issue Aug 18, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@leijurv
Copy link
Member

leijurv commented Aug 18, 2018

Right now, every Movement just expects that the player is standing in src. However when things get screwed up that isn't the case. And there are some really crappy heuristics that it uses. For example traverse jumps when its Y level is below what it expects it to be even though that's NOT its job. Instead of canceling the path if it's been more than 2 blocks away for more than 5 seconds, it should immediately cancel it when the player is off the path. This also helps if the real player is trying to take over (like if there's a mob) and doesn't want to type cancel, they can divert away from the path.

@leijurv leijurv added the bug Something isn't working label Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant