From d929dd58c22f1b981606e326b4df12b134703e40 Mon Sep 17 00:00:00 2001 From: Det Date: Tue, 17 Oct 2023 09:09:56 -0300 Subject: [PATCH] AutoHook 3.0.0.4 [PUSH] Fixing missing cordial name --- AutoHook/AutoHook.csproj | 2 +- AutoHook/Classes/AutoCasts/AutoCordial.cs | 3 +++ AutoHook/PluginUI.cs | 10 +++++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/AutoHook/AutoHook.csproj b/AutoHook/AutoHook.csproj index b2beff7..5b9bcbd 100644 --- a/AutoHook/AutoHook.csproj +++ b/AutoHook/AutoHook.csproj @@ -2,7 +2,7 @@ Det - 3.0.0.3 + 3.0.0.4 Auto hooks for you https://github.com/InitialDet/AutoHook Release;Debug diff --git a/AutoHook/Classes/AutoCasts/AutoCordial.cs b/AutoHook/Classes/AutoCasts/AutoCordial.cs index a1190c3..b7e4fa1 100644 --- a/AutoHook/Classes/AutoCasts/AutoCordial.cs +++ b/AutoHook/Classes/AutoCasts/AutoCordial.cs @@ -21,6 +21,9 @@ public AutoCordial() : base(UIStrings.Cordial, IDs.Item.Cordial, ActionType.Item GpThreshold = 1; } + public override string GetName() + => Name = UIStrings.Cordial; + public override bool CastCondition() { var cordialList = new List<(uint, bool, uint)> diff --git a/AutoHook/PluginUI.cs b/AutoHook/PluginUI.cs index dd09e3c..aed06d3 100644 --- a/AutoHook/PluginUI.cs +++ b/AutoHook/PluginUI.cs @@ -312,14 +312,18 @@ public static class PluginChangeLog { MainChanges = { - "I honestly forgot what i added or change tbh i got lost in the sauce so yeah report bugs and stuff", - "Major plugin rewrite to try and support complex conditions", + "Major plugin rework to try and support complex conditions", "AutoCasts are now preset based, you can now have multiple presets with different AutoCasts", "Merged AutoCast and Gp Config into a single tab", "Bait and Mooch hook configs are now separated into different tabs for better organization", "Added a new 'Fish' Tab, which contains new options related to fish caught", "Its now possible to change the current bait (or preset) when a fish is caught X times", - "I really forgor" + "Localization Updates" + }, + MinorChanges = + { + "Fixed localization issues", + "Fixed AutoCast not working if not hooking after a bite" } }, new Version("2.5.0.0")