summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-25 03:12:27 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-25 03:12:27 -0300
commite773109a54e896a54b2ff97e1a0bf60977ad156c (patch)
tree615dbc3290d5cf6833dab5480ea7fb056b91b5d4
parent19de3fc1c3b4f6d1e287ca5e48fae8607158cf08 (diff)
downloadserverdata-e773109a54e896a54b2ff97e1a0bf60977ad156c.tar.gz
serverdata-e773109a54e896a54b2ff97e1a0bf60977ad156c.tar.bz2
serverdata-e773109a54e896a54b2ff97e1a0bf60977ad156c.tar.xz
serverdata-e773109a54e896a54b2ff97e1a0bf60977ad156c.zip
Fix some broken GM Doors
-rw-r--r--npc/017-9/npcs.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/017-9/npcs.txt b/npc/017-9/npcs.txt
index 549d06d7..27a14fe2 100644
--- a/npc/017-9/npcs.txt
+++ b/npc/017-9/npcs.txt
@@ -2,7 +2,7 @@
009-1,42,43,0 script #SecretDoor NPC32767,0,0,{
if (GM < MAP_LOUNGE && GM < G_SYSOP && !debug) end;
- //gmlog "@warp 017-9";
+ gmlog "@warp 017-9";
warp "017-9", 36, 26;
end;
}
@@ -10,27 +10,27 @@
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;
+ warp "017-9", 39, 25;
end;
}
-001-1,54,119,0 script #SecretDoor3 NPC32767,0,0,{
+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", 30, 24;
+ warp "017-9", 31, 25;
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;
+ warp "017-9", 41, 25;
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;
+ warp "017-9", 33, 25;
end;
}