summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/009-2/olana.txt2
-rw-r--r--world/map/npc/025-1/rossy.txt1
-rw-r--r--world/map/npc/025-4/battlecaves.txt1
3 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/009-2/olana.txt b/world/map/npc/009-2/olana.txt
index fdb7d023..bc402847 100644
--- a/world/map/npc/009-2/olana.txt
+++ b/world/map/npc/009-2/olana.txt
@@ -23,7 +23,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 < 50) close;
+ if (baselevel < 60) close;
next;
mes "\"I let my two lovely girls play in the woods nearby but they haven't come back yet!\"";
next;
diff --git a/world/map/npc/025-1/rossy.txt b/world/map/npc/025-1/rossy.txt
index 6bd949a9..b9496208 100644
--- a/world/map/npc/025-1/rossy.txt
+++ b/world/map/npc/025-1/rossy.txt
@@ -17,7 +17,6 @@
if (Rossy_Quest == 2) goto L_Mother;
mes "A young girl looks at you in tears.";
- if (baselevel < 50) close;
if (Rossy_Quest < 1) close;
next;
menu
diff --git a/world/map/npc/025-4/battlecaves.txt b/world/map/npc/025-4/battlecaves.txt
index 238977b4..72a4e83d 100644
--- a/world/map/npc/025-4/battlecaves.txt
+++ b/world/map/npc/025-4/battlecaves.txt
@@ -925,6 +925,7 @@ OnBossDeath:
attachrid(getcharid(3,$@cave10fighter$));
message strcharinfo(0), "What a harsh battle... You should hurry and save Julia!";
set Rossy_Quest, 16;
+ getexp 100000, 0;
end;
L_Close: