From e71ddf225d0279cf91c006911e8b8dedafff68f1 Mon Sep 17 00:00:00 2001 From: Sini Ruohomaa Date: Mon, 23 Aug 2010 21:54:13 +0300 Subject: Made Dausen and Nickos hint at quests that need to be done before entering the cave. --- npc/002-1_Sandstorm/nickos.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/002-1_Sandstorm/nickos.txt') 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]"; -- cgit v1.2.3-60-g2f50