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

Configurable VL Math #296

Open
linsaftw opened this issue Nov 19, 2018 · 0 comments
Open

Configurable VL Math #296

linsaftw opened this issue Nov 19, 2018 · 0 comments

Comments

@linsaftw
Copy link

In AAC theres a check called "Nuker" wich has a feature to divide the violations a player make to avoid spamming.

I would like something like this to be added to all checks to be able to reduce vls made by modifying them with variables like ping, tps, etc...

Example (600ms player false positive):

Normal Behaviour:
failed scaffold > 10vls
failed scaffold > 20vls
(Kicked because he reached max vls)

With custom Math ({vl}*(({tps}/20)/({ping}/200)):
failed scaffold > 3vls
failed scaffold > 6vls
(He didnt reach the max vls because of his high ping)

This setting can be tweaked to make lot of improvements based on ping and tps to avoid false positives.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants