diff options
author | NetSysFire <59517351+NetSysFire@users.noreply.github.com> | 2022-09-16 22:28:01 +0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-25 21:53:57 -0300 |
commit | b0d53d1d645a5d013124a51cfee9c385d399859d (patch) | |
tree | cd9894e6f8fd6c7b236b7f81cd47528e40016b77 /npc/003-10 | |
parent | b342091aebdcf0ee8318fc50d6d0de04d652a875 (diff) | |
download | serverdata-b0d53d1d645a5d013124a51cfee9c385d399859d.tar.gz serverdata-b0d53d1d645a5d013124a51cfee9c385d399859d.tar.bz2 serverdata-b0d53d1d645a5d013124a51cfee9c385d399859d.tar.xz serverdata-b0d53d1d645a5d013124a51cfee9c385d399859d.zip |
semicolons aaaaaa
Diffstat (limited to 'npc/003-10')
-rw-r--r-- | npc/003-10/kreist.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 9daea55c6..425d7789b 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -10,7 +10,7 @@ mesq l("Hello, and welcome to the Tulimshar guard house."); next; 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 to report back?", .name$); + 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!"); // Borrowed from Arkim Code @@ -104,25 +104,25 @@ L_QuestMaster: // FIXME: plural if (.@q2 == "Maggot" ) { mesq l("@@ have infested the store houses, spilling onto the streets. Stop them from destroying even more food.", getmonsterlink(.@q2)); - .@killamount=30 + .@killamount=30; } else if (.@q2 == "GiantMaggot") { mesq l("The @@ 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 + .@killamount=10; } else if (.@q2 == "Duck") { mesq l("This request was made by the cafe: The @@ are stealing their cherry cakes, causing disruption to their business.", getmonsterlink(.@q2)); - .@killamount=15 + .@killamount=15; } 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 + .@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 + .@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 + .@killamount=20; } 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 + .@killamount=15; } mesq l("So, please kill @@/@@ @@ for us and make the city a safer place!", .@q3, .@killamount, getmonsterlink(.@q2)); close; |