From a29e43224af0e35d4797398e32357f12501f4419 Mon Sep 17 00:00:00 2001 From: Mind Rapist Date: Sun, 14 Dec 2025 05:23:58 +0200 Subject: [PATCH] MRMJ-1: Messenger & Skills fixes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1166813..5383137 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,8 @@ This repository contains the source code necessary to compile the game client ex * **Support Skills:** Support skill levels are correctly maintained when the active skill group is changed/reset. * **Horse Skills:** Implemented special handling to ensure horse skill cooldowns are cleared when their level is changed to 0 (via commands like `/setsk`). * **Combo Skills:** Combo skills are automatically disabled if their level is changed to 0 (via commands like `/setsk`). +* **Invisibility improvements:** Invisibility effects are improved for the Assassin's Sealth skill, `/in` command and revive invisibility. + * **Mini-map:** When invisible by any method, the character doesn't show in the mini map for other players. + * **Stepping dust:** When invisible by any method, character's steps don't show the dust effect when walking around. + * **Stealth:** Assassin's stealth effect is visible to everyone around the character when the skill is used. * **.gitignore file:** Ignoring all files and directories ending in `_BAK` or `.BAK` (case-insensitive)