summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-13 10:54:22 -0300
committerJesusaves <cpntb1@ymail.com>2020-11-13 10:54:22 -0300
commit31534121f83eee6a6f1ef38b6b8721468860b411 (patch)
tree8e790a680f1c3e616fccf8160b7c0047517cea9b
parent7e42262df2a1413a06e36372d2c48907b6cb2caa (diff)
downloadserverdata-31534121f83eee6a6f1ef38b6b8721468860b411.tar.gz
serverdata-31534121f83eee6a6f1ef38b6b8721468860b411.tar.bz2
serverdata-31534121f83eee6a6f1ef38b6b8721468860b411.tar.xz
serverdata-31534121f83eee6a6f1ef38b6b8721468860b411.zip
Add Eleanore's placeholder while we are at it
-rw-r--r--npc/020-2-15/_import.txt1
-rw-r--r--npc/020-2-15/eleanore.txt16
-rw-r--r--npc/020-2-15/memoriam.txt6
3 files changed, 20 insertions, 3 deletions
diff --git a/npc/020-2-15/_import.txt b/npc/020-2-15/_import.txt
index eb6aacc6..fba37df5 100644
--- a/npc/020-2-15/_import.txt
+++ b/npc/020-2-15/_import.txt
@@ -1,6 +1,7 @@
// Map 020-2-15: Tulimshar Clinic
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/020-2-15/_warps.txt",
+"npc/020-2-15/eleanore.txt",
"npc/020-2-15/kadiya.txt",
"npc/020-2-15/memoriam.txt",
"npc/020-2-15/yumi.txt",
diff --git a/npc/020-2-15/eleanore.txt b/npc/020-2-15/eleanore.txt
new file mode 100644
index 00000000..f650d96e
--- /dev/null
+++ b/npc/020-2-15/eleanore.txt
@@ -0,0 +1,16 @@
+// The Mana World Script
+// Author:
+// Jesusalva
+// Description:
+// Elenaore the Healer (aka. Elanore)
+// THIS IS A PLACEHOLDER!
+
+020-2-15,43,27,0 script Eleanore NPC_REBECCA,{
+ mesn;
+ mesq l("Please do not disturb the patients.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
diff --git a/npc/020-2-15/memoriam.txt b/npc/020-2-15/memoriam.txt
index c41ad3b1..041c659a 100644
--- a/npc/020-2-15/memoriam.txt
+++ b/npc/020-2-15/memoriam.txt
@@ -4,13 +4,13 @@
// Description:
// Irene Memorial
-020-2-15,41,25,0 script Memoriam NPC_NO_SPRITE,{
+020-2-15,41,25,0 script Memoriam NPC_PAPER_NOTE,{
mes ".:: In Memoriam ::.";
mes "";
mes "~ Irene Christina ~";
- mes "The song in this clinic is dedicated to Irene.";
+ mes l("The song in this clinic is dedicated to Irene.");
next;
- mes "She had seen only twenty hours of this world when she died in her father's arms.";
+ mes l("She had seen only twenty hours of this world when she died in her father's arms.");
close;
OnInit: