diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-16/generals.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt index 3cf3a2135..adc020777 100644 --- a/npc/024-16/generals.txt +++ b/npc/024-16/generals.txt @@ -27,6 +27,8 @@ function script FrostiaTaskMaster { mesn; mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!"); Zeny+=.@lv; + // Raise LV according to monster level + .@lv+=strmobinfo(3, .@q2)/2; getexp BaseLevel*.@lv, .@lv; setq2 .@q, 0; return false; |