Skip to content

[Bug] False Positive Speedhack Detection during Combat Kiting #1560

Description

@51812180-gif

When a player is on foot and kiting multiple monsters (constant movement to evade), the current speedhack detection triggers @USEREXWALKLIMIT 100% of the time, even without cheats.
Current Config:
WalkBuffer=15
WalkRegen=30
Problem:
The current points-based algorithm (WalkBuffer/Regen) penalizes legitimate combat movement too harshly. Frequent direction changes during evasion deplete the buffer faster than it regenerates, causing false positives.
Suggestion:
I recommend adopting ServUO's packet throttling method (time-based check) instead of the points system. It checks the interval between packets directly, which is more stable and less prone to false positives during high-action combat.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions