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

Cartar Stroke teleporting the player #331

Open
exectails opened this issue Oct 10, 2024 · 0 comments
Open

Cartar Stroke teleporting the player #331

exectails opened this issue Oct 10, 2024 · 0 comments
Labels
bug This issue is about a bug.

Comments

@exectails
Copy link
Member

It's been reported that there's a glitch with the Highlander skill Cartar Stroke, where it makes the attacker teleport to 0,0,0 if that position is walkable. It's currently unknown why exactly this happens, but something appears to make the client send a move notification while the skill is used. And since we currently accept movement notifications as-is, you're effectively getting teleported.

It seems like the issue might be related to the move list found in the bytool data, and disabling that part in the client fixes this issue, but that's naturally not an option for us on the server. As such, we need to figure out what's going on there.

@exectails exectails added the bug This issue is about a bug. label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is about a bug.
Projects
None yet
Development

No branches or pull requests

1 participant