diff options
Diffstat (limited to 'npc/009-2')
-rw-r--r-- | npc/009-2/librarian.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index bd3bf5bb6..4a471bbea 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -127,10 +127,13 @@ L_Report: mesn; mesq l("Their first stop was Hurnscald, so please go to Hurnscald Townhall, and speak with the mayor, he can help you getting there. You can't reach there normally, after all."); next; + inventoryplace ScholarshipBadge, 1; mesn; mesq l("Good luck, @@!", strcharinfo(0)); + mesc l("@@ hands you an @@.", .name$, getitemlink(ScholarshipBadge)); next; getexp BaseLevel*750, JobLevel*50;// Reference Levels: (40, 15) + getitem ScholarshipBadge, 1; mesc b(l(".:: Main Quest 2-3 ::.")), 3; mesc l("* Talk to Librarian in Halinarzo"), 2; mesc l("* Return to Hurnscald Townhall"), 9; |