CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.34k stars 449 forks source link

[BUG] Normal distribution clicking ignoring CPS #2559

Open larryngton opened 4 months ago

larryngton commented 4 months ago

LiquidBounce Branch

Nextgen

LiquidBounce Build/Version

clicking modes update to latest (d625e9b)

Operating System

Windows 11

Minecraft Version

all

Describe the bug

normal distribution clicking mode does not actually rely on the cps you select, but just constantly clicks 7-8 cps

Steps to reproduce

yeah

Client Log

.

Screenshots

image this is what i mean btw (even if you set your cps to 60-60 the aura will click 7-8)

superblaubeere27 commented 3 months ago

NormalDistribution is a completely different way of creating a click pattern. CPS does not apply to it. This requires reworking the CPS settings.

larryngton commented 2 months ago

NormalDistribution is a completely different way of creating a click pattern. CPS does not apply to it. This requires reworking the CPS settings.

then you should probably increase the cps to 10-12 since noone clicks 8cps (i get 11-12 cps butterfly without double clicking so)

superblaubeere27 commented 2 months ago

There is no sense in doing so at the moment, since I don't think anyone is actually using NormalDistribution mode at the moment. What the mode needs is proper configuration interface.

This mode should allow us maintainers to model a click pattern via config systems so we can be more flexible. All configurations work well without that mode and we currently do not really know what we want to make.

When we find a clear use case or such a case is presented to us, we will implement it asap :)