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.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/009-2/olana.txt b/npc/009-2/olana.txt
index 820fab7b..b0471a3f 100644
--- a/npc/009-2/olana.txt
+++ b/npc/009-2/olana.txt
@@ -41,29 +41,29 @@ L_Help:
mes "[Olana]";
mes "\"Oh yes? Is Rossy alright? That's good. I'm relieved. I hope she'll find Julia soon.\"";
next;
- mes "\"Oh by the way, I would need your help myself too. My water supply ran out and I can't go down the stairs anymore, my knees hurt a lot.\"";
+ mes "\"Oh by the way, I would need your help myself too. I think Rossy colected some cherries while she was in the woods, could you bring me them please?.\"";
menu
- "Sure I can help you, how much water do you need?", L_Set,
+ "Sure, I'll be back with cherries.", L_Set,
"Sorry, I'm too busy.", L_No;
L_Set:
mes "[Olana]";
set Rossy_Quest, 3;
- mes "\"I'd like the size of a [Bottle of Water] and I would need about 5 of those. Please, bring them to me.\"";
+ mes "\"I'd like 10 Cherries.\"";
close;
L_Get:
mes "[Olana]";
- mes "\"Please, get 5 containers of water for me, around the size of a [Bottle of Water].\"";
+ mes "\"Please, get 10 cherries for me.\"";
close;
L_See:
- if(countitem("bottleofwater") < 5) goto L_Get;
+ if(countitem("cherry") < 10) goto L_Get;
mes "[Olana]";
set Rossy_Quest, 4;
mes "\"You got them for me! Thank you! Here you are... a small reward from me for your precious help!\"";
- delitem "bottleofwater", 5;
- getexp 500, 0;
+ delitem "cherry", 10;
+ getexp 1000, 0;
set zeny, zeny + 1000;
goto L_Task;