From 09ac30bc174f38827a707e6cf0980129ba9a36fe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 7 Jan 2019 03:44:49 -0200 Subject: Polish up and finish Main Story 2. Now we can move to Main Story 3, leading to Nivalis... But not for r8. --- npc/009-2/librarian.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'npc/009-2') diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index f743ee382..4f806c14c 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -82,7 +82,7 @@ L_Complete: mesc l("They promised to travel to the ##BWorld Edge##b to fetch a Mana Fragment. The wisest of them said it was the only chance."); mesc l("They were never again seen. None of them. We burnt all records about everyone here, and blamed the Monster King."); mesc l("They must never know we had it. Their sacrifices must be forgotten. For the sake of all."); - compareandsetq General_Narrator, 4, 5; + compareandsetq General_Narrator, 6, 7; close; L_Report: @@ -116,8 +116,12 @@ L_Report: next; mesn; mesq l("Good luck, @@!", strcharinfo(0)); - getexp 1500, 0; // TODO. - setq General_Narrator, 6; + next; + getexp BaseLevel*750, JobLevel*50;// Reference Levels: (40, 15) + mesc b(l(".:: Main Quest 2-3 ::.")), 3; + mesc l("* Talk to Librarian in Halinarzo"), 2; + mesc l("* Return to Hurnscald Townhall"), 9; + setq General_Narrator, 8; close; OnInit: -- cgit v1.2.3-60-g2f50