summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/helperAccused.txt
diff options
context:
space:
mode:
authorPihro <fluffyanddeadly999@gmail.com>2012-04-25 14:40:11 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2012-04-25 22:35:09 +0200
commitdbd2ea1bb30c0bf051411bb2a24e56d633c8c029 (patch)
treec1b4405e8029a07948e3e24c6c371fc3625f02fd /world/map/npc/048-2/helperAccused.txt
parente9d3978123f400ebd89f283cfb75973abd53c3d4 (diff)
downloadserverdata-dbd2ea1bb30c0bf051411bb2a24e56d633c8c029.tar.gz
serverdata-dbd2ea1bb30c0bf051411bb2a24e56d633c8c029.tar.bz2
serverdata-dbd2ea1bb30c0bf051411bb2a24e56d633c8c029.tar.xz
serverdata-dbd2ea1bb30c0bf051411bb2a24e56d633c8c029.zip
Fixed Grammar/Dialogue issues in the Blue Sage Quest
Diffstat (limited to 'world/map/npc/048-2/helperAccused.txt')
-rw-r--r--world/map/npc/048-2/helperAccused.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/048-2/helperAccused.txt b/world/map/npc/048-2/helperAccused.txt
index 5cd15965..c02b6ff3 100644
--- a/world/map/npc/048-2/helperAccused.txt
+++ b/world/map/npc/048-2/helperAccused.txt
@@ -13,7 +13,7 @@
if (@investigate > 1) goto L_Query;
if (@investigate == 1) goto L_Help;
- mes "You see a rather stressed helper, mumbering to himself.";
+ mes "You see a rather stressed helper, mumbling to himself.";
if (BaseLevel < $@Q_BlueSageMinimumLevel)
goto L_Close;
mes "[Peetu]";
@@ -72,7 +72,7 @@ L_Query:
"Can you describe me what exactly you did?",-;
mes "[Peetu]";
mes "\"Well, ok, sure. So, as you know we're doing some researches on the nature of slimes, their connection to minerals and gemstones, their breeding behaviour, and, well, ahm, doing some magical experiments to analyze their reactions on different kinds of magic.";
- mes "This experiments caused some ... mutations, and the Blue and White Slimes developed some behaviour different from the slimes usual behaviour, making them more dangerous.\"";
+ mes "This experiments caused some ... mutations, and the Blue and White Slimes developed some behaviour different from the slimes usual behavior, making them more dangerous.\"";
next;
mes "\"This is the reason why they have to be magically sealed away for the night, since we didn't want them to get out in the wilderness... Oh, if I imagine what damage they do to the environment!\"";
mes "He sighs.";
@@ -86,12 +86,12 @@ L_Query:
mes "\"That night when the slimes escaped, I did all of this as usual. Everything seemed alright after I cast the guarding spell, so I went to bed. But I woke up in the middle of the night because I felt the spells... oh, it's hard to describe... it seems the spell which defines the magical cage started to... inflate itself, causing the guarding spells to vanish, since they're intended against threads from the outside, not the inside.";
mes "While expanding, the cage went thinner and thinner until it just... faded.\"";
next;
- mes "\"This left all the slimes free in the workshop, right next to the library. Of course I hasted there as fast as I could, yelling to wake up everyone, but that caused so much confusion that we fell over each other in the corridor and when we finally reached the librabry, the slimes were already spread all over the room, eating the books and dripping out of the windows.\"";
+ mes "\"This left all the slimes free in the workshop, right next to the library. Of course I hurried there as fast as I could, yelling to wake up everyone, but that caused so much confusion that we fell over each other in the corridor and when we finally reached the librabry, the slimes were already spread all over the room, eating the books and dripping out of the windows.\"";
next;
mes "\"We tried to block the windows to prevent them escaping, but as most of the helpers aren't experienced in fighting and only some of us have a higher magical education, the slimes are rather dangerous for most of them.";
mes "We weren't able to get the situation under control until most of the slimes had escaped.\"";
next;
- mes "\"Since it was my responsibility to sealing them away, I was preliminarily suspended and sent to my room. Since then I've been thinking over and over again about the happenings and how I cast the spell, trying to find the mistake I did.";
+ mes "\"Since it was my responsibility to seal them away, I was preliminarily suspended and sent to my room. Since then I've been thinking over and over again about the happenings and how I cast the spell, trying to find the mistake I did.";
mes "But now that I described you the spells, I'm sure I casted it correctly. Thinking again about the effect of the sealing inflating, I suppose it might have to do with the ingredients I used for the spell.\"";
next;
mes "\"I never tried it, because it makes no sense to do that, but theoretically adding some Silk Cocoons could have such an effect. That's pretty basic nature magic.";
@@ -102,21 +102,21 @@ L_Query:
L_Investigate:
mes "[Peetu]";
- mes "\"Hello. Did you find out anything more yet?\"";
+ mes "\"Hello. Did you find out anything else yet?\"";
if (@investigate != 11)
menu
"I'm still collecting information.",L_Close;
if (@inventorylist_count == 100)
goto L_TooMany;
menu
- "Yes, I already talked with Chief Oskari.",-,
+ "Yes, I have already talked with Chief Oskari.",-,
"Not yet.",L_Close;
mes "You explain your gained insights to Peetu and what conclusions Chief Oskari drew.";
mes "[Peetu]";
mes "\"Oh, I'm so relieved!";
mes "I mean, this are alarming news, but I'm so glad that this isn't my fault and that I deserve keep my job.\"";
next;
- mes "\"It isn't much, but please take this Silk Gloves. We use those when we have to protect our hands, but still need to perform magic.\"";
+ mes "\"It isn't much, but please take these Silk Gloves. We use those when we have to protect our hands, but still need to perform magic.\"";
getitem "SilkGloves", 1;
set @investigate, 12;
callfunc "updateBlueSageInvestigate";