summaryrefslogtreecommitdiff
path: root/npc/009-2-5
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2-5')
-rw-r--r--npc/009-2-5/_import.txt5
-rw-r--r--npc/009-2-5/_warps.txt3
-rw-r--r--npc/009-2-5/lovers.txt29
-rw-r--r--npc/009-2-5/savaric.txt20
4 files changed, 57 insertions, 0 deletions
diff --git a/npc/009-2-5/_import.txt b/npc/009-2-5/_import.txt
new file mode 100644
index 00000000..fcaccd3f
--- /dev/null
+++ b/npc/009-2-5/_import.txt
@@ -0,0 +1,5 @@
+// Map 009-2-5: Reid's Inn First Floor
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/009-2-5/_warps.txt",
+"npc/009-2-5/lovers.txt",
+"npc/009-2-5/savaric.txt",
diff --git a/npc/009-2-5/_warps.txt b/npc/009-2-5/_warps.txt
new file mode 100644
index 00000000..034d33b3
--- /dev/null
+++ b/npc/009-2-5/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 009-2-5: Reid's Inn First Floor warps
+009-2-5,56,32,0 warp #009-2-5_56_32 1,0,009-2-3,56,29
diff --git a/npc/009-2-5/lovers.txt b/npc/009-2-5/lovers.txt
new file mode 100644
index 00000000..463742b9
--- /dev/null
+++ b/npc/009-2-5/lovers.txt
@@ -0,0 +1,29 @@
+// The Mana World scripts.
+// Author:
+// Micksha
+// Description:
+// Useless NPC. Possibly it is a memory fragment of Savaric and Reid?
+// THIS IS A PLACEHOLDER!
+
+009-2-5,27,27,0 script Lovers NPC_LOVERS,{
+ mesc l("You see a man and a woman holding each other very tight.");
+ next;
+ mesc l("They are kissing and whispering things to each other you can't hear.");
+ next;
+ mesc l("Now the woman giggles. They don't notice you.");
+ next;
+ select
+ l("Maybe it's better not to bother them."),
+ l("*ahem* Hello...?");
+ mes "";
+ if (@menu == 1)
+ close;
+ mesc l("They do not hear you. It is as if they were not real.");
+ next;
+ mesc l("This is certainly a strange place.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
diff --git a/npc/009-2-5/savaric.txt b/npc/009-2-5/savaric.txt
new file mode 100644
index 00000000..dc1f08ab
--- /dev/null
+++ b/npc/009-2-5/savaric.txt
@@ -0,0 +1,20 @@
+// The Mana World scripts.
+// Author:
+// Micksha
+// Description:
+// Savaric had an affair with Reid and ultimately brought death to the whole Inn.
+// THIS IS A PLACEHOLDER!
+
+009-2-5,31,41,0 script Savaric NPC_SAVARIC,{
+ mesc l("You see a dead man hanging. This place is creepy!");
+ next;
+ mesc l("Suddenly the man opens his eyes and looks at you.");
+ next;
+ mesn l("Hanged Man");
+ mesq l("Oh, hello. Nice to see you - I seem to be dead, but I don't know why and why I'm still consciousness. This is very interesting.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}