summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-29 23:46:24 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-29 23:46:24 -0300
commit87d9c120e8aa6e63ae772c52aeb574f7b8dd1e4e (patch)
treef7180ad36a0efd25ff02b787740691a6390ab48c /npc
parent00645b6ea18705daa9f8b27d9efe0a9b2ca6b5d6 (diff)
downloadserverdata-87d9c120e8aa6e63ae772c52aeb574f7b8dd1e4e.tar.gz
serverdata-87d9c120e8aa6e63ae772c52aeb574f7b8dd1e4e.tar.bz2
serverdata-87d9c120e8aa6e63ae772c52aeb574f7b8dd1e4e.tar.xz
serverdata-87d9c120e8aa6e63ae772c52aeb574f7b8dd1e4e.zip
Laura now also gives a extremely valuable Scholarship Badge when you finish
the quest for the first time.
Diffstat (limited to 'npc')
-rw-r--r--npc/027-1/laura.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt
index 4e1de3965..2374c0f5e 100644
--- a/npc/027-1/laura.txt
+++ b/npc/027-1/laura.txt
@@ -53,6 +53,7 @@ L_Tier1:
mesn;
mesq l("We only require a small fee of 1 @@, or 40 @@, or 500 @@ if you are poor adventurer.", getitemlink(DivineApple), getitemlink(SnakeEgg), getitemlink(MaggotSlime));
next;
+ inventoryplace ScholarshipBadge, 1;
switch(select(
rif(countitem(DivineApple) >= 1, l("I got the apple.")),
rif(countitem(SnakeEgg) >= 40, l("I got the eggs.")),
@@ -75,9 +76,13 @@ L_Tier1:
break;
}
skill TMW2_SKILLPERMIT, 1, 0;
+ getitem ScholarshipBadge, 1;
mes "";
mesn;
mesq l("Many thanks, your help has been invaluable. You now have an extra point, use it wisely.");
+ next;
+ mesn;
+ mesq l("Listen, as you're new here, I'll give you my %s. I won't give it again, understood? This is my personal gratitude. Come again!", getitemlink(ScholarshipBadge));
close;
/////////////////