summaryrefslogtreecommitdiff
path: root/npc/017-9
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-9')
-rw-r--r--npc/017-9/_import.txt5
-rw-r--r--npc/017-9/_warps.txt7
-rw-r--r--npc/017-9/mapflags.txt1
-rw-r--r--npc/017-9/npcs.txt36
4 files changed, 49 insertions, 0 deletions
diff --git a/npc/017-9/_import.txt b/npc/017-9/_import.txt
new file mode 100644
index 00000000..17163a12
--- /dev/null
+++ b/npc/017-9/_import.txt
@@ -0,0 +1,5 @@
+// Map 017-9: GM Lounge
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/017-9/_warps.txt",
+"npc/017-9/mapflags.txt",
+"npc/017-9/npcs.txt",
diff --git a/npc/017-9/_warps.txt b/npc/017-9/_warps.txt
new file mode 100644
index 00000000..1c8f826c
--- /dev/null
+++ b/npc/017-9/_warps.txt
@@ -0,0 +1,7 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 017-9: GM Lounge warps
+017-9,39,24,0 warp #017-9_39_24 0,0,020-1,60,75
+017-9,36,25,0 warp #017-9_36_25 0,0,009-1,43,45
+017-9,31,24,0 warp #017-9_31_24 0,0,001-1,54,118
+017-9,41,24,0 warp #017-9_41_24 0,0,027-2,46,110
+017-9,33,24,0 warp #017-9_33_24 0,0,029-1,34,95
diff --git a/npc/017-9/mapflags.txt b/npc/017-9/mapflags.txt
new file mode 100644
index 00000000..5c673860
--- /dev/null
+++ b/npc/017-9/mapflags.txt
@@ -0,0 +1 @@
+//017-9 mapflag resave 017-9,26,25
diff --git a/npc/017-9/npcs.txt b/npc/017-9/npcs.txt
new file mode 100644
index 00000000..549d06d7
--- /dev/null
+++ b/npc/017-9/npcs.txt
@@ -0,0 +1,36 @@
+// Contains the secret doors for staff room
+
+009-1,42,43,0 script #SecretDoor NPC32767,0,0,{
+ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
+ //gmlog "@warp 017-9";
+ warp "017-9", 36, 26;
+ end;
+}
+
+020-1,60,76,0 script #SecretDoor2 NPC32767,0,0,{
+ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
+ gmlog "@warp 017-9";
+ warp "017-9", 38, 24;
+ end;
+}
+
+001-1,54,119,0 script #SecretDoor3 NPC32767,0,0,{
+ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
+ gmlog "@warp 017-9";
+ warp "017-9", 30, 24;
+ end;
+}
+
+027-2,46,111,0 script #SecretDoor4 NPC32767,0,0,{
+ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
+ gmlog "@warp 017-9";
+ warp "017-9", 40, 24;
+ end;
+}
+
+029-1,34,96,0 script #SecretDoor5 NPC32767,0,0,{
+ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
+ gmlog "@warp 017-9";
+ warp "017-9", 32, 24;
+ end;
+}