From 206c3720a29b0db6c73ea534bd3f34bacaef17de Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 15 Nov 2011 21:06:07 +0100 Subject: Made Constants case-sensitive --- world/map/npc/009-2/olana.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/009-2/olana.txt') diff --git a/world/map/npc/009-2/olana.txt b/world/map/npc/009-2/olana.txt index 3f5024f9..fe0e92e1 100644 --- a/world/map/npc/009-2/olana.txt +++ b/world/map/npc/009-2/olana.txt @@ -35,7 +35,7 @@ mes "\"Hello. We don't usually get guests back here.\""; next; mes "\"My name is Olana and my father owns this inn. I live in Tulimshar, but came to Hurnscald on vacation with my two young daughters, Rossy and Julia.\""; - if (baselevel < @MinLevel) close; + if (BaseLevel < @MinLevel) close; next; mes "\"I let my two lovely girls play in the woods nearby but they haven't come back yet!\""; next; @@ -90,7 +90,7 @@ L_See: 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.\""; getexp @Cherry_EXP, 0; - set zeny, zeny + @Cherry_Money; + set Zeny, Zeny + @Cherry_Money; set gotcherry, 1; goto L_Task; @@ -168,7 +168,7 @@ L_Allergic: set Rossy_Quest, 12; mes "[Olana]"; mes "\"Oh, how stupid I am! Here, take some of my money and buy Red Tulips instead, the same amount. Keep the flowers.\""; - set zeny, zeny + @Flower_Money; + set Zeny, Zeny + @Flower_Money; next; mes "\"Please, tell Rossy I am really sorry. My mind was on Julia when I asked you to bring the red roses, they are her favorite.\""; menu @@ -207,7 +207,7 @@ L_Found: set Rossy_Quest, 19; mes "\"Thank you "+ strcharinfo(0) +", thank you! Here is a reward for you.\""; getexp @Finish_EXP, 0; - set zeny, zeny + @Finish_Money; + set Zeny, Zeny + @Finish_Money; if (Rossy_Quest == 19) goto L_Clear; close; -- cgit v1.2.3-60-g2f50