From a962576520df2e291b51549eeb920dc0289f0452 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Sun, 5 Jun 2011 16:18:45 +0200 Subject: Made some fixes and improved some scripts. --- npc/009-2/olana.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/009-2') diff --git a/npc/009-2/olana.txt b/npc/009-2/olana.txt index 23606069..cafb124b 100644 --- a/npc/009-2/olana.txt +++ b/npc/009-2/olana.txt @@ -1,7 +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 == 17) goto L_FinalEnd; + if (Rossy_Quest == 16) goto L_End; if (Rossy_Quest == 14) goto L_Julia; if (Rossy_Quest == 13) goto L_Best; if (Rossy_Quest == 12) goto L_Give; @@ -174,7 +174,7 @@ L_End: L_Found: mes "[Olana]"; - set Rossy_Quest, 18; + set Rossy_Quest, 17; mes "\"Thank you "+ strcharinfo(0) +", thank you! Here is a reward for you.\""; getexp 5000, 0; set zeny, zeny + 5000; -- cgit v1.2.3-70-g09d2