From 1fb9844a9f804e6fffb84802ec5fe06ffc2626aa Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 15 Apr 2019 13:29:29 -0400 Subject: add the old tulim beach to the wormhole --- world/map/npc/003-4/_import.txt | 7 +++++++ world/map/npc/003-4/_mobs.txt | 9 +++++++++ world/map/npc/003-4/_nodes.txt | 4 ++++ world/map/npc/003-4/_warps.txt | 6 ++++++ world/map/npc/003-4/time-traveler.txt | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 world/map/npc/003-4/_import.txt create mode 100644 world/map/npc/003-4/_mobs.txt create mode 100644 world/map/npc/003-4/_nodes.txt create mode 100644 world/map/npc/003-4/_warps.txt create mode 100644 world/map/npc/003-4/time-traveler.txt (limited to 'world/map/npc/003-4') 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; +} -- cgit v1.2.3-60-g2f50