summaryrefslogtreecommitdiff
path: root/npc/025-4/clauquer.txt
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-06-05 16:18:45 +0200
committerBen Longbons <b.r.longbons@gmail.com>2011-06-12 14:45:23 -0700
commita962576520df2e291b51549eeb920dc0289f0452 (patch)
tree5f961fdee99b85f2127f54db69014d596f0ae6d2 /npc/025-4/clauquer.txt
parent2ccd072f6d2ab8b4d3612dc653d84c400af2abc6 (diff)
downloadserverdata-a962576520df2e291b51549eeb920dc0289f0452.tar.gz
serverdata-a962576520df2e291b51549eeb920dc0289f0452.tar.bz2
serverdata-a962576520df2e291b51549eeb920dc0289f0452.tar.xz
serverdata-a962576520df2e291b51549eeb920dc0289f0452.zip
Made some fixes and improved some scripts.
Diffstat (limited to 'npc/025-4/clauquer.txt')
-rw-r--r--npc/025-4/clauquer.txt34
1 files changed, 33 insertions, 1 deletions
diff --git a/npc/025-4/clauquer.txt b/npc/025-4/clauquer.txt
index 4593f36d..db2a0487 100644
--- a/npc/025-4/clauquer.txt
+++ b/npc/025-4/clauquer.txt
@@ -1,5 +1,10 @@
025-4.gat,30,30,0 script Clauquer 169,{
+ if (Rossy_Quest >= 15) goto L_Done;
+ if (Rossy_Quest == 14) goto L_Help;
+ if (Rossy_Quest <= 13) goto L_Hmmm;
+
+L_Help:
mes "[Clauquer]";
mes "It seems you are lost in these caves.";
next;
@@ -19,7 +24,34 @@
mes "When you'll rescue the little girl, you will not be able to enter these caves anymore, though I don't see why you would do so.";
next;
mes "It seems you know everything you should know. Dangerous secrets must be kept... You now know what to do!";
- set Rossy_Quest, 16;
+ set Rossy_Quest, 15;
+ close;
+
+L_Help:
+ mes "[Clauquer]";
+ mes "It seems you are lost in these caves.";
+ next;
+ mes "Do you want some advices to be able to find out the mistery of this place?";
+ menu
+ "Please tell me everything about these caves.", -,
+ "I'm not lost and I know everything about these caves.", L_No;
+ next;
+ mes "\"All of these caves contain horrible blood thursty monsters. They are coming from nowhere and you can't escape while they are still alive. Or you die, or they die. When the monsters of a cave will be dead, you'll be, just by magic, teleported out of the cave. You will not be able to enter it anymore.\"";
+ next;
+ mes "There are nine caves in which monsters are located, kill them all and you'll be able to rescue the harmless young girl who got caught by uhm... I shouldn't say his name. Well, you should be warned! This isn't easy, you will need to kill... him!";
+ menu
+ "I'm not afraid of these stories, please continue.", -,
+ "Sounds dangerous, I might need to go now, bye.", L_No;
+ mes "Well, you need to kill him and all of his horrible, nasty minions. Beware, don't kill them or more will come!";
+ next;
+ mes "When you'll rescue the little girl, you will not be able to enter these caves anymore, though I don't see why you would do so.";
+ next;
+ mes "It seems you know everything you should know. Dangerous secrets must be kept... You now know what to do!";
+ close;
+
+L_Hmmm
+ mes "[Clauquer]";
+ mes "Why are you here? Get out.";
close;
L_No: