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

Added combo skill cache mechanic toggle #3260

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

csnv
Copy link
Contributor

@csnv csnv commented Dec 4, 2023

Pull Request Prelude

Changes Proposed

Currently, combo skills can only be triggered in a small window of 300ms (by default) where SC_COMBOATTACK is active and the previous combo skill delay has terminated. This is the official behavior and makes triggering combo skills after hard delays quite difficult and unintuitive, specially if the user has latency problems.

This change adds a toggle that, if enabled, allows combo skill users to trigger combo skills automatically after the previous combo skill delay has finished if it was requested during its delay.

This optional behavior allows chaining combo skills more intuitive and easier, without bypassing delays or changing mechanics.

Issues addressed:
None.

Allows triggering a combo skill automatically if it was requested during an active combo skill delay
@csnv csnv force-pushed the feature/combo-cache-skill branch from 40d5115 to 487d804 Compare December 6, 2023 20:13
@MishimaHaruna MishimaHaruna added this to the Release v2023.12 milestone Dec 27, 2023
src/map/clif.c Show resolved Hide resolved
@MishimaHaruna MishimaHaruna merged commit c668f88 into HerculesWS:master Dec 28, 2023
214 of 256 checks passed
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.

2 participants