diff options
-rw-r--r-- | npc/003-10/kreist.txt | 4 |
1 files 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; |