summaryrefslogtreecommitdiff
path: root/npc/025-4/clauquer.txt
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-06-04 21:39:18 +0200
committerBen Longbons <b.r.longbons@gmail.com>2011-06-12 14:45:23 -0700
commit2ccd072f6d2ab8b4d3612dc653d84c400af2abc6 (patch)
treecae1c7f9c14e97c5bfb726bbf89321b2aeb0a8d9 /npc/025-4/clauquer.txt
parentaa7b030995264b775bc3793aa2260b07e2275ede (diff)
downloadserverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.tar.gz
serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.tar.bz2
serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.tar.xz
serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.zip
Improved the script in all ways. Also improved some maps.
Diffstat (limited to 'npc/025-4/clauquer.txt')
-rw-r--r--npc/025-4/clauquer.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/npc/025-4/clauquer.txt b/npc/025-4/clauquer.txt
new file mode 100644
index 00000000..4593f36d
--- /dev/null
+++ b/npc/025-4/clauquer.txt
@@ -0,0 +1,28 @@
+025-4.gat,30,30,0 script Clauquer 169,{
+
+ 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!";
+ set Rossy_Quest, 16;
+ close;
+
+L_No:
+ close;
+
+}