summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maps/re/010-4-1.mcachebin186 -> 190 bytes
-rw-r--r--maps/re/017-1.mcachebin4245 -> 4270 bytes
-rw-r--r--npc/010-4-1/katze.txt6
-rw-r--r--npc/functions/clientversion.txt3
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
--- a/maps/re/010-4-1.mcache
+++ b/maps/re/010-4-1.mcache
Binary files differ
diff --git a/maps/re/017-1.mcache b/maps/re/017-1.mcache
index db14958c6..cf6f14788 100644
--- a/maps/re/017-1.mcache
+++ b/maps/re/017-1.mcache
Binary files 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)