summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-15 13:01:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-15 13:01:30 -0300
commitf04415bbc4477cffc4d6909a4af14a6072a99f48 (patch)
tree83ed24f58f0c69f366aff70c0f9829a497cf74df
parentef5e8039265bd8b3e55de5903a1215b2ff4db8b7 (diff)
downloadserverdata-f04415bbc4477cffc4d6909a4af14a6072a99f48.tar.gz
serverdata-f04415bbc4477cffc4d6909a4af14a6072a99f48.tar.bz2
serverdata-f04415bbc4477cffc4d6909a4af14a6072a99f48.tar.xz
serverdata-f04415bbc4477cffc4d6909a4af14a6072a99f48.zip
Reintroduce the time travelers. This close #65
-rw-r--r--npc/003-4/_import.txt1
-rw-r--r--npc/003-4/time-traveler.txt33
-rw-r--r--npc/029-4/_import.txt1
-rw-r--r--npc/029-4/time-traveler.txt33
-rw-r--r--npc/030-1/_import.txt1
-rw-r--r--npc/030-1/time-traveler.txt34
6 files changed, 103 insertions, 0 deletions
diff --git a/npc/003-4/_import.txt b/npc/003-4/_import.txt
index 19764510..8be96979 100644
--- a/npc/003-4/_import.txt
+++ b/npc/003-4/_import.txt
@@ -3,3 +3,4 @@
"npc/003-4/_mobs.txt",
"npc/003-4/_warps.txt",
"npc/003-4/ashley.txt",
+"npc/003-4/time-traveler.txt",
diff --git a/npc/003-4/time-traveler.txt b/npc/003-4/time-traveler.txt
new file mode 100644
index 00000000..2398deaf
--- /dev/null
+++ b/npc/003-4/time-traveler.txt
@@ -0,0 +1,33 @@
+
+002-1,30,67,0 script Time Traveler#21 NPC184,{
+ mes l("Would you like to time travel?");
+ menu
+ l("Yes!"), L_Warp,
+ l("No"), -;
+ closeclientdialog;
+ close;
+
+L_Warp:
+ mes l("Hang tight!");
+ close2;
+ warp "003-4", 171, 76;
+ close;
+}
+
+003-4,165,73,0 script Time Traveler#34 NPC184,{
+ mes l("Welcome back!");
+ menu
+ l("What is this place?"), L_What,
+ l("How do I leave?"), L_Leave;
+
+L_What:
+ mes l("This place used to be part of Tonori a few years back.");
+ mes l("Unfortunately, it almost vanished completely due to illegal dredging of the coast.");
+ next;
+ mes l("The culprits were never caught.");
+ close;
+
+L_Leave:
+ mes l("Walk East from here to escape the time dilation bubble.");
+ close;
+}
diff --git a/npc/029-4/_import.txt b/npc/029-4/_import.txt
index 523017f2..6aefeb6a 100644
--- a/npc/029-4/_import.txt
+++ b/npc/029-4/_import.txt
@@ -2,3 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/029-4/_mobs.txt",
"npc/029-4/_warps.txt",
+"npc/029-4/time-traveler.txt",
diff --git a/npc/029-4/time-traveler.txt b/npc/029-4/time-traveler.txt
new file mode 100644
index 00000000..d9b19d58
--- /dev/null
+++ b/npc/029-4/time-traveler.txt
@@ -0,0 +1,33 @@
+
+029-1,25,40,0 script Time Traveler#291 NPC184,{
+ mes l("Would you like to time travel?");
+ menu
+ l("Yes!"), L_Warp,
+ l("No"), -;
+ closeclientdialog;
+ close;
+
+L_Warp:
+ mes l("Hang tight!");
+ close2;
+ warp "029-4", 24, 38;
+ close;
+}
+
+029-4,26,36,0 script Time Traveler#294 NPC184,{
+ mes l("Welcome back!");
+ menu
+ l("What year are we in?"), L_What,
+ l("How do I leave?"), L_Leave;
+
+L_What:
+ mes l("This is what Candor used to look like back in 2014.");
+ next;
+ mes l("I think this island is a bit volcanic, as after the Great Quake, more land emerged.");
+ mes l("Settlers moved in shortly after.");
+ close;
+
+L_Leave:
+ mes l("Walk West from here to escape the time dilation bubble.");
+ close;
+}
diff --git a/npc/030-1/_import.txt b/npc/030-1/_import.txt
index 6abb9f07..55eb23dc 100644
--- a/npc/030-1/_import.txt
+++ b/npc/030-1/_import.txt
@@ -2,3 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/030-1/_mobs.txt",
"npc/030-1/_warps.txt",
+"npc/030-1/time-traveler.txt",
diff --git a/npc/030-1/time-traveler.txt b/npc/030-1/time-traveler.txt
new file mode 100644
index 00000000..93a20cb3
--- /dev/null
+++ b/npc/030-1/time-traveler.txt
@@ -0,0 +1,34 @@
+
+019-1,102,100,0 script Time Traveler#19 NPC184,{
+ mes l("Would you like to time travel?");
+ menu
+ l("Yes!"), L_Warp,
+ l("No"), -;
+ closeclientdialog;
+ close;
+
+L_Warp:
+ mes l("Hang tight!");
+ close2;
+ warp "030-1", 61, 29;
+ close;
+}
+
+030-1,64,33,0 script Time Traveler#30 NPC184,{
+ mes l("Welcome back!");
+ menu
+ l("What is this place?"), L_What,
+ l("How do I leave?"), L_Leave;
+
+L_What:
+ mes l("This place used to be part of Kaizei a few years back.");
+ mes l("Unfortunately, a great landslide occured and it got completely engulfed by the sea.");
+ next;
+ mes l("Santa's workshop used to be located here, but after the incident they had to move further inland.");
+ mes l("Fortunately, they managed to salvage most of the equipment and nobody was injured.");
+ close;
+
+L_Leave:
+ mes l("Walk North from here to exit the time dilation bubble.");
+ close;
+}