diff options
Diffstat (limited to 'npc/003-10')
-rw-r--r-- | npc/003-10/kreist.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 5a9ed7fab..ee94d3992 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -73,6 +73,8 @@ 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*5; + // Raise LV according to monster level + .@lv+=strmobinfo(3, .@q2)/2; getexp BaseLevel*.@lv, .@lv; setq2 .@q, 0; MERCENARY_DAILYQUEST+=1; |