summaryrefslogtreecommitdiff
path: root/npc/024-16
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/024-16
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/024-16')
-rw-r--r--npc/024-16/generals.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt
index e540da4e1..ca988134e 100644
--- a/npc/024-16/generals.txt
+++ b/npc/024-16/generals.txt
@@ -27,9 +27,9 @@ function script FrostiaTaskMaster {
}
// Maybe you finished the quest?
- if (.@q3 >= 100) {
+ if (.@q3 >= 50) {
mesn;
- 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!", 50, getmonsterlink(.@q2));
next;
mesn;
mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!");
@@ -43,7 +43,7 @@ function script FrostiaTaskMaster {
}
mesn;
- mesq l("Please kill @@/100 @@ for us and make the world a safer place!", .@q3, getmonsterlink(.@q2));
+ mesq l("Please kill @@/@@ @@ for us and make the world a safer place!", .@q3, 50, getmonsterlink(.@q2));
return false;
}