summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/olana.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-2/olana.txt')
-rw-r--r--world/map/npc/009-2/olana.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/world/map/npc/009-2/olana.txt b/world/map/npc/009-2/olana.txt
index 4faa2567..550971a2 100644
--- a/world/map/npc/009-2/olana.txt
+++ b/world/map/npc/009-2/olana.txt
@@ -37,7 +37,11 @@
close;
L_Daughter:
- mes "*Olana looks really worried... she seems about to burst into tears...*";
+ mes "Olana looks really worried - she seems about to burst into tears.";
+ mes "[Olana]";
+ mes "\"I would be relieved if you could look for my daughters.";
+ mes "The went to forest near the swamps to play there.\"";
+ next;
if (Rossy_Quest == 1) close;
next;
menu
@@ -58,17 +62,17 @@ L_Help:
close;
L_Worried:
- mes "*Olana smiles at you, trying to show some happiness, but her facial expression only conveys tension and preoccupation*";
+ mes "Olana smiles at you, trying to show some happiness, but her facial expression only conveys tension and preoccupation.";
close;
L_See:
if (gotcherry == 1) goto L_Task;
if (countitem("cherry") < 10) goto L_Worried;
+ delitem "cherry", 10;
menu
"Hi, Rossy asked me to give you this. She says it is a gift from both her and Julia.", -;
mes "[Olana]";
mes "\"Ohhh... How sweet... Sometimes Rossy impresses me with her kindness. Here...You are spending so much time helping us, and we give nothing back. Take this as a small reward. \"";
- delitem "cherry", 10;
getexp 1000, 0;
set zeny, zeny + 1000;
set gotcherry, 1;
@@ -195,7 +199,8 @@ L_Clear:
L_FinalEnd:
mes "[Olana]";
- mes "*The mother is calmly waiting for her daughters to come back for dinner.*";
+ mes "\"Thanks again for your help.";
+ mes "I hope the girls will come home soon enough for dinner.\"";
close;
}