summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-22 23:37:47 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-22 23:37:47 -0300
commita201511c8d78da80e78b0d092d72f27c85ba20c8 (patch)
tree55e9f5e761566f8c325804185ed06e32ea3ffc72 /npc
parentd1e9273bdf2d6f4f3fbea815a5ec043ebbc28c4c (diff)
downloadserverdata-a201511c8d78da80e78b0d092d72f27c85ba20c8.tar.gz
serverdata-a201511c8d78da80e78b0d092d72f27c85ba20c8.tar.bz2
serverdata-a201511c8d78da80e78b0d092d72f27c85ba20c8.tar.xz
serverdata-a201511c8d78da80e78b0d092d72f27c85ba20c8.zip
Report that sewer mouths are locked (with a dispbottom)
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1/sewer.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/003-1/sewer.txt b/npc/003-1/sewer.txt
index a0fe188bf..408347145 100644
--- a/npc/003-1/sewer.txt
+++ b/npc/003-1/sewer.txt
@@ -6,7 +6,10 @@
// TE: Tulimshar, East
003-1,56,84,0 script #Sewer-TW NPC_NO_SPRITE,{
- if (getq(TulimsharQuest_Sewers) == 0) end;
+ if (getq(TulimsharQuest_Sewers) == 0) {
+ dispbottom l("The sewer mouth is locked.");
+ end;
+ }
if (BaseLevel < 25) end;
mesc l("Descend into Tulimshar sewers?");
@@ -20,7 +23,10 @@
}
003-1,115,111,0 script #Sewer-TE NPC_NO_SPRITE,{
- if (getq(TulimsharQuest_Sewers) == 0) end;
+ if (getq(TulimsharQuest_Sewers) == 0) {
+ dispbottom l("The sewer mouth is locked.");
+ end;
+ }
if (BaseLevel < 25) end;
mesc l("Descend into Tulimshar sewers?");