summaryrefslogtreecommitdiff
path: root/world/map/npc/003-4
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-04-15 13:29:29 -0400
committergumi <git@gumi.ca>2019-04-15 13:29:29 -0400
commit1fb9844a9f804e6fffb84802ec5fe06ffc2626aa (patch)
tree9a8f30963687f880339a2e046497681405dd85f0 /world/map/npc/003-4
parentdb5bcc64f7d0962fb153ffdd4c417321bdbee353 (diff)
downloadserverdata-1fb9844a9f804e6fffb84802ec5fe06ffc2626aa.tar.gz
serverdata-1fb9844a9f804e6fffb84802ec5fe06ffc2626aa.tar.bz2
serverdata-1fb9844a9f804e6fffb84802ec5fe06ffc2626aa.tar.xz
serverdata-1fb9844a9f804e6fffb84802ec5fe06ffc2626aa.zip
add the old tulim beach to the wormhole
Diffstat (limited to 'world/map/npc/003-4')
-rw-r--r--world/map/npc/003-4/_import.txt7
-rw-r--r--world/map/npc/003-4/_mobs.txt9
-rw-r--r--world/map/npc/003-4/_nodes.txt4
-rw-r--r--world/map/npc/003-4/_warps.txt6
-rw-r--r--world/map/npc/003-4/time-traveler.txt33
5 files changed, 59 insertions, 0 deletions
diff --git a/world/map/npc/003-4/_import.txt b/world/map/npc/003-4/_import.txt
new file mode 100644
index 00000000..12b32eae
--- /dev/null
+++ b/world/map/npc/003-4/_import.txt
@@ -0,0 +1,7 @@
+// Map 003-4: Beach
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+map: 003-4
+npc: npc/003-4/_mobs.txt
+npc: npc/003-4/_nodes.txt
+npc: npc/003-4/_warps.txt
+npc: npc/003-4/time-traveler.txt
diff --git a/world/map/npc/003-4/_mobs.txt b/world/map/npc/003-4/_mobs.txt
new file mode 100644
index 00000000..608c9c53
--- /dev/null
+++ b/world/map/npc/003-4/_mobs.txt
@@ -0,0 +1,9 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Beach mobs
+
+003-4,158,68,28,96|monster|GiantMaggot|1006,10,100000ms,30000ms
+003-4,0,0,0,0|monster|SeaSlime|1033,15,100000ms,30000ms
+003-4,120,31,22,22|monster|SeaSlime|1033,5,100000ms,30000ms
+003-4,119,68,105,101|monster|GreenSlime|1005,35,100000ms,30000ms
+003-4,134,69,76,71|monster|RedScorpion|1004,20,100000ms,30000ms
+003-4,35,25,10,3|monster|MountainSnake|1026,1,700000ms,600000ms
diff --git a/world/map/npc/003-4/_nodes.txt b/world/map/npc/003-4/_nodes.txt
new file mode 100644
index 00000000..8c36389e
--- /dev/null
+++ b/world/map/npc/003-4/_nodes.txt
@@ -0,0 +1,4 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Beach nodes
+
+// (no nodes)
diff --git a/world/map/npc/003-4/_warps.txt b/world/map/npc/003-4/_warps.txt
new file mode 100644
index 00000000..a27ebb4d
--- /dev/null
+++ b/world/map/npc/003-4/_warps.txt
@@ -0,0 +1,6 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Beach warps
+
+003-4,172,77|warp|-1,3,002-1,32,66
+003-4,141,19|warp|1,-1,004-1,37,110
+003-4,114,117|warp|2,-1,043-1,44,20
diff --git a/world/map/npc/003-4/time-traveler.txt b/world/map/npc/003-4/time-traveler.txt
new file mode 100644
index 00000000..cf078fcb
--- /dev/null
+++ b/world/map/npc/003-4/time-traveler.txt
@@ -0,0 +1,33 @@
+// time traveler that warps from old nivalis to new nivalis
+
+002-1,30,67,0|script|Time Traveler#21|184
+{
+ mes "Would you like to time travel?";
+ menu
+ "Yes!", L_Warp;
+
+L_Warp:
+ mes "Hang tight!";
+ close2;
+ warp "003-4", 171, 76;
+ close;
+}
+
+003-4,165,73,0|script|Time Traveler#34|184
+{
+ mes "Welcome back!";
+ menu
+ "What is this place?", L_What,
+ "How do I leave?", L_Leave;
+
+L_What:
+ mes "This place used to be part of Tonori a few years back.";
+ mes "Unfortunately, it almost vanished completely due to illegal dredging of the coast.";
+ next;
+ mes "The culprits were never caught.";
+ close;
+
+L_Leave:
+ mes "Walk East from here to escape the time dilation bubble.";
+ close;
+}