From e4cf659780e2c90f1c1ed3dcf482f6510c08be92 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Jul 2019 01:02:10 -0300 Subject: Lower a bit gp reward on said quests to raise EXP reward, and it should be good now. --- npc/024-16/generals.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/024-16') 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; -- cgit v1.2.3-60-g2f50