diff options
-rw-r--r-- | npc/003-10/kreist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 2239991e5..d688aa39b 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -87,7 +87,7 @@ L_QuestMaster: .@overkill=.@q3-50; Zeny+=.@lv*(42+MERCENARY_DAILYQUEST); // Raise LV according to monster level - .@lv+=strmobinfo(3, .@q2)+MERCENARY_DAILYQUEST; + .@lv+=getmonsterinfo(MOB_LV, .@q2)+MERCENARY_DAILYQUEST*11/10; getexp BaseLevel*.@lv, .@lv+.@overkill; setq2 .@q, 0; setq3 .@q, 0; |