summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNetSysFire <59517351+NetSysFire@users.noreply.github.com>2022-09-17 00:20:09 +0200
committerJesusaves <cpntb1@ymail.com>2022-09-25 21:53:58 -0300
commitdb2000148729493a0d89fa2aa6318be8fe64235a (patch)
tree132eb4b8ed6f01e95685f8da0640ee15257eac5c
parentcdca3d067e15f0c17e1538c0e0014fe037df82b1 (diff)
downloadserverdata-db2000148729493a0d89fa2aa6318be8fe64235a.tar.gz
serverdata-db2000148729493a0d89fa2aa6318be8fe64235a.tar.bz2
serverdata-db2000148729493a0d89fa2aa6318be8fe64235a.tar.xz
serverdata-db2000148729493a0d89fa2aa6318be8fe64235a.zip
address some stuff
-rw-r--r--npc/003-10/kreist.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt
index fa6bda86f..59d5d8a27 100644
--- a/npc/003-10/kreist.txt
+++ b/npc/003-10/kreist.txt
@@ -12,7 +12,7 @@
mesn l("Kreist, Taskmaster");
mesq l("My name is @@ and I am the daily task master. Interested in keeping this world free from monsters, or are you here to report back?", .name$);
next;
- mesc l("All quests expire at 00:00 server time, be sure to finish AND report back before that!");
+ tutmes l("All quests expire at 00:00 server time, be sure to finish AND report back before that!");
// Borrowed from Arkim Code
mesc l("Time remaining to report completion: ")+FuzzyTime($@ARKIM_TIMER+86400), 1;
@@ -106,36 +106,36 @@ L_QuestMaster:
mesq l("%s have infested the store houses, spilling onto the streets. Stop them from destroying even more food.", getmonsterlink(.@q2));
.@killamount=30;
} else if (.@q2 == GiantMaggot) {
- mesq l("The %s are the cause for all the little maggots to appear, so we need you to stop the problem at the source.", getmonsterlink(.@q2));
+ mesq l("The %ss are the cause for all the little maggots to appear, so we need you to stop the problem at the source.", getmonsterlink(.@q2));
.@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));
+ mesq l("This request was made by the inn: The %ss are stealing their cherry cakes, causing disruption to their business.", getmonsterlink(.@q2));
} 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));
+ mesq l("The %ss have been reproducing rapidly and their natural habitat, our Croconut trees, are being damaged by the excessive number of them.", getmonsterlink(.@q2));
} 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));
+ mesq l("Some %ss have buried themselves in the sand near the path to the mine, causing burns to people stepping on them.", getmonsterlink(.@q2));
} else if (.@q2 == CaveMaggot) {
- mesq l("The %s have been multiplying, crawling from the cave into the magic school, causing damage.", getmonsterlink(.@q2));
+ mesq l("The %ss have been multiplying, crawling from the cave into the magic school, causing damage.", getmonsterlink(.@q2));
.@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));
+ mesq l("Researchers from the magic school complained about %ss 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));
+ mesq l("All the %ss have become a real nuisance to the citizens and people are getting stung more often now.", getmonsterlink(.@q2));
.@killamount=20;
} else if (.@q2 == DesertBandit) {
- mesq l("A group of %s are threatening the city. Go to the Desert Canyon and teach them a lesson.", getmonsterlink(.@q2));
+ mesq l("A group of %ss are threatening the city. Go to the Desert Canyon and teach them a lesson.", getmonsterlink(.@q2));
.@killamount=20;
} 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));
+ mesq l("%ss are lead by the %ss. 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));
+ mesq l("A large number of %ss have been sighted. Both the sewer and the mines have been 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));
+ mesq l("Some %ss 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));
+ mesq l("The %ss are growing and disturbing the already rather infertile desert soil, preventing our crops from growing.", getmonsterlink(.@q2));
}
- mesq l("So, please kill %d/%d %s for us and make the city a better place!", .@q3, .@killamount, getmonsterlink(.@q2));
+ mesq l("So, please kill %d/%d %ss for us and make the city a better place!", .@q3, .@killamount, getmonsterlink(.@q2));
close;
OnInit: