From 61c53c0054431e75826d071dfb363406b5763195 Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Fri, 23 Sep 2022 23:33:16 +1000 Subject: Pet overlay fixes (#290) * fixed pet overlay going to level 100 * fixed transparent pet and equip overlay not using the special texture fixed pet overlay showing a pet when you remove your pet * made pet overlay show the current stats of your pet * Fixed pet overlay showing Until level 100.0 * Fixed pet stats not showing decimal * Made pet overlay show xp to next level * 2.1.md slight smile * Try to generify pet lore replacements a tiny bit Also move pets page to use the same code as the pet overlay Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: nea --- Update Notes/2.1.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Update Notes/2.1.md') diff --git a/Update Notes/2.1.md b/Update Notes/2.1.md index 99b2eef0..1c623928 100644 --- a/Update Notes/2.1.md +++ b/Update Notes/2.1.md @@ -157,6 +157,7 @@ - Fixed skill average calculation to include carpentry in /peek - whalker - Fixed middle clicking on pets not registering pet swap - nopo - Fixed middle clicking on an item with no id searching for it - nopo +- Fixed pets with decimal stats not showing in pv - nopo ### **Other:** -- cgit From 1e71e3e515fc17034e2e73a9b5e6012637204453 Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Sat, 24 Sep 2022 13:17:00 +0200 Subject: Fix missing repo crash in PetInvOverlay (#305) * Fix missing repo crash in PetInvOverlay * Add 2.1.md to *not* *satisfy* erymanthus (*not* RayDeezNuts) --- Update Notes/2.1.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Update Notes/2.1.md') diff --git a/Update Notes/2.1.md b/Update Notes/2.1.md index 1c623928..89f56293 100644 --- a/Update Notes/2.1.md +++ b/Update Notes/2.1.md @@ -42,6 +42,7 @@ - Added carpentry skill to skill average - hannibal2 - Fixed sort order of fishing rods in profile viewer page - hannibal2 - Changing sort logic from strength plus damage to bin price for best weapons in pv inventory page - hannibal2 + - Added pronouns to /pv - nea89 ### **Minor Changes:** -- cgit