summaryrefslogtreecommitdiff
path: root/npc/021-2_Tulimshar/workshop.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-07 11:47:45 -0700
committerJared Adams <jaxad0127@gmail.com>2009-03-07 11:47:45 -0700
commitccb6634a79c52021c4a918f7a63a3b9c2b02fafa (patch)
tree9354acc02fb583ce4ce55d7baafaf40945f9d0e3 /npc/021-2_Tulimshar/workshop.txt
parentf0aeb577ac2d611b543281374d62cf10b50774f3 (diff)
downloadserverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.tar.gz
serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.tar.bz2
serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.tar.xz
serverdata-ccb6634a79c52021c4a918f7a63a3b9c2b02fafa.zip
Add some new maps
Includes some indoors for Central Tulimshar, Tulimshar Canyon, and an indoor for Tulimshar Canyon.
Diffstat (limited to 'npc/021-2_Tulimshar/workshop.txt')
-rw-r--r--npc/021-2_Tulimshar/workshop.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/021-2_Tulimshar/workshop.txt b/npc/021-2_Tulimshar/workshop.txt
new file mode 100644
index 00000000..ffe732b4
--- /dev/null
+++ b/npc/021-2_Tulimshar/workshop.txt
@@ -0,0 +1,11 @@
+// Tulimshar's main workshop
+
+// The receptionist
+021-2.gat,22,63,0 script Sonir 118,{
+ mes "[Sonir]";
+ mes "\"This is Tulimshar's main workshop. Much crafting happens here.\"";
+ next;
+ mes "[Sonir]";
+ mes "\"We also have limited housing on the second floor.\"";
+ close;
+}