summaryrefslogtreecommitdiff
path: root/world/map/npc/017-9/npcs.txt
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-01 13:44:27 -0400
committermekolat <mekolat@users.noreply.github.com>2015-05-12 07:02:36 -0400
commite0834f290b1225bc3090e3d43f18ec1047868cf9 (patch)
tree50ae683a16c36f6e85a33e69eb8bb283697bf2fc /world/map/npc/017-9/npcs.txt
parentda0f4578b83cc2f9df249dc1bb5bb33d720cb7a8 (diff)
downloadserverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.tar.gz
serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.tar.bz2
serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.tar.xz
serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.zip
revamp the GM lounge
Diffstat (limited to 'world/map/npc/017-9/npcs.txt')
-rw-r--r--world/map/npc/017-9/npcs.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/world/map/npc/017-9/npcs.txt b/world/map/npc/017-9/npcs.txt
new file mode 100644
index 00000000..25409829
--- /dev/null
+++ b/world/map/npc/017-9/npcs.txt
@@ -0,0 +1,40 @@
+009-1,42,43,0|script|#SecretDoor|32767,0,0
+{
+ if (getgmlevel() < 20 && !debug) end;
+ warp "017-9", 27, 23;
+ end;
+}
+
+020-1,60,76,0|script|#SecretDoor2|32767,0,0
+{
+ if (getgmlevel() < 20 && !debug) end;
+ warp "017-9", 29, 21;
+ end;
+}
+
+001-1,54,118,0|script|#SecretDoor3|32767,0,0
+{
+ if (getgmlevel() < 20 && !debug) end;
+ warp "017-9", 21, 21;
+ end;
+}
+
+027-2,118,111,0|script|#SecretDoor4|32767,0,0
+{
+ if (getgmlevel() < 20 && !debug) end;
+ warp "017-9", 31, 21;
+ end;
+}
+
+029-1,34,96,0|script|#SecretDoor5|32767,0,0
+{
+ if (getgmlevel() < 20 && !debug) end;
+ warp "017-9", 23, 21;
+ end;
+}
+
+017-9,30,28,0|script|Numa|393
+{
+ callfunc "SuperDebug";
+ end;
+}