summaryrefslogtreecommitdiff
path: root/npc/017-9
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/017-9
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/017-9')
-rw-r--r--npc/017-9/_import.txt5
-rw-r--r--npc/017-9/_warps.txt7
-rwxr-xr-xnpc/017-9/mapflags.txt1
-rwxr-xr-xnpc/017-9/npcs.txt34
4 files changed, 47 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..daee3206
--- /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,29,20,0 warp #017-9_29_20 0,0,020-1,60,75
+017-9,26,21,0 warp #017-9_26_21 0,0,009-1,43,45
+017-9,21,20,0 warp #017-9_21_20 0,0,001-1,54,118
+017-9,31,20,0 warp #017-9_31_20 0,0,027-2,46,110
+017-9,23,20,0 warp #017-9_23_20 0,0,029-1,34,95
diff --git a/npc/017-9/mapflags.txt b/npc/017-9/mapflags.txt
new file mode 100755
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 100755
index 00000000..b1257a7d
--- /dev/null
+++ b/npc/017-9/npcs.txt
@@ -0,0 +1,34 @@
+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", 27, 23;
+ 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", 29, 21;
+ end;
+}
+
+001-1,54,118,0 script #SecretDoor3 NPC32767,0,0,{
+ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
+ gmlog "@warp 017-9";
+ warp "017-9", 21, 21;
+ end;
+}
+
+027-2,118,111,0 script #SecretDoor4 NPC32767,0,0,{
+ if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
+ gmlog "@warp 017-9";
+ warp "017-9", 31, 21;
+ 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", 23, 21;
+ end;
+}