From 43332d19fa263489d35c891741344c2a2dc81962 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 Aug 2021 21:28:55 -0300 Subject: Reduce Kreist's Daily Quests from 80 to 50. Related to evol-all#8 --- npc/003-10/kreist.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'npc') diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index bcd799704..96c385b8f 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -73,9 +73,9 @@ L_QuestMaster: } // Maybe you finished the quest? - if (.@q3 >= 80) { + if (.@q3 >= 50) { mesn l("Kreist, Taskmaster"); - mesq l("Good job, you've killed the @@ @@ and reported back in time!", 80, getmonsterlink(.@q2)); + mesq l("Good job, you've killed the @@ @@ and reported back in time!", 50, getmonsterlink(.@q2)); next; inventoryplace MercBoxA, 1; if (MERCENARY_DAILYQUEST == 100) { @@ -84,7 +84,7 @@ 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; + .@overkill=.@q3-50; Zeny+=.@lv*(40+MERCENARY_DAILYQUEST); // Raise LV according to monster level .@lv+=strmobinfo(3, .@q2)+MERCENARY_DAILYQUEST; @@ -99,7 +99,7 @@ L_QuestMaster: } mesn l("Kreist, Taskmaster"); - mesq l("So, please kill @@/@@ @@ for us and make the world a safer place!", .@q3, 80, getmonsterlink(.@q2)); + mesq l("So, please kill @@/@@ @@ for us and make the world a safer place!", .@q3, 50, getmonsterlink(.@q2)); close; OnInit: @@ -134,7 +134,7 @@ function script Guardhouse_RandQuestCheck { .@q3=getq3(General_MobHunting1)+1; setq3 General_MobHunting1, .@q3; if (!(.@q3 % 10)) - dispbottom l("@@/@@ @@ killed", .@q3, 80, getmonsterlink(.@mobId)); + dispbottom l("@@/@@ @@ killed", .@q3, 50, getmonsterlink(.@mobId)); } // Medium Task @@ -143,7 +143,7 @@ function script Guardhouse_RandQuestCheck { .@q3=getq3(General_MobHunting2)+1; setq3 General_MobHunting2, .@q3; if (!(.@q3 % 10)) - dispbottom l("@@/@@ @@ killed", .@q3, 80, getmonsterlink(.@mobId)); + dispbottom l("@@/@@ @@ killed", .@q3, 50, getmonsterlink(.@mobId)); } // Hard Task @@ -152,7 +152,7 @@ function script Guardhouse_RandQuestCheck { .@q3=getq3(General_MobHunting3)+1; setq3 General_MobHunting3, .@q3; if (!(.@q3 % 10)) - dispbottom l("@@/@@ @@ killed", .@q3, 80, getmonsterlink(.@mobId)); + dispbottom l("@@/@@ @@ killed", .@q3, 50, getmonsterlink(.@mobId)); } // Frostia's Task -- cgit v1.2.3-60-g2f50