summaryrefslogtreecommitdiff
path: root/npc/019-1-1/miler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-11 18:51:07 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-11 18:51:07 -0300
commit82de81cfc6ae2ba757540fbb104dd0ccae8c55f1 (patch)
treee0f8eec42a7f283d1302263b03aeedeb730b6e7e /npc/019-1-1/miler.txt
parent42d6cb43f53236271768d9b4b11fd4ae5a7187c6 (diff)
downloadserverdata-82de81cfc6ae2ba757540fbb104dd0ccae8c55f1.tar.gz
serverdata-82de81cfc6ae2ba757540fbb104dd0ccae8c55f1.tar.bz2
serverdata-82de81cfc6ae2ba757540fbb104dd0ccae8c55f1.tar.xz
serverdata-82de81cfc6ae2ba757540fbb104dd0ccae8c55f1.zip
Demand level 50 for Miler and level 55 for Henry
Which makes the final level 70 more reasonable
Diffstat (limited to 'npc/019-1-1/miler.txt')
-rw-r--r--npc/019-1-1/miler.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt
index 4c9018de8..7a294aaab 100644
--- a/npc/019-1-1/miler.txt
+++ b/npc/019-1-1/miler.txt
@@ -23,7 +23,7 @@
rif(.@w == 1, l("I need help.")), L_Well,
rif(.@q == 3 && countitem(HerbalTea), l("The Doctor sent you some tea.")), L_Doctor,
rif(.@q == 5 && countitem(PresentBox), l("I have a present box to you open.")), L_Box,
- rif(.@q == 4, l("So, could I help you?")), L_Quest,
+ rif(.@q == 4 && BaseLevel >= 50, l("So, could I help you?")), L_Quest,
rif(.@q == 6 && !@miler_wait, l("I'm back.")), L_Continue,
l("Do you want any monster killed?"), L_GHQ;
@@ -185,6 +185,7 @@ L_Success:
close;
L_Continue:
+ if (BaseLevel < 50) goto L_Rejected;
mesn;
mesq l("Welcome back. Uh, no, I haven't forgot I promised you a small something... But you see, then I lost my ring, and...");
next;