diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-05 16:18:45 +0200 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-12 14:45:23 -0700 |
commit | a962576520df2e291b51549eeb920dc0289f0452 (patch) | |
tree | 5f961fdee99b85f2127f54db69014d596f0ae6d2 /npc/009-2 | |
parent | 2ccd072f6d2ab8b4d3612dc653d84c400af2abc6 (diff) | |
download | serverdata-a962576520df2e291b51549eeb920dc0289f0452.tar.gz serverdata-a962576520df2e291b51549eeb920dc0289f0452.tar.bz2 serverdata-a962576520df2e291b51549eeb920dc0289f0452.tar.xz serverdata-a962576520df2e291b51549eeb920dc0289f0452.zip |
Made some fixes and improved some scripts.
Diffstat (limited to 'npc/009-2')
-rw-r--r-- | npc/009-2/olana.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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; |