summaryrefslogtreecommitdiff
path: root/npc/003-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-25 21:32:12 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-25 21:32:12 -0300
commit0b2653945a56580957b373f92926876a593087b3 (patch)
tree4896467a52ed0d0fb218f970e7c3044fd64339a7 /npc/003-10
parentdcc7ca895c41f98c56fd6c7b52fa091b7b5b159c (diff)
downloadserverdata-0b2653945a56580957b373f92926876a593087b3.tar.gz
serverdata-0b2653945a56580957b373f92926876a593087b3.tar.bz2
serverdata-0b2653945a56580957b373f92926876a593087b3.tar.xz
serverdata-0b2653945a56580957b373f92926876a593087b3.zip
Lower Kreist mob request from 100 to 80.
Lower Frostia Generals mob request from 100 to 50.
Diffstat (limited to 'npc/003-10')
-rw-r--r--npc/003-10/kreist.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt
index 510574a98..4ddca7a14 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 >= 100) {
+ if (.@q3 >= 80) {
mesn l("Kreist, Taskmaster");
- mesq l("Good job, you've killed the 100 @@ and reported back in time!", getmonsterlink(.@q2));
+ mesq l("Good job, you've killed the @@ @@ and reported back in time!", 80, getmonsterlink(.@q2));
next;
inventoryplace MercBoxA, 1;
if (MERCENARY_DAILYQUEST == 100) {
@@ -98,7 +98,7 @@ L_QuestMaster:
}
mesn l("Kreist, Taskmaster");
- mesq l("So, please kill @@/100 @@ for us and make the world a safer place!", .@q3, getmonsterlink(.@q2));
+ mesq l("So, please kill @@/@@ @@ for us and make the world a safer place!", .@q3, 80, getmonsterlink(.@q2));
close;
OnInit:
@@ -133,7 +133,7 @@ function script Guardhouse_RandQuestCheck {
.@q3=getq3(General_MobHunting1)+1;
setq3 General_MobHunting1, .@q3;
if (!(.@q3 % 10))
- dispbottom l("@@/100 @@ killed", .@q3, getmonsterlink(.@mobId));
+ dispbottom l("@@/@@ @@ killed", .@q3, 80, getmonsterlink(.@mobId));
}
// Medium Task
@@ -142,7 +142,7 @@ function script Guardhouse_RandQuestCheck {
.@q3=getq3(General_MobHunting2)+1;
setq3 General_MobHunting2, .@q3;
if (!(.@q3 % 10))
- dispbottom l("@@/100 @@ killed", .@q3, getmonsterlink(.@mobId));
+ dispbottom l("@@/@@ @@ killed", .@q3, 80, getmonsterlink(.@mobId));
}
// Hard Task
@@ -151,7 +151,7 @@ function script Guardhouse_RandQuestCheck {
.@q3=getq3(General_MobHunting3)+1;
setq3 General_MobHunting3, .@q3;
if (!(.@q3 % 10))
- dispbottom l("@@/100 @@ killed", .@q3, getmonsterlink(.@mobId));
+ dispbottom l("@@/@@ @@ killed", .@q3, 80, getmonsterlink(.@mobId));
}
// Frostia's Task
@@ -160,7 +160,7 @@ function script Guardhouse_RandQuestCheck {
.@q3=getq3(General_MobHunting4)+1;
setq3 General_MobHunting4, .@q3;
if (!(.@q3 % 10))
- dispbottom l("@@/100 @@ killed", .@q3, getmonsterlink(.@mobId));
+ dispbottom l("@@/@@ @@ killed", .@q3, 50, getmonsterlink(.@mobId));
}
return;