summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-12 09:45:22 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-12 09:45:22 -0300
commit589c80cf0583f2f2106f7073ce11b872b34db70b (patch)
tree6048732382a79dc83592e7b06d1fca74e510db4e
parent9dd64f8fee1321452a55aa39ea163f4b67683471 (diff)
downloadserverdata-589c80cf0583f2f2106f7073ce11b872b34db70b.tar.gz
serverdata-589c80cf0583f2f2106f7073ce11b872b34db70b.tar.bz2
serverdata-589c80cf0583f2f2106f7073ce11b872b34db70b.tar.xz
serverdata-589c80cf0583f2f2106f7073ce11b872b34db70b.zip
Katze's Placeholder
-rw-r--r--maps/re/010-4-1.mcachebin180 -> 186 bytes
-rw-r--r--maps/re/032-1.mcachebin2081 -> 2107 bytes
-rw-r--r--npc/010-4-1/_import.txt1
-rw-r--r--npc/010-4-1/katze.txt15
4 files changed, 16 insertions, 0 deletions
diff --git a/maps/re/010-4-1.mcache b/maps/re/010-4-1.mcache
index 714500de5..9f9093c59 100644
--- a/maps/re/010-4-1.mcache
+++ b/maps/re/010-4-1.mcache
Binary files differ
diff --git a/maps/re/032-1.mcache b/maps/re/032-1.mcache
index e7998ac74..5511e7d5e 100644
--- a/maps/re/032-1.mcache
+++ b/maps/re/032-1.mcache
Binary files differ
diff --git a/npc/010-4-1/_import.txt b/npc/010-4-1/_import.txt
index d3a73a2a3..c822ad41d 100644
--- a/npc/010-4-1/_import.txt
+++ b/npc/010-4-1/_import.txt
@@ -1,3 +1,4 @@
// Map 010-4-1: Katze Cave
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/010-4-1/_warps.txt",
+"npc/010-4-1/katze.txt",
diff --git a/npc/010-4-1/katze.txt b/npc/010-4-1/katze.txt
new file mode 100644
index 000000000..39761105f
--- /dev/null
+++ b/npc/010-4-1/katze.txt
@@ -0,0 +1,15 @@
+// TMW2/LOF Script.
+// Author:
+// Jesusalva
+// Description:
+// THIS IS A PLACEHOLDER
+
+010-4-1,44,30,0 script Katze NPC_KATZE,{
+ npctalk3 l("Meow.");
+ end;
+OnInit:
+ .distance=5;
+ .sex = G_OTHER;
+ end;
+}
+