summaryrefslogtreecommitdiff
path: root/npc/009-2/olana.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2/olana.txt')
-rw-r--r--npc/009-2/olana.txt26
1 files changed, 14 insertions, 12 deletions
diff --git a/npc/009-2/olana.txt b/npc/009-2/olana.txt
index a27fc519..fdc7098a 100644
--- a/npc/009-2/olana.txt
+++ b/npc/009-2/olana.txt
@@ -1,4 +1,4 @@
-009-2.gat,123,45,0 script Olana 140,{
+009-2.gat,63,79,0 script Olana 190,{
if (FLAGS & FLAG_ROSSI_COMPLETED) goto L_FinalEnd;
if (Rossy_Quest == 17 || Rossy_Quest == 18) goto L_End;
@@ -18,7 +18,9 @@
if (Rossy_Quest == 1 || Rossy_Quest == 2) goto L_Daughter;
mes "[Olana]";
- mes "\"I came from Tulimshar to Hurnscald on vacation with my two young daughters, Rossy and Julia. I have already been to Hurnscald once and felt quite safe in this area.\"";
+ mes "\"Hello. Usually guests don't come here.\"";
+ next;
+ mes "\"My name is Olana, my father owns this inn. I'm living in Tulimshar, but came to Hurnscald on vacation with my two young daughters, Rossy and Julia.\"";
if (baselevel < 50) close;
next;
mes "\"I let my two lovely girls play in the woods nearby but they didn't come back yet!\"";
@@ -83,24 +85,24 @@ L_Cont:
menu
"Of course I can. Hand me the letter, I'll give it to Rossy as soon as I see her.", L_Let,
"No, sorry, I'm not interested in that sort of task. Hand it to her yourself.", L_No;
-
+
L_Let:
mes "[Olana]";
set Rossy_Quest, 5;
set gotcherry, 0;
mes "\"Thank you again. Please, bring it to her as fast as you can.\"";
close;
-
+
L_Bring:
mes "[Olana]";
mes "\"Please, bring this letter to my daughter as fast as you can.\"";
close;
-
+
L_BL:
mes "[Olana]";
mes "\"Good, now she won't forget her final exam.\"";
close;
-
+
L_Rose:
menu
"Hi, Rossy did great in the exam. David told me her potion was flawless.", -;
@@ -114,7 +116,7 @@ L_Rose:
menu
"Ok, I will be back with the roses.", L_RG,
"I'm allergic to roses, can't even touch them. Sorry.", L_No;
-
+
L_RG:
if (Rossy_Quest == 8) set Rossy_Quest, 9;
mes "[Olana]";
@@ -127,12 +129,12 @@ L_RC:
set Rossy_Quest, 10;
mes "\"Great job! Please hand them to my brilliant daughter, Rossy.\"";
close;
-
+
L_BringRose:
mes "[Olana]";
mes "\"Now please hand them to my brilliant daughter, Rossy.\"";
close;
-
+
L_Allergic:
mes "[Olana]";
mes "\"Did she like my present?\"";
@@ -150,12 +152,12 @@ L_Allergic:
mes "[Olana]";
mes "\"And don't forget to tell her that I'm really sorry.\"";
close;
-
+
L_Give:
mes "[Olana]";
mes "\""+ strcharinfo(0) +", please, get 15 [Red Tulip]s and hand them to Rossy. Don't forget to tell her that I'm really sorry.\"";
close;
-
+
L_Best:
mes "[Olana]";
mes "\"Thank you for your help "+ strcharinfo(0) +"!\"";
@@ -193,5 +195,5 @@ L_FinalEnd:
mes "[Olana]";
mes "*The mother is calmly waiting her daughters to come back for dinner.*";
close;
-
+
}