summaryrefslogtreecommitdiff
path: root/world/map/npc/028-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/028-1')
-rw-r--r--world/map/npc/028-1/_import.txt8
-rw-r--r--world/map/npc/028-1/_mobs.txt3
-rw-r--r--world/map/npc/028-1/_nodes.txt4
-rw-r--r--world/map/npc/028-1/_warps.txt4
-rw-r--r--world/map/npc/028-1/mapflags.txt1
-rw-r--r--world/map/npc/028-1/portal.txt16
6 files changed, 0 insertions, 36 deletions
diff --git a/world/map/npc/028-1/_import.txt b/world/map/npc/028-1/_import.txt
deleted file mode 100644
index b7221baf..00000000
--- a/world/map/npc/028-1/_import.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-// Map 028-1: GM Island
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-map: 028-1
-npc: npc/028-1/_mobs.txt
-npc: npc/028-1/_nodes.txt
-npc: npc/028-1/_warps.txt
-npc: npc/028-1/mapflags.txt
-npc: npc/028-1/portal.txt
diff --git a/world/map/npc/028-1/_mobs.txt b/world/map/npc/028-1/_mobs.txt
deleted file mode 100644
index e5e3e7e5..00000000
--- a/world/map/npc/028-1/_mobs.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// GM Island mobs
-
diff --git a/world/map/npc/028-1/_nodes.txt b/world/map/npc/028-1/_nodes.txt
deleted file mode 100644
index c4fb65dc..00000000
--- a/world/map/npc/028-1/_nodes.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// GM Island nodes
-
-// (no nodes)
diff --git a/world/map/npc/028-1/_warps.txt b/world/map/npc/028-1/_warps.txt
deleted file mode 100644
index c395464d..00000000
--- a/world/map/npc/028-1/_warps.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// GM Island warps
-
-028-1,120,125|warp|-1,-1,028-3,33,77
diff --git a/world/map/npc/028-1/mapflags.txt b/world/map/npc/028-1/mapflags.txt
deleted file mode 100644
index f1de8f33..00000000
--- a/world/map/npc/028-1/mapflags.txt
+++ /dev/null
@@ -1 +0,0 @@
-028-1|mapflag|nosave|009-1,53,40
diff --git a/world/map/npc/028-1/portal.txt b/world/map/npc/028-1/portal.txt
deleted file mode 100644
index 15b783ff..00000000
--- a/world/map/npc/028-1/portal.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-//Leave GM Island
-028-1,98,37,0|script|Exit|400,0,0
-{
- mes "[Exit]";
- mes "Would you like to leave this place?";
- menu
- "Yes.", L_Leave,
- "No.", L_Close;
-
-L_Leave:
- warp getsavepoint(0), getsavepoint(1), getsavepoint(2);
- goto L_Close;
-
-L_Close:
- close;
-}