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

KO_JYUMONJIKIRI (Kagerou Cross Slash) - does not work with huuma or dagger/shield #357

Closed
raynra opened this issue Mar 23, 2015 · 1 comment
Assignees
Labels
component:skill A fault that deals specifically with a skill mode:renewal A fault that exists within the renewal mode priority:low A fault that affects rAthena in one piece of functionality and is self-contained

Comments

@raynra
Copy link

raynra commented Mar 23, 2015

Git Hash/Date: d951fab / Mar-22-2015
Client Date: 2013-08-07a
Renewal
No source mods

Description:
Either this was not fixed, or is broken again recently:
https://rathena.org/board/tracker/issue-8797-cross-slash-of-ninja/

Same issue - Cross Slash only works with 2 daggers. It should also work with huuma type weapons or a dagger + shield.

@raynra raynra added status:confirmed Issue that has been validated by a developer to affect rAthena component:skill A fault that deals specifically with a skill labels Mar 23, 2015
@reigneil
Copy link

Confirmed.
naturally Ninja and KO cannot used 1 hand sword.
(sd->status.shield && !sd->weapontype2 && (sd->weapontype1 == W_DAGGER || sd->weapontype1 == W_1HSWORD))
so this check must be remove and also in skill_required_db replace it with Fuuma Shurikens
status.shield or weapontype2 must be partnered with weapontype1 to make it work or else it must be skill failed.

@aleos89 aleos89 self-assigned this Apr 8, 2015
@aleos89 aleos89 added priority:low A fault that affects rAthena in one piece of functionality and is self-contained server:map mode:renewal A fault that exists within the renewal mode and removed status:confirmed Issue that has been validated by a developer to affect rAthena labels Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:skill A fault that deals specifically with a skill mode:renewal A fault that exists within the renewal mode priority:low A fault that affects rAthena in one piece of functionality and is self-contained
Projects
None yet
Development

No branches or pull requests

3 participants