From 04ecd9367c03078c33f6da40efdf21c77d4d8ee5 Mon Sep 17 00:00:00 2001 From: Ulidan Date: Thu, 8 Jul 2021 22:38:57 +0300 Subject: [PATCH] Update fishy.lua 1. Added more locations. 2. Added total fishing skill. 3. Fixed some formats. --- fishy.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/fishy.lua b/fishy.lua index 7742d4d..3017dc6 100755 --- a/fishy.lua +++ b/fishy.lua @@ -113,6 +113,11 @@ local subzones = { [L["Lake Ere'Noru"]] = 405, [L["Lake Jorune"]] = 405, ["Silmyr Lake"] = 405, + ["Skettis"] = 405, + ["Blackwind Lake"] = 405, + ["Terokk's Rest"] = 405, + ["Veil Ala'rak"] = 405, + ["Veil Harr'ik"] = 405, } local fishingpoles = { @@ -236,13 +241,13 @@ local function UpdateSkill(forceResetFishCounter) local fishNeeded = GetNumFishToLevel(skillRank) if skillRank ~= skillMaxRank then - skillRankText = string.format("%d/%d", skillRank, skillMaxRank) + skillRankText = string.format("%d(%d)", skillRank, skillMaxRank) fishNeededText = string.format(L["\n%d fish needed to skill up"], fishNeeded) end local skillModifierText = "" if skillModifier > 0 then - skillModifierText = string.format(" (+%d)", skillModifier) + skillModifierText = string.format("+%d = %d", skillModifier, skillRank+skillModifier) end Fishbringer.content:SetFormattedText(