From c0fa45992b123f08e91e86dac11aca765ea73cd2 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Thu, 16 Jun 2011 20:11:37 +0200 Subject: 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. --- npc/009-2/olana.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'npc/009-2/olana.txt') 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; -- cgit v1.2.3-60-g2f50