summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-28 15:08:54 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-28 15:08:54 -0300
commit715f0e5e9cd745766feb95ed68d6b979f547b1a0 (patch)
tree2a5e983fda16260587ba0cba60ab77a8af163564
parent99588cf76237b27818fb85b8fe8f14dd810f5ad3 (diff)
downloadserverdata-715f0e5e9cd745766feb95ed68d6b979f547b1a0.tar.gz
serverdata-715f0e5e9cd745766feb95ed68d6b979f547b1a0.tar.bz2
serverdata-715f0e5e9cd745766feb95ed68d6b979f547b1a0.tar.xz
serverdata-715f0e5e9cd745766feb95ed68d6b979f547b1a0.zip
Block incomplete dungeon (puzzles are missing at second floor)
-rw-r--r--npc/008-0/master.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/008-0/master.txt b/npc/008-0/master.txt
index e83798de7..9dd55dba9 100644
--- a/npc/008-0/master.txt
+++ b/npc/008-0/master.txt
@@ -14,6 +14,8 @@
mesq l("I protect a dungeon for PARTIES. You're not on a party, get moving.");
close;
}
+ if (!is_staff())
+ goto L_TODO; // TODO
mesn;
mesq l("I protect a very dangerous dungeon, and it is so dangerous, that only parties can go in.");
@@ -82,7 +84,10 @@
-
+L_TODO:
+ mesn;
+ mesq l("Jesusalva still have this closed because the traps are broken... %%n But we shall open soon. %%G");
+ close;
// Only the party leader can start this. But you can rejoin, as long map leader is on 008-x
L_NotYou:
getmapxy(.@m$, .@x, .@y, 0, getpartyleader(getcharid(1)));