From b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Feb 2020 04:23:51 -0300 Subject: Kreist: +1 job exp for every monster killed beyond requested. --- npc/003-10/kreist.txt | 3 ++- npc/012-1/guards.txt | 2 +- npc/functions/clientversion.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 3f016c7c7..809da628f 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -84,10 +84,11 @@ L_QuestMaster: } mesn l("Kreist, Taskmaster"); mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!"); + .@overkill=.@q3-80; Zeny+=.@lv*(40+MERCENARY_DAILYQUEST); // Raise LV according to monster level .@lv+=strmobinfo(3, .@q2)+MERCENARY_DAILYQUEST; - getexp BaseLevel*.@lv, .@lv; + getexp BaseLevel*.@lv, .@lv+.@overkill; setq2 .@q, 0; setq3 .@q, 0; MERCENARY_DAILYQUEST+=1; diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 2a342923c..a37e1c67f 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -122,7 +122,7 @@ L_Assign: .@tea=YerbaMate; .@gift=PrismGift; .@rare=MysteriousFruit; break; } - mesc l("For being on the extended, you got:"); + mesc l("For your incredibly hard work, you got:"); mesf("* %d %s", 1, getitemlink(.@tea)); mesf("* %d %s", 1, getitemlink(.@gift)); mesf("##B* %d %s##b", 1, getitemlink(.@rare)); diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 9b0438e7b..c9489de52 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -721,7 +721,7 @@ function script clientupdater { UPDATE=1581146147; // Lt. Paul new rewards .@fc=getq(HurnscaldQuest_Lieutenant); - // I doubt there's someone 15+ + // I doubt there's someone 15+. Default is <10 // This is a huge implicit fallthrough, // Making you inheir all previous rewards switch (.@fc) { -- cgit v1.2.3-70-g09d2