summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/017-1/_import.txt2
-rw-r--r--npc/017-1/stranger.txt17
2 files changed, 19 insertions, 0 deletions
diff --git a/npc/017-1/_import.txt b/npc/017-1/_import.txt
index 5167645b5..b257632a4 100644
--- a/npc/017-1/_import.txt
+++ b/npc/017-1/_import.txt
@@ -1,5 +1,6 @@
// Map 017-1: Land Of Fire Village
// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/017-1/017-1_stranger_blackbox.txt",
"npc/017-1/_mobs.txt",
"npc/017-1/_warps.txt",
"npc/017-1/guards.txt",
@@ -12,4 +13,5 @@
"npc/017-1/shops.txt",
"npc/017-1/signs.txt",
"npc/017-1/soul-menhir.txt",
+"npc/017-1/stranger.txt",
"npc/017-1/wateranimation.txt",
diff --git a/npc/017-1/stranger.txt b/npc/017-1/stranger.txt
new file mode 100644
index 000000000..ac11e8c3f
--- /dev/null
+++ b/npc/017-1/stranger.txt
@@ -0,0 +1,17 @@
+// TMW2/LoF scripts.
+// Authors:
+// TMW-LoF Team
+// Jesusalva
+// Description:
+// Special quest, can be done every three months, on days 18~25.
+// Months: January, April, July, October
+
+017-1,44,37,0 script Stranger#LoF NPC_LOF_STRANGER,{
+ hello;
+ end;
+
+OnInit:
+ end;
+
+}
+