From d16efe86f43b9216206d5b8a1194c5814385d943 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 13 May 2022 20:24:27 +0800 Subject: + small fixes + paul ezpz checking in score calc + hypixel cookie clicker leaderboard + cookie saving (see top left of screen when in gui) --- features/nether/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'features/nether') diff --git a/features/nether/index.js b/features/nether/index.js index ee75c35..0ae4c70 100644 --- a/features/nether/index.js +++ b/features/nether/index.js @@ -44,7 +44,8 @@ class Nether extends Feature { this.masteryTimer = new ToggleSetting("Mastery Timer", "Countdown untill a block will turn red", true, "nether_mastery_timer", this) this.speedNextBlock = new ToggleSetting("Show next block to stand on for dojo swiftness", "", true, "dojo_swiftness", this) this.tenacityLine = new ToggleSetting("Show line for fireball in dojo tenacity", "This may help you to dodge the fireballs", false, "dojo_tanacity", this) - + //TODO: Vanquisher waypoints (&r&aA &r&cVanquisher &r&ais spawning nearby!&r) + //TODO: add toggle setting for hostage waypoint this.registerCustom("packetReceived", this.packetReceived).registeredWhen(() => this.isInDojo()) this.registerStep(true, 1, this.step1S).registeredWhen(() => this.isInDojo()) this.registerEvent("renderWorld", this.renderWorld).registeredWhen(() => this.isInNether()) -- cgit