summaryrefslogtreecommitdiff
path: root/npc/017-9/npcs.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-20 02:46:20 +0000
committerJesusaves <cpntb1@ymail.com>2022-01-20 02:46:20 +0000
commita7a421842af79b6aff03335401db5bca5f2e5284 (patch)
tree96f05618b8dc04bc19778d51482f85c6f4e94865 /npc/017-9/npcs.txt
parentc1be7bd1eab5b0c230001c369292abe757a7f32a (diff)
parent8875cef958add4b361300c1ba108d8bf1d7995d7 (diff)
downloadserverdata-a7a421842af79b6aff03335401db5bca5f2e5284.tar.gz
serverdata-a7a421842af79b6aff03335401db5bca5f2e5284.tar.bz2
serverdata-a7a421842af79b6aff03335401db5bca5f2e5284.tar.xz
serverdata-a7a421842af79b6aff03335401db5bca5f2e5284.zip
Merge branch 'jesusalva/cleanup' into 'master'
Christmas 2021 Cleanup See merge request themanaworld/evolved/serverdata!10
Diffstat (limited to 'npc/017-9/npcs.txt')
-rw-r--r--npc/017-9/npcs.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/npc/017-9/npcs.txt b/npc/017-9/npcs.txt
index 9b9c2a1d..98bafae6 100644
--- a/npc/017-9/npcs.txt
+++ b/npc/017-9/npcs.txt
@@ -1,34 +1,40 @@
// Contains the secret doors for staff room
-009-1,42,43,0 script #SecretDoor NPC32767,0,0,{
+009-1,42,43,0 script #SecretDoor NPC_HIDDEN,0,0,{
+ if ($@TMWT_MEETING) {
+ if (is_trusted())
+ cwarp "fermi", 29, 20;
+ else
+ cwarp "fermi", 21, 20;
+ }
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,{
+020-1,60,76,0 script #SecretDoor2 NPC_HIDDEN,0,0,{
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
gmlog "@warp 017-9";
warp "017-9", 39, 25;
end;
}
-001-1,54,118,0 script #SecretDoor3 NPC32767,0,0,{
+001-1,54,118,0 script #SecretDoor3 NPC_HIDDEN,0,0,{
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
gmlog "@warp 017-9";
warp "017-9", 31, 25;
end;
}
-027-2,46,111,0 script #SecretDoor4 NPC32767,0,0,{
+027-2,46,111,0 script #SecretDoor4 NPC_HIDDEN,0,0,{
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
gmlog "@warp 017-9";
warp "017-9", 41, 25;
end;
}
-029-1,34,96,0 script #SecretDoor5 NPC32767,0,0,{
+029-1,34,96,0 script #SecretDoor5 NPC_HIDDEN,0,0,{
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
gmlog "@warp 017-9";
warp "017-9", 33, 25;