From 736092a43ad4e294da019989c85bfe8f92337356 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Jul 2019 10:25:52 -0300 Subject: Halin Librarian now gives you a [Scholarship Badge] --- npc/009-2/librarian.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/009-2') 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; -- cgit v1.2.3-60-g2f50