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

fix(AutoClicker/Left): Wawit block break #5270

Open
wants to merge 1 commit into
base: nextgen
Choose a base branch
from

Conversation

sqlerrorthing
Copy link
Contributor

closes #5261

@@ -47,7 +47,7 @@ object ModuleAutoClicker : ClientModule("AutoClicker", Category.COMBAT, aliases
val clickScheduler = tree(ClickScheduler(this, true))
internal val requiresNoInput by boolean("RequiresNoInput", false)
private val objectiveType by enumChoice("Objective", ObjectiveType.ANY)
private val onItemUse by enumChoice("OnItemUse", Use.WAIT)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove On Item Use? This is really needed for blocking during combat.

@1zun4 1zun4 added this to the 0.24.1 milestone Jan 12, 2025
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.

[BUG] AutoTool and AutoClicker (Left) conflict of waiting for the block to break
2 participants