Add KillAura Type E and F checks - no Action enabled yet

This commit is contained in:
Shaun Bennett 2016-10-26 23:00:47 -04:00
parent 0c0ad5ab13
commit 577e640f4a
1 changed files with 2 additions and 0 deletions

View File

@ -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 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 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("Glide", new CheckThresholds("Flying", 50, 100, 200)) // TODO: specific VL levels
.put("Speed", new CheckThresholds("Speed", 50, 100, 200)) // TODO: specific VL levels