From d741325eff425cfffe82aeb954fb6d69b1752618 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 14 Jan 2020 18:43:26 -0300 Subject: Kreist: Rewards now scale --- npc/003-10/kreist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 4ddca7a14..3f016c7c7 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -84,9 +84,9 @@ L_QuestMaster: } mesn l("Kreist, Taskmaster"); mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!"); - Zeny+=.@lv*40; + Zeny+=.@lv*(40+MERCENARY_DAILYQUEST); // Raise LV according to monster level - .@lv+=strmobinfo(3, .@q2); + .@lv+=strmobinfo(3, .@q2)+MERCENARY_DAILYQUEST; getexp BaseLevel*.@lv, .@lv; setq2 .@q, 0; setq3 .@q, 0; -- cgit v1.2.3-70-g09d2