diff options
Diffstat (limited to 'npc/003-10')
-rw-r--r-- | npc/003-10/kreist.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 3f016c7c7..809da628f 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -84,10 +84,11 @@ 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!"); + .@overkill=.@q3-80; Zeny+=.@lv*(40+MERCENARY_DAILYQUEST); // Raise LV according to monster level .@lv+=strmobinfo(3, .@q2)+MERCENARY_DAILYQUEST; - getexp BaseLevel*.@lv, .@lv; + getexp BaseLevel*.@lv, .@lv+.@overkill; setq2 .@q, 0; setq3 .@q, 0; MERCENARY_DAILYQUEST+=1; |