Add KillAura Type E and F checks - no Action enabled yet
This commit is contained in:
parent
0c0ad5ab13
commit
577e640f4a
@ -68,6 +68,8 @@ public class AntiHack extends MiniPlugin
|
|||||||
.put("Killaura (Type B)", new CheckThresholds("High CPS", 0, 0, Integer.MAX_VALUE))
|
.put("Killaura (Type B)", new CheckThresholds("High CPS", 0, 0, Integer.MAX_VALUE))
|
||||||
.put("Killaura (Type C)", new CheckThresholds("Reach", 0, Integer.MAX_VALUE, Integer.MAX_VALUE))
|
.put("Killaura (Type C)", new CheckThresholds("Reach", 0, Integer.MAX_VALUE, Integer.MAX_VALUE))
|
||||||
.put("Killaura (Type D)", new CheckThresholds("Kill Aura", 500, 1000, 1500))
|
.put("Killaura (Type D)", new CheckThresholds("Kill Aura", 500, 1000, 1500))
|
||||||
|
.put("Killaura (Type E)", new CheckThresholds("Kill Aura", 300, 700, 2000))
|
||||||
|
.put("Killaura (Type F)", new CheckThresholds("Kill Aura", 150, 250, 350))
|
||||||
.put("BadPackets", new CheckThresholds("Regen", 500, 1000, 2000))
|
.put("BadPackets", new CheckThresholds("Regen", 500, 1000, 2000))
|
||||||
.put("Glide", new CheckThresholds("Flying", 50, 100, 200)) // TODO: specific VL levels
|
.put("Glide", new CheckThresholds("Flying", 50, 100, 200)) // TODO: specific VL levels
|
||||||
.put("Speed", new CheckThresholds("Speed", 50, 100, 200)) // TODO: specific VL levels
|
.put("Speed", new CheckThresholds("Speed", 50, 100, 200)) // TODO: specific VL levels
|
||||||
|
Loading…
Reference in New Issue
Block a user