From 0ea3ba873aa4a6a187b04e83a7d01be3ffb634bb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 29 Dec 2018 00:51:46 -0200 Subject: Ops. --- db/constants.conf | 1 + npc/017-1/_import.txt | 2 ++ npc/017-1/stranger.txt | 17 +++++++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 npc/017-1/stranger.txt diff --git a/db/constants.conf b/db/constants.conf index b97409044..ace7ecbd1 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3995,6 +3995,7 @@ constants_db: { NPC_SWORDS_SIGN: 229 NPC_SWORDS_SIGN2: 230 NPC_TOMBOY: 231 + NPC_LOF_STRANGER: 234 NPC_LOF_NOBLEMAN: 235 NPC_SHEILA: 236 NPC_DIMOND: 240 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; + +} + -- cgit v1.2.3-70-g09d2