summaryrefslogtreecommitdiff
path: root/npc/024-16
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-13 00:57:13 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-13 00:57:13 -0300
commiteab755a44129de4992ba0c0ed011857c1d10d54a (patch)
tree40aaaaf21e08cc0716d1c176d617e3d9d979bbcd /npc/024-16
parent28cb0c84e3c54e20fd13a368a4893e38e2238bea (diff)
downloadserverdata-eab755a44129de4992ba0c0ed011857c1d10d54a.tar.gz
serverdata-eab755a44129de4992ba0c0ed011857c1d10d54a.tar.bz2
serverdata-eab755a44129de4992ba0c0ed011857c1d10d54a.tar.xz
serverdata-eab755a44129de4992ba0c0ed011857c1d10d54a.zip
Apply same patch to Frostia's Generals
Diffstat (limited to 'npc/024-16')
-rw-r--r--npc/024-16/generals.txt2
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;