summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-08 04:23:51 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-08 04:23:51 -0300
commitb9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8 (patch)
treea6be01c130c63344a6b1cc2669b200518b25e151
parent2454b9a5b03a53f61402f95258c9dbeaee973628 (diff)
downloadserverdata-b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8.tar.gz
serverdata-b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8.tar.bz2
serverdata-b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8.tar.xz
serverdata-b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8.zip
Kreist: +1 job exp for every monster killed beyond requested.
-rw-r--r--npc/003-10/kreist.txt3
-rw-r--r--npc/012-1/guards.txt2
-rw-r--r--npc/functions/clientversion.txt2
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) {