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

Wind Walk can't be exited by attacking #290

Open
jruo opened this issue Feb 12, 2025 · 0 comments
Open

Wind Walk can't be exited by attacking #290

jruo opened this issue Feb 12, 2025 · 0 comments

Comments

@jruo
Copy link

jruo commented Feb 12, 2025

Describe the bug
Attacking is not possible while in Wind Walk

To Reproduce

  1. Be a wind archer
  2. Put any number of SP to WW, but don't use !maxskill
  3. Activate WW and try to attack

Expected behavior
WW should allow performing an attack

Screenshots
https://i.gyazo.com/127d149834e067cf8553e97b88e85ed3.mp4

The problem seems to be this commented-out line. Restoring the break fixes the issue:

case WindArcher.WIND_WALK:
statups.add(new Pair<>(BuffStat.WIND_WALK, x));
//break; thanks Vcoc for noticing WW not showing for other players when changing maps

The author of that change probably tested it with !maxskill, which hides the problem

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

No branches or pull requests

1 participant