summaryrefslogtreecommitdiff
path: root/npc/019-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/019-3')
-rw-r--r--npc/019-3/guards.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/019-3/guards.txt b/npc/019-3/guards.txt
index 5c3c16420..ca46bb335 100644
--- a/npc/019-3/guards.txt
+++ b/npc/019-3/guards.txt
@@ -34,8 +34,11 @@
$NLIB_HIGHTIME=.@q2;
$NLIB_HIGHNAME$=strcharinfo(0);
}
- // Close quest
+ // Close quest again and give you a proper reward
setq1 Q_NivalisLibday, $NLIB_DAY;
+ Zeny=Zeny+(.@score*15); // max about 450 GP
+ getexp .@score*BaseLevel*2, .@score; // max about 30 JExp - Estimate Max EXP Ranges: (2400~4500) XP
+
// Warp you back
warp "019-2", 43, 55;
closedialog;