summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/olana.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-07-07 22:19:47 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-07-07 22:27:59 +0200
commit583ded7a2e189c2bb1effd9352817e92406161ea (patch)
tree2a4a93e0bc67353599cbec88285a2671705ca194 /world/map/npc/009-2/olana.txt
parent31603ea85efebc4a8481870a809f7b9a5ac490ab (diff)
downloadserverdata-583ded7a2e189c2bb1effd9352817e92406161ea.tar.gz
serverdata-583ded7a2e189c2bb1effd9352817e92406161ea.tar.bz2
serverdata-583ded7a2e189c2bb1effd9352817e92406161ea.tar.xz
serverdata-583ded7a2e189c2bb1effd9352817e92406161ea.zip
some more fixes on rossy quest
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;
}