summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNetSysFire <59517351+NetSysFire@users.noreply.github.com>2022-09-16 22:46:50 +0200
committerJesusaves <cpntb1@ymail.com>2022-09-25 21:53:57 -0300
commitf3b7872164f0479566f23e4e22608dc852ed0715 (patch)
tree482ac90aeecd517a702241c42a7ad234d7c74eca
parentb0d53d1d645a5d013124a51cfee9c385d399859d (diff)
downloadserverdata-f3b7872164f0479566f23e4e22608dc852ed0715.tar.gz
serverdata-f3b7872164f0479566f23e4e22608dc852ed0715.tar.bz2
serverdata-f3b7872164f0479566f23e4e22608dc852ed0715.tar.xz
serverdata-f3b7872164f0479566f23e4e22608dc852ed0715.zip
more monster lore
-rw-r--r--npc/003-10/kreist.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt
index 425d7789b..2e925aa47 100644
--- a/npc/003-10/kreist.txt
+++ b/npc/003-10/kreist.txt
@@ -114,17 +114,26 @@ L_QuestMaster:
} else if (.@q2 == "Croc") {
mesq l("The @@ 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 @@ 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 @@ have been multiplying, crawling from the cave into the magic school, causing damage.", getmonsterlink(.@q2));
.@killamount=15;
} else if (.@q2 == "Scorpion") {
mesq l("All the @@ 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 @@ are threatening the city. Go to the Desert Canyon and teach them a lesson.", getmonsterlink(.@q2));
+ .@killamount=20;
+ } else if (.@q2 == "Sarracenus") {
+ mesq l("@@s are lead by the @@. Disposing of them would bring the bandits into disarray.", getmonsterlink("DesertBandit"), getmonsterlink(.@q2));
+ .@killamount=10;
} else if (.@q2 == "DesertLogHead") {
mesq l("The @@ are growing and disturbing the already rather infertile desert soil, preventing our crops from growing.", getmonsterlink(.@q2));
.@killamount=15;
}
- mesq l("So, please kill @@/@@ @@ for us and make the city a safer place!", .@q3, .@killamount, getmonsterlink(.@q2));
+ mesq l("So, please kill @@/@@ @@ for us and make the city a better place!", .@q3, .@killamount, getmonsterlink(.@q2));
close;
OnInit: