summaryrefslogtreecommitdiff
path: root/world/map/npc/003-4
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/003-4')
-rw-r--r--world/map/npc/003-4/_import.txt9
-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/ashley.txt61
-rw-r--r--world/map/npc/003-4/mapflags.txt1
-rw-r--r--world/map/npc/003-4/time-traveler.txt33
7 files changed, 0 insertions, 123 deletions
diff --git a/world/map/npc/003-4/_import.txt b/world/map/npc/003-4/_import.txt
deleted file mode 100644
index 2199a333..00000000
--- a/world/map/npc/003-4/_import.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-// 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/ashley.txt
-npc: npc/003-4/mapflags.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
deleted file mode 100644
index 608c9c53..00000000
--- a/world/map/npc/003-4/_mobs.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-// 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
deleted file mode 100644
index 8c36389e..00000000
--- a/world/map/npc/003-4/_nodes.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// 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
deleted file mode 100644
index a27ebb4d..00000000
--- a/world/map/npc/003-4/_warps.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-// 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/ashley.txt b/world/map/npc/003-4/ashley.txt
deleted file mode 100644
index 48ad10c9..00000000
--- a/world/map/npc/003-4/ashley.txt
+++ /dev/null
@@ -1,61 +0,0 @@
-003-4,35,25,0|script|Ashley|139
-{
- mes "[Ashley]";
- mes "\"Ah, hello. Your smell is different, you seem to have come from a different time.";
- mes "Perhaps you have the rare item I'm looking for?\"";
- menu
- "Sure!",L_Next,
- "Sorry, I'm busy.",L_Close;
-
-L_Next:
- mes "She smiles mischievously.";
- mes "[Ashley]";
- mes "\"Oho, I need an item which doesn't exists at this time... It is called Mylarin Dust.\"";
- next;
- mes "[Ashley]";
- mes "Grinning intensifies";
- mes "\"I'll even give you an old weapon as a reward.\"";
- next;
- mes "[Ashley]";
- mes "\"So, do you have it?\"";
- menu
- "Yeah, here is it.",L_Next1,
- "Not yet.",L_Close;
-
-L_Next1:
- if (countitem("MylarinDust") < 1)
- goto L_NoMylarin;
-
- getinventorylist;
- if (@inventorylist_count == 100)
- goto L_FullInv;
-
- delitem "MylarinDust", 1;
- getexp 2000, 0;
- getitem "SandCutter", 1;
- mes "[Ashley]";
- mes "Grinning widely";
- mes "\"Thanks, mortal. This will help me a bit...\"";
- next;
- mes "[Ashley]";
- mes "\"And if you have more Mylarin Dust with you, I will not hesitate to give you another old weapon as a reward.\"";
- goto L_Close;
-
-L_NoMylarin:
- mes "[Ashley]";
- mes "She fakes smiles at you";
- mes "\"Oh, did you said you wanted me to play with you?\"";
- next;
- mes "[Ashley]";
- mes "\"While I would love to play... I still have to put a prank on Cupid, so you'll have to wait your turn.\"";
- goto L_Close;
-
-L_FullInv:
- mes "[Ashley]";
- mes "\"You're carrying so many things that I feel the urge of stomping you.\"";
- goto L_Close;
-
-L_Close:
- set @inventorylist_count, 0;
- close;
-}
diff --git a/world/map/npc/003-4/mapflags.txt b/world/map/npc/003-4/mapflags.txt
deleted file mode 100644
index 888c987e..00000000
--- a/world/map/npc/003-4/mapflags.txt
+++ /dev/null
@@ -1 +0,0 @@
-003-4|mapflag|resave|002-1,32,65
diff --git a/world/map/npc/003-4/time-traveler.txt b/world/map/npc/003-4/time-traveler.txt
deleted file mode 100644
index 00a875f5..00000000
--- a/world/map/npc/003-4/time-traveler.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-// time traveler that warps from old tonori to new tonori
-
-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;
-}