From ee0cfde9aff5996fe29787ada6907ea6d4354473 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 21 May 2024 22:02:52 -0300 Subject: Regenerate map cache --- maps/re/010-4-1.mcache | Bin 186 -> 190 bytes maps/re/017-1.mcache | Bin 4245 -> 4270 bytes npc/010-4-1/katze.txt | 6 +----- npc/functions/clientversion.txt | 3 +++ 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/maps/re/010-4-1.mcache b/maps/re/010-4-1.mcache index 9f9093c59..77cb5ebc6 100644 Binary files a/maps/re/010-4-1.mcache and b/maps/re/010-4-1.mcache differ diff --git a/maps/re/017-1.mcache b/maps/re/017-1.mcache index db14958c6..cf6f14788 100644 Binary files a/maps/re/017-1.mcache and b/maps/re/017-1.mcache differ diff --git a/npc/010-4-1/katze.txt b/npc/010-4-1/katze.txt index b093ce769..737d6be0a 100644 --- a/npc/010-4-1/katze.txt +++ b/npc/010-4-1/katze.txt @@ -25,17 +25,13 @@ compareandsetq CaveQuest_Katze, 0, 1; npctalk3 l("Did you knew that %s's generosity is legendary?", rand_sponsor()); close; - // ... - // Then you can donate Katze some items, - // "why, thank you!" she'll say whenever you drop anything on the pot - // via closeclientdialog + npctalk - // // No Cat Ears regardless of whatever you donate, no "lets play" like TMW Classic // Inspector Quest: You can ask her, she'll signal the pot, and THEN you start // giving Katze the items for the cat ears. // She'll, however, reward you with the information you're looking for. // After instructing her on how to trade, she'll reward you a Golden Apple // You can come back to Inspector to begin the second part. + // Use Fairy Hat instead of Inspector Hat? end; OnInit: diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 065b86f36..86692ea9b 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1208,6 +1208,9 @@ function script clientupdater { // You were in Fortress Encampment? Fix coordinates if (getmap() == "025-4") slide 27, 91; + // You were in Land of Fire Village? Fix coordinates + if (getmap() == "017-1") + slide 114, 97; } // TODO: Anniversary (leap years disregarded) -- cgit v1.2.3-70-g09d2