summaryrefslogtreecommitdiff
path: root/npc/025-4/clauquer.txt
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-06-12 22:40:19 +0200
committerBen Longbons <b.r.longbons@gmail.com>2011-06-12 14:51:03 -0700
commitedd1c976fcdf9f95a0cffd97cb40026b3d3e9d9a (patch)
tree74506792a5ecf8238f6615c5ef4986a600cb78a2 /npc/025-4/clauquer.txt
parent1f1681acb88608a84588201d49739eb731905764 (diff)
downloadserverdata-edd1c976fcdf9f95a0cffd97cb40026b3d3e9d9a.tar.gz
serverdata-edd1c976fcdf9f95a0cffd97cb40026b3d3e9d9a.tar.bz2
serverdata-edd1c976fcdf9f95a0cffd97cb40026b3d3e9d9a.tar.xz
serverdata-edd1c976fcdf9f95a0cffd97cb40026b3d3e9d9a.zip
Made a battle cave easier for a player.
Transformed some scripts to make them more coherent and improved them in many ways. Also placed the chests at an equal distance from the cave opening.
Diffstat (limited to 'npc/025-4/clauquer.txt')
-rw-r--r--npc/025-4/clauquer.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/025-4/clauquer.txt b/npc/025-4/clauquer.txt
index 2a38bce7..d51606ae 100644
--- a/npc/025-4/clauquer.txt
+++ b/npc/025-4/clauquer.txt
@@ -3,6 +3,7 @@
// if (Rossy_Quest >= 15) goto L_Hmmm Character already talked to Clauquer up to the end of the conversation.
// if (Rossy_Quest == 14) goto L_Help Character just entered the Main HAll and still needs to talk to Clauquer to be able to enter the Battle Caves.
// if (Rossy_Quest <= 13) goto L_Huh Character is not supposed to be here, can be because of the use of GM powers.
+
if (Rossy_Quest >= 16 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_Rescued;
if (Rossy_Quest == 15) goto L_Hmmm;
if (Rossy_Quest == 14) goto L_Help;
@@ -63,6 +64,8 @@ L_No:
L_Rescued:
mes "[Clauquer]";
- mes "Put something here. He talks about you rescuing the girl.";
+ mes "Please put something here.";
+ next;
+ mes "*The man talks about you, rescuing the girl.*";
close;
}