summaryrefslogtreecommitdiff
path: root/npc/009-2/olana.txt
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-06-16 20:11:37 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-06-16 20:26:34 +0200
commitc0fa45992b123f08e91e86dac11aca765ea73cd2 (patch)
tree8ef57d0a5fc7d33263d1ba0a3af7555ec3b25061 /npc/009-2/olana.txt
parent36bceef55e7a7e34275e8722bf28fd5f22988c82 (diff)
downloadserverdata-c0fa45992b123f08e91e86dac11aca765ea73cd2.tar.gz
serverdata-c0fa45992b123f08e91e86dac11aca765ea73cd2.tar.bz2
serverdata-c0fa45992b123f08e91e86dac11aca765ea73cd2.tar.xz
serverdata-c0fa45992b123f08e91e86dac11aca765ea73cd2.zip
Simplified the battles a bit for the chars level 50. Changed beginning of the quest: you need to give the cherris you found for Rossy and give them to Olana instead of bottles of water.
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;