From 2ccd072f6d2ab8b4d3612dc653d84c400af2abc6 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Sat, 4 Jun 2011 21:39:18 +0200 Subject: Improved the script in all ways. Also improved some maps. --- npc/009-2/olana.txt | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'npc/009-2/olana.txt') diff --git a/npc/009-2/olana.txt b/npc/009-2/olana.txt index 729ffb93..23606069 100644 --- a/npc/009-2/olana.txt +++ b/npc/009-2/olana.txt @@ -1,5 +1,7 @@ 009-2.gat,123,45,0 script Olana 140,{ + if (Rossy_Quest == 18) goto L_FinalEnd; + if (Rossy_Quest == 17) goto L_End; if (Rossy_Quest == 14) goto L_Julia; if (Rossy_Quest == 13) goto L_Best; if (Rossy_Quest == 12) goto L_Give; @@ -28,7 +30,7 @@ L_Daughter: mes "*Olana begins to sobb...*"; next; menu - "Wait, I saw Rossy I think and I helped her get back some fruits she lost in the forest. I didn't saw Julia though.", L_Help, + "Wait, I saw Rossy, she is fine.", L_Help, "Wait a bit, I'm sure they'll get back soon.", L_No; L_No: @@ -162,5 +164,25 @@ L_Julia: mes "[Olana]"; mes "\"Where is Julia? I want to know where she is! Go and find her please "+ strcharinfo(0) +".\""; close; + +L_End: + mes "[Olana]"; + mes "\"Where is Julia? I want to know where she is! Go and find her please "+ strcharinfo(0) +".\""; + menu + "She'll be back soon, trust me, I saved her.", L_Found, + "I didn't saw her yet, sorry.", L_No; + +L_Found: + mes "[Olana]"; + set Rossy_Quest, 18; + mes "\"Thank you "+ strcharinfo(0) +", thank you! Here is a reward for you.\""; + getexp 5000, 0; + set zeny, zeny + 5000; + close; + +L_FinalEnd: + mes "[Olana]"; + mes "*The mother is calmly waiting her daughters to come back for diner.*"; + close; } -- cgit v1.2.3-60-g2f50