From 379b7ee6e42f758284e6871072cd52149ecb7d34 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 3 Nov 2023 00:22:10 +0100 Subject: 0.21 Beta 17 --- FEATURES.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'FEATURES.md') diff --git a/FEATURES.md b/FEATURES.md index 459ac958a..527f7ed7a 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -480,6 +480,10 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + **Visual garden plot borders** - VixidDev + Press F3 + G to enable/disable the view. + /shmouselock command to lock mouse rotation for farming. - Cad ++ Added Highlight Visitors in SkyBlock. - nea + + Highlights Visitors outside the Garden. ++ Block Interacting with Visitors. - nea + + Blocks you from interacting with / unlocking Visitors to allow for Dedication Cycling.
@@ -582,6 +586,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Help with the 2023 Halloween visitor challenge (ephemeral dingsibumsi or something) - nea + New Visitor Ping: Pings you when you are less than 10 seconds away from getting a new visitor. + Accept Hotkey: Accept a visitor when you press this keybind while in the visitor GUI. ++ Added support for showing the primal fear data from tab list as GUI elements. - Erymanthus ++ Play warning sound when the next Primal Fear can spawn. - thunderblade73
-- cgit From 01a61929fffbad63c91f821244e9580b192129cf Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 5 Nov 2023 23:00:08 +0100 Subject: 0.21 Beta 19 --- CHANGELOG.md | 31 +++++++++++++++++++--- FEATURES.md | 6 +++++ build.gradle.kts | 2 +- src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 +- 4 files changed, 36 insertions(+), 5 deletions(-) (limited to 'FEATURES.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 718921a2e..9ff1ca07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,8 +75,14 @@ + Highlights Visitors outside the Garden. + Block Interacting with Visitors. - nea + Blocks you from interacting with / unlocking Visitors to allow for Dedication Cycling. -+ Added command /shpumpkin to toggle include/exclude Expired Pumpkin farming fortune in the /ff GUI and in the true ff display. - CalMWolfs ++ Added command **/shpumpkin** to toggle include/exclude Expired Pumpkin farming fortune in the /ff GUI and in the true ff + display. - CalMWolfs + Added auto-detection of Expired Pumpkin farming fortune. - CalMWolfs ++ Added Crimson Isle **Pablo NPC Helper**. - NetheriteMiner + + Similar to Quest Item Helper, shows a clickable message that grabs the flower needed from sacks. ++ Added **Fishing Bait Warnings.** - cimbraien + + Option to warn when no bait is used. + + Option to warn when used bait is changed. #### Events @@ -139,12 +145,15 @@ + Show key to press below burrow warp. - hannibal2 + Makes the Compact Potion message open the Potion effects menu on click. - jani + Added option to show King Talisman Helper outside Dwarven Mines. - hannibal2 -+ In-Game Date: Adds support for reading the in-game scoreboard, and also allow sun/moon symbol customization. - Erymanthus ++ In-Game Date: Adds support for reading the in-game scoreboard, and also allow sun/moon symbol customization. - + Erymanthus + Added Estimated Item Value support to NEU Profile Viewer - hannibal2 + Added support to import SBE Visual Words into SkyHanni. - HiZe + Add custom keybinds for Harp Helper. - Thunderblade73 + Show the custom hotkey name in the Harp inventory. - hannibal2 + Added a GUI element to remind you while /shmouselock is enabled. - CalMWolfs ++ Make Crimson Isle Quest Item Helper only get amount needed. - NetheriteMiner ++ Change config order to alphabetical. - walker ### Bug Fixes @@ -216,6 +225,13 @@ + Fixed tool fortune. - CalMWolfs + Fixed Item Ability Cooldown display not activating for Sword of Bad Health. - hannibal2 + Fixed the crop name gets replaced to internal name in /shwords. - hannibal2 ++ Show obfuscated fish as bait instead of caught item. - cimbraien ++ Fixed Estimated Item Value that renders twice inside NEU PV, by not rendering anything when the cursor is exactly in + between two items. - hannibal2 ++ fixed more error messages with The Great Spook data getting stored in the Reputation Helper quest config + accidentally. - hannibal2 ++ Hopefully fixed resets of Visitor Drops stats. - hannibal2 ++ Fixed typo in The Art Of Peace. - walker #### Config @@ -242,7 +258,16 @@ + Adding 100 lines to MobFinder.kt and making it better readable in the process. - walker + Making ChatFiler.kt way better, storing regex objects for reuse and preparing future repo support. - walker + Added command /shkingfix to reset the internal King Talisman Helper offset. - hannibal2 -+ Updated dependency version of junixsocket in DiscordIPC so that antivirus websites no longer show false positives. - NetheriteMiner ++ Updated dependency version of junixsocket in DiscordIPC so that antivirus websites no longer show false positives. - + NetheriteMiner ++ Changed wrong/missing neu version message to show NEU version 2.1.1-Pre-4 instead of beta versions. - CalMWolfs ++ Deleting the old "hidden" part of the config. - hannibal2 ++ This will reset parts of the config for users with 7-month-old SkyHanni versions that want to migrate into the + present. ++ Added a workaround for the NEU Profile Viewer bug where the ItemTooltipEvent gets called for two items when hovering + over the border between two items. - hannibal2 ++ Using visitorDrops.visitorRarities directly from the config instead of accessing the local field. Hopefully this will + prevent partial config resets in the future. - hannibal2 ## Version 0.20 diff --git a/FEATURES.md b/FEATURES.md index 527f7ed7a..2d2c53201 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -224,6 +224,10 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Display the Hypixel timer until the fishing hook can be pulled out of the water/lava, only bigger and on your screen. + Alerts when the player catches a Legendary Sea Creature. - Cad ++ **Fishing Bait Warnings.** - cimbraien + + Option to warn when no bait is used. + + Option to warn when used bait is changed. +
@@ -630,6 +634,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Quest Item Helper. (Crimson Isle) - NetheriteMiner + When you open the fetch item quest in the town board, it shows a clickable chat message that will grab the items needed from the sacks. ++ Crimson Isle **Pablo NPC Helper**. - NetheriteMiner + + Similar to Quest Item Helper, shows a clickable message that grabs the flower needed from sacks. + Red Scoreboard Numbers - Hides the red numbers in the scoreboard sidebar on the right side of the screen. + **Tia Relay Waypoint** - Show the next Relay waypoint for Tia The Fairy, where maintenance for the abiphone network needs to be done. diff --git a/build.gradle.kts b/build.gradle.kts index cd2087210..004e1338b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.21.Beta.18" +version = "0.21.Beta.19" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index fb75e37b5..defde6616 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -325,7 +325,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.21.Beta.18", + version = "0.21.Beta.19", ) class SkyHanniMod { @Mod.EventHandler -- cgit From b8fd0617f3debc9445693bad3289c102e880879c Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 19 Nov 2023 18:32:32 +0100 Subject: 0.21.1 Beta 5 --- CHANGELOG.md | 14 +++++++++++++- FEATURES.md | 7 +++++++ build.gradle.kts | 2 +- src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 +- .../features/garden/farming/GardenCropMilestoneDisplay.kt | 2 ++ 5 files changed, 24 insertions(+), 3 deletions(-) (limited to 'FEATURES.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 799e15740..1bb14e0bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,15 @@ ## Version 0.21.1 (unreleased) - ### New Features + Organised the config into sub categories. - nea & walker ++ Wrong crop milestone step detection. - hannibal2 + + When opening the crop milestone menu, a chat message is sent if Hypixel's crops per milestone level data is + different from SkyHanni's. + + You can use this to share your hypixel data with SkyHanni via the discord. + + This will allow us to fix the crop milestone features quicker, as we currently do not have accurate data for this. + + If you don't want to share anything, you can disable the chat message in the config with /sh copy milestone data. ### Changes @@ -36,6 +41,7 @@ + Fixed Farming Contest Medal Icons in Inventory not showing. - hannibal2 + Fixed /ff not detecting collection analyst fortune. - hannibal2 + Fixed Mushroom Cow Perk display not working. - hannibal2 ++ Fixed visitor timer error if the visitors aren't unlocked yet. - hannibal2 #### Other Fixes @@ -46,6 +52,7 @@ + Fixed Archfiend Dice and High Class Archfiend Dice counting as slayer drops when rolled. - hannibal2 + Fixed dice roll profit counting as Mob Kill Coins in Slayer Tracker. - hannibal2 + Fixed Sack Display sometimes not formatting a million correctly. - Hize ++ Fixed Estimated Item Value getting shown in stats breakdown menu. - hannibal2 ### Technical Details @@ -56,6 +63,11 @@ + Extracted sacks, friends, known features and Jacob contests in to their separate files. - CalMWolfs + Add log clearing. - CalMWolfs + Add auto-prefix to chat message methods. - walker ++ Added support for extra data in error manager. - hannibal2 ++ Added /readcropmilestonefromclipboard. - hannibal2 + + This command reads the clipboard content, in the format of users sending crop milestone step data. + + The new data gets compared to the currently saved data, differences are getting replaced and the result gets put + into the clipboard. The clipboard context can be used to update the repo content. ## Version 0.21 diff --git a/FEATURES.md b/FEATURES.md index 2d2c53201..b354e160d 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -488,6 +488,13 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Highlights Visitors outside the Garden. + Block Interacting with Visitors. - nea + Blocks you from interacting with / unlocking Visitors to allow for Dedication Cycling. ++ Wrong crop milestone step detection. - hannibal2 + + When opening the crop milestone menu, a chat message is sent if Hypixel's crops per milestone level data is + different from SkyHanni's. + + You can use this to share your hypixel data with SkyHanni via the discord. + + This will allow us to fix the crop milestone features quicker, as we currently do not have accurate data for this. + + If you don't want to share anything, you can disable the chat message in the config with /sh copy milestone data. +
diff --git a/build.gradle.kts b/build.gradle.kts index e763b7f41..febac4b97 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.21.1.Beta.4" +version = "0.21.1.Beta.5" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 4a84c8823..085b6fcd8 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -331,7 +331,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.21.1.Beta.4", + version = "0.21.1.Beta.5", ) class SkyHanniMod { @Mod.EventHandler diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCropMilestoneDisplay.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCropMilestoneDisplay.kt index 0ae9115eb..dae3e129f 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCropMilestoneDisplay.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenCropMilestoneDisplay.kt @@ -101,6 +101,8 @@ object GardenCropMilestoneDisplay { val addedCounter = (counter - old).toInt() FarmingWeightDisplay.addCrop(crop, addedCounter) update() + // Farming Simulator: There is a 25% chance for Mathematical Hoes and the Cultivating Enchantment to count twice. + // 0.8 = 1 / 1.25 crop.setCounter( crop.getCounter() + if (GardenCropSpeed.finneganPerkActive()) { (addedCounter.toDouble() * 0.8).toInt() -- cgit