diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-13 20:24:27 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-13 20:24:27 +0800 |
commit | d16efe86f43b9216206d5b8a1194c5814385d943 (patch) | |
tree | dda35181c11a35d03238caf52ccc5921d4ff30ba /features/nether | |
parent | 2ce1a023ff3a111793e8be00349d60a3e8b82909 (diff) | |
download | SoopyV2-d16efe86f43b9216206d5b8a1194c5814385d943.tar.gz SoopyV2-d16efe86f43b9216206d5b8a1194c5814385d943.tar.bz2 SoopyV2-d16efe86f43b9216206d5b8a1194c5814385d943.zip |
+ small fixes
+ paul ezpz checking in score calc
+ hypixel cookie clicker leaderboard + cookie saving (see top left of screen when in gui)
Diffstat (limited to 'features/nether')
-rw-r--r-- | features/nether/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
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()) |