summaryrefslogtreecommitdiff
path: root/npc/009-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-22 10:25:52 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-22 10:25:52 -0300
commit736092a43ad4e294da019989c85bfe8f92337356 (patch)
tree22879fbf9d2f3e5d269f5cd0b6a0f15a58e344b0 /npc/009-2
parent9b23a5631f4c193a46556f4afa9f315644459ea5 (diff)
downloadserverdata-736092a43ad4e294da019989c85bfe8f92337356.tar.gz
serverdata-736092a43ad4e294da019989c85bfe8f92337356.tar.bz2
serverdata-736092a43ad4e294da019989c85bfe8f92337356.tar.xz
serverdata-736092a43ad4e294da019989c85bfe8f92337356.zip
Halin Librarian now gives you a [Scholarship Badge]
Diffstat (limited to 'npc/009-2')
-rw-r--r--npc/009-2/librarian.txt3
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;