diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-11 18:51:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-11 18:51:07 -0300 |
commit | 82de81cfc6ae2ba757540fbb104dd0ccae8c55f1 (patch) | |
tree | e0f8eec42a7f283d1302263b03aeedeb730b6e7e /npc/020-4 | |
parent | 42d6cb43f53236271768d9b4b11fd4ae5a7187c6 (diff) | |
download | serverdata-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/020-4')
-rw-r--r-- | npc/020-4/henry.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/020-4/henry.txt b/npc/020-4/henry.txt index 2d2390833..99b169248 100644 --- a/npc/020-4/henry.txt +++ b/npc/020-4/henry.txt @@ -45,7 +45,7 @@ mesn; mesq "..."; next; - if (BaseLevel < 47) { + if (BaseLevel < 55) { mesn; mesq l("Alright. Now to give your quest. But not now, you're still weak. Come back later, will you."); close; // Next quest is Level 70 so. @@ -61,9 +61,9 @@ } // Also part of The EPISODE if (getq(LoFQuest_EPISODE) == 12) { - if (BaseLevel < 50) { + if (BaseLevel < 57) { mesn; - mesq l("Before you give me your report, acquire level %d.", 50); + mesq l("Before you give me your report, acquire level %d.", 55); close; // Next quest is Level 70 so. } else { mesn; |