summaryrefslogtreecommitdiff
path: root/npc/011-4/docks.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-09 21:22:17 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-09 21:22:17 -0300
commit4e312d51e87189350bc8968412bc7ae42f7b3933 (patch)
treec10408c1a5e0cf2e85bf4adfbed39fa3c6243f12 /npc/011-4/docks.txt
parent3d98e39073df31d8b099a2694e0e094fd2e2d249 (diff)
downloadserverdata-4e312d51e87189350bc8968412bc7ae42f7b3933.tar.gz
serverdata-4e312d51e87189350bc8968412bc7ae42f7b3933.tar.bz2
serverdata-4e312d51e87189350bc8968412bc7ae42f7b3933.tar.xz
serverdata-4e312d51e87189350bc8968412bc7ae42f7b3933.zip
Add the placeholder NPCs we'll be needing
Diffstat (limited to 'npc/011-4/docks.txt')
-rw-r--r--npc/011-4/docks.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/npc/011-4/docks.txt b/npc/011-4/docks.txt
new file mode 100644
index 000000000..4e3ff1be0
--- /dev/null
+++ b/npc/011-4/docks.txt
@@ -0,0 +1,43 @@
+// There are three docks here, one which returns you to 014-2 and two which dismount
+// Those which dismount have two NPCs nearby to confirm the operation. If it did not
+// succeed (back'n'forth), you sink. Remember you MUST use a slide
+// Having a rowboat is never checked here, it can safely expire.
+// setmount 3; setmount 0;
+
+011-4,124,21,0 script #Dock0114A NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, you cannot leave.");
+ end;
+}
+
+
+011-4,85,66,0 script #Dock0114B1 NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, visiting the Graveyard isn't permitted.");
+ end;
+}
+
+011-4,83,66,0 script #Dock0114B2 NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, leaving the Graveyard isn't permitted.");
+ end;
+}
+
+
+011-4,236,71,0 script #Dock0114C1 NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, visiting Elli's Tower isn't permitted.");
+ end;
+}
+
+011-4,238,71,0 script #Dock0114C2 NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, leaving Elli's Tower isn't permitted.");
+ end;
+}
+