diff options
Diffstat (limited to 'npc/024-16')
-rw-r--r-- | npc/024-16/generals.txt | 6 |
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; } |