diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-21 22:02:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-21 22:02:52 -0300 |
commit | ee0cfde9aff5996fe29787ada6907ea6d4354473 (patch) | |
tree | 2171b589cbeb1a8933f8f7db1a1fe6461510dd87 | |
parent | e5a23db6bdeac6cdbe578579d44916ea05a18293 (diff) | |
download | serverdata-ee0cfde9aff5996fe29787ada6907ea6d4354473.tar.gz serverdata-ee0cfde9aff5996fe29787ada6907ea6d4354473.tar.bz2 serverdata-ee0cfde9aff5996fe29787ada6907ea6d4354473.tar.xz serverdata-ee0cfde9aff5996fe29787ada6907ea6d4354473.zip |
Regenerate map cache
-rw-r--r-- | maps/re/010-4-1.mcache | bin | 186 -> 190 bytes | |||
-rw-r--r-- | maps/re/017-1.mcache | bin | 4245 -> 4270 bytes | |||
-rw-r--r-- | npc/010-4-1/katze.txt | 6 | ||||
-rw-r--r-- | 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 Binary files differindex 9f9093c59..77cb5ebc6 100644 --- a/maps/re/010-4-1.mcache +++ b/maps/re/010-4-1.mcache diff --git a/maps/re/017-1.mcache b/maps/re/017-1.mcache Binary files differindex db14958c6..cf6f14788 100644 --- a/maps/re/017-1.mcache +++ b/maps/re/017-1.mcache 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) |