From 8886ed400749cb3dea7c2088344b5be00ca0074b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Jul 2019 01:01:14 -0300 Subject: Wait, Kreist/Generals give ~100 GP while Arkim gives ~1200 GP... Not right. Multiply gp reward in 10, so it gives ~1000 GP each NPC --- npc/024-16/generals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/024-16') diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt index adc020777..d7b11fe22 100644 --- a/npc/024-16/generals.txt +++ b/npc/024-16/generals.txt @@ -26,7 +26,7 @@ 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; + Zeny+=.@lv*10; // Raise LV according to monster level .@lv+=strmobinfo(3, .@q2)/2; getexp BaseLevel*.@lv, .@lv; -- cgit v1.2.3-60-g2f50