diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-05 21:28:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-05 21:28:55 -0300 |
commit | 43332d19fa263489d35c891741344c2a2dc81962 (patch) | |
tree | 3aba890e67cf808fdf9c110ee0d196253d784df1 /npc/003-10 | |
parent | 0c01c2197b2408d999739191e7180c0ae115f00b (diff) | |
download | serverdata-43332d19fa263489d35c891741344c2a2dc81962.tar.gz serverdata-43332d19fa263489d35c891741344c2a2dc81962.tar.bz2 serverdata-43332d19fa263489d35c891741344c2a2dc81962.tar.xz serverdata-43332d19fa263489d35c891741344c2a2dc81962.zip |
Reduce Kreist's Daily Quests from 80 to 50.
Related to evol-all#8
Diffstat (limited to 'npc/003-10')
-rw-r--r-- | npc/003-10/kreist.txt | 14 |
1 files changed, 7 insertions, 7 deletions
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 |