From 583ded7a2e189c2bb1effd9352817e92406161ea Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Thu, 7 Jul 2011 22:19:47 +0200 Subject: some more fixes on rossy quest --- world/map/npc/009-2/olana.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'world/map/npc/009-2') 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; } -- cgit v1.2.3-60-g2f50