summaryrefslogtreecommitdiff
path: root/npc/024-16
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-13 01:02:10 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-13 01:02:10 -0300
commite4cf659780e2c90f1c1ed3dcf482f6510c08be92 (patch)
treea57035f05f6f08294a1971452376aa8b894436a2 /npc/024-16
parent8886ed400749cb3dea7c2088344b5be00ca0074b (diff)
downloadserverdata-e4cf659780e2c90f1c1ed3dcf482f6510c08be92.tar.gz
serverdata-e4cf659780e2c90f1c1ed3dcf482f6510c08be92.tar.bz2
serverdata-e4cf659780e2c90f1c1ed3dcf482f6510c08be92.tar.xz
serverdata-e4cf659780e2c90f1c1ed3dcf482f6510c08be92.zip
Lower a bit gp reward on said quests to raise EXP reward, and it should be good now.
Diffstat (limited to 'npc/024-16')
-rw-r--r--npc/024-16/generals.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt
index d7b11fe22..b5a0ddfcb 100644
--- a/npc/024-16/generals.txt
+++ b/npc/024-16/generals.txt
@@ -26,9 +26,9 @@ function script FrostiaTaskMaster {
next;
mesn;
mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!");
- Zeny+=.@lv*10;
+ Zeny+=.@lv*8;
// Raise LV according to monster level
- .@lv+=strmobinfo(3, .@q2)/2;
+ .@lv+=strmobinfo(3, .@q2);
getexp BaseLevel*.@lv, .@lv;
setq2 .@q, 0;
return false;