summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorSini Ruohomaa <sini.ruohomaa@iki.fi>2010-08-23 21:54:13 +0300
committerSini Ruohomaa <sini.ruohomaa@iki.fi>2010-08-23 21:54:13 +0300
commite71ddf225d0279cf91c006911e8b8dedafff68f1 (patch)
tree768e4836f5d52178e03c89c0684ca7650e1dac4d /npc
parent06123cc2e21bad945680981eb1f51dd027e0a9cf (diff)
downloadserverdata-e71ddf225d0279cf91c006911e8b8dedafff68f1.tar.gz
serverdata-e71ddf225d0279cf91c006911e8b8dedafff68f1.tar.bz2
serverdata-e71ddf225d0279cf91c006911e8b8dedafff68f1.tar.xz
serverdata-e71ddf225d0279cf91c006911e8b8dedafff68f1.zip
Made Dausen and Nickos hint at quests that need to be done before
entering the cave.
Diffstat (limited to 'npc')
-rw-r--r--npc/002-1_Sandstorm/lieutenant_dausen.txt9
-rw-r--r--npc/002-1_Sandstorm/nickos.txt10
2 files changed, 19 insertions, 0 deletions
diff --git a/npc/002-1_Sandstorm/lieutenant_dausen.txt b/npc/002-1_Sandstorm/lieutenant_dausen.txt
index 04d4d977..57475d38 100644
--- a/npc/002-1_Sandstorm/lieutenant_dausen.txt
+++ b/npc/002-1_Sandstorm/lieutenant_dausen.txt
@@ -11,11 +11,20 @@
if (TMW_Quest == 14) goto L_LD_Woe_Is_Me;
if (TMW_Quest == 13) goto L_LD_Drinks;
if (TMW_Quest == 12) goto L_LD_Start;
+ if (TMW_Quest < 12) goto L_LD_Get_Rep_First;
mes "[Lieutenant Dausen]";
mes "\"Hello. I am Lieutenant Dausen. I monitor the monster threat around the city to ensure the safety of its citizens.\"";
close;
+L_LD_Get_Rep_First:
+ mes "[Lieutenant Dausen]";
+ mes "\"Hello. I am Lieutenant Dausen. I monitor the monster threat around the city to ensure the safety of its citizens.\"";
+ next;
+ mes "[Lieutenant Dausen]";
+ mes "\"I may have a job for you, stranger, but first I would like to learn more about you. Go walk among the citizens of Tulimshar, see if any of them could use some help. Once you have established a good reputation, word will get to me.\";
+ close;
+
L_LD_Start:
set TMW_Quest, 13;
mes "[Lieutenant Dausen]";
diff --git a/npc/002-1_Sandstorm/nickos.txt b/npc/002-1_Sandstorm/nickos.txt
index 62072908..f0ba864d 100644
--- a/npc/002-1_Sandstorm/nickos.txt
+++ b/npc/002-1_Sandstorm/nickos.txt
@@ -11,11 +11,21 @@
if (TMW_Quest == 19) goto L_Nickos_Mine;
if (TMW_Quest == 18) goto L_Nickos_Orders_Received;
if (TMW_Quest == 17) goto L_Nickos_Orders;
+ if (TMW_Quest < 17) goto L_Nickos_See_Dausen_First;
mes "[Nickos]";
mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\"";
close;
+L_See_Dausen_First:
+ mes "[Nickos]";
+ mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\"";
+ next;
+ mes "[Nickos]";
+ mes "\"The mines are closed from tourists due to the monster threat. If you want to get in you will need to prove yourself first. Talk to Lieutenant Dausen, my superior, if you want to make a formal complaint.\"";
+ close;
+
+
L_Nickos_Orders:
set TMW_Quest, 18;
mes "[Nickos]";