summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-10/kreist.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt
index ebd7d9ee0..fa6bda86f 100644
--- a/npc/003-10/kreist.txt
+++ b/npc/003-10/kreist.txt
@@ -99,7 +99,7 @@ L_QuestMaster:
}
mesn l("Kreist, Taskmaster");
- .@killamount=40
+ .@killamount=15;
// Explanation why the city needs that
// FIXME: plural
if (.@q2 == Maggot ) {
@@ -110,16 +110,15 @@ L_QuestMaster:
.@killamount=10;
} else if (.@q2 == Duck) {
mesq l("This request was made by the cafe: The %s are stealing their cherry cakes, causing disruption to their business.", getmonsterlink(.@q2));
- .@killamount=15;
} else if (.@q2 == Croc) {
mesq l("The %s have been reproducing rapidly and their natural habitat, our Croconut trees, are being damaged by the excessive number of them.", getmonsterlink(.@q2));
- .@killamount=15;
} else if (.@q2 == FireGoblin) {
mesq l("Some %s have buried themselves in the sand near the path to the mine, causing burns to people stepping on them.", getmonsterlink(.@q2));
- .@killamount=15;
} else if (.@q2 == CaveMaggot) {
mesq l("The %s have been multiplying, crawling from the cave into the magic school, causing damage.", getmonsterlink(.@q2));
- .@killamount=15;
+ .@killamount=20;
+ } else if (.@q2 == CaveSnake) {
+ mesq l("Researchers from the magic school complained about %s disturbing whatever they are studying in the cave.", getmonsterlink(.@q2));
} else if (.@q2 == Scorpion) {
mesq l("All the %s have become a real nuisance to the citizens and people are getting stung more often now.", getmonsterlink(.@q2));
.@killamount=20;
@@ -129,9 +128,12 @@ L_QuestMaster:
} else if (.@q2 == Sarracenus) {
mesq l("%ss are lead by the %s. Disposing of them would bring the bandits into disarray.", getmonsterlink(DesertBandit), getmonsterlink(.@q2));
.@killamount=10;
+ } else if (.@q2 == BlackScorpion) {
+ mesq l("A large number of %s have been sighted. Both the sewer and the mines have are infested, they have even been spotted in the city wall!", getmonsterlink(.@q2));
+ } else if (.@q2 == RedScorpion) {
+ mesq l("Some %s have left the mines and made themselves comfortable in the desert, coming closer than ever to us. When there are none left in the desert, go after their nest in the mines.", getmonsterlink(.@q2));
} else if (.@q2 == DesertLogHead) {
mesq l("The %s are growing and disturbing the already rather infertile desert soil, preventing our crops from growing.", getmonsterlink(.@q2));
- .@killamount=15;
}
mesq l("So, please kill %d/%d %s for us and make the city a better place!", .@q3, .@killamount, getmonsterlink(.@q2));
close;