diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-01 10:54:05 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-01 10:54:05 -0200 |
commit | 75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950 (patch) | |
tree | 65e3c1f932dfaeec90a8f492e86445bcb879382d /npc/019-3/guards.txt | |
parent | 087ad55b3293290750fd4fc3c31e7c141d53d307 (diff) | |
download | serverdata-75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950.tar.gz serverdata-75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950.tar.bz2 serverdata-75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950.tar.xz serverdata-75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950.zip |
Generous rewards
Diffstat (limited to 'npc/019-3/guards.txt')
-rw-r--r-- | npc/019-3/guards.txt | 5 |
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; |