summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-06-13 17:36:17 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-06-13 17:36:17 +0200
commit0b00d4dbb2b9803df01b90cee353d9a71c5a6f36 (patch)
treee237fad2df84c933fb23cd012016d71a07cd1a6b
parent94201b3cca8de25399719ffb9da221dc79401e6a (diff)
downloadserverdata-0b00d4dbb2b9803df01b90cee353d9a71c5a6f36.tar.gz
serverdata-0b00d4dbb2b9803df01b90cee353d9a71c5a6f36.tar.bz2
serverdata-0b00d4dbb2b9803df01b90cee353d9a71c5a6f36.tar.xz
serverdata-0b00d4dbb2b9803df01b90cee353d9a71c5a6f36.zip
Fixing some spelling errors reported by Cassy.
-rw-r--r--world/map/npc/017-4/orum.txt20
-rw-r--r--world/map/npc/018-1/flowerpentagram3.txt2
-rw-r--r--world/map/npc/056-1/flowerpentagram5.txt4
3 files changed, 13 insertions, 13 deletions
diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt
index d2d173a7..101a20d8 100644
--- a/world/map/npc/017-4/orum.txt
+++ b/world/map/npc/017-4/orum.txt
@@ -119,7 +119,7 @@ L_Banish:
mes "[Orum]";
mes "\"This will be the last mistake you did...\"";
mes "He starts mumbering and you suddenly feel weirdly weightless. Your vision fades...";
- mes "You last thing you hear is Waric shouting something about untalented apprentices.";
+ mes "The last thing you hear is Waric shouting something about untalented apprentices.";
set Hp, 1 + rand(5);
warp "017-1.gat", 0, 0;
goto L_Close;
@@ -195,7 +195,7 @@ L_AskMonsters:
L_SecondFlower: // 19: Got task to bring materials for second magical flower
mes "[Orum]";
- mes "\"Bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stinger and one Purple Tulip.\"";
+ mes "\"Bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Purple Tulip.\"";
menu
"I have it.", -,
"All right, I'll get it.", L_Close,
@@ -225,7 +225,7 @@ L_WaySecondFlower:
L_AskPurpose:
mes "[Orum]";
- mes "\"Purpose? Well... We're buidling a pentagram.\"";
+ mes "\"Purpose? Well... We're building a pentagram.\"";
goto L_Close;
L_PlaceSecondFlower: // 20: Got task to place the second magical flower
@@ -250,7 +250,7 @@ L_PlaceSecondFlower: // 20: Got task to place the second magical flower
set OrumQuest, 19;
mes "[Orum]";
- mes "\"Ok, now that this is settled, bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stinger and one Purple Tulip again.\"";
+ mes "\"Ok, now that this is settled, bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Purple Tulip again.\"";
goto L_Close;
L_PlacedSecondFlower: // 21: Placed second magical flower
@@ -274,7 +274,7 @@ L_AskPentagram:
L_ThirdFlower: // 22: Got task to bring materials for third magical flower
mes "[Orum]";
- mes "\"Now we need " + @AMOUNT_WHITEFUR + " White Fur, " + @AMOUNT_REDSTINGER + " Red Scorpion Stinger and one White Tulip.\"";
+ mes "\"Now we need " + @AMOUNT_WHITEFUR + " White Fur, " + @AMOUNT_REDSTINGER + " Red Scorpion Stingers and one White Tulip.\"";
menu
"I got everything you want.", -,
"I'm still searching.", L_Close,
@@ -386,7 +386,7 @@ L_PlaceThirdFlower: // 23: Completed easy minigame and got task to place the thi
set OrumQuest, 22;
mes "[Orum]";
- mes "\"Once again we need " + @AMOUNT_WHITEFUR + " White Fur, " + @AMOUNT_REDSTINGER + " Red Scorpion Stinger and one White Tulip.\"";
+ mes "\"Once again we need " + @AMOUNT_WHITEFUR + " White Fur, " + @AMOUNT_REDSTINGER + " Red Scorpion Stingers and one White Tulip.\"";
goto L_Close;
L_PlacedThirdFlower: // 24: Placed third magical flower
@@ -410,7 +410,7 @@ L_AskSummon:
L_FourthFlower: // 25: Got task to bring materials for fourth magical flower
mes "[Orum]";
- mes "\"Now we need " + @AMOUNT_HARDSPIKE + " Hard Spikes, " + @AMOUNT_ANGRYSTINGER + " Angry Scorpion Stinger and one Yellow Rose.\"";
+ mes "\"Now we need " + @AMOUNT_HARDSPIKE + " Hard Spikes, " + @AMOUNT_ANGRYSTINGER + " Angry Scorpion Stingers and one Yellow Rose.\"";
menu
"I managed to get everything.", -,
"I will get that.", L_Close,
@@ -561,12 +561,12 @@ L_PlaceFourthFlower: // 26: Completed difficult minigame and got task to place t
set OrumQuest, 25;
mes "[Orum]";
- mes "\"Now bring " + @AMOUNT_HARDSPIKE + " Hard Spikes, " + @AMOUNT_ANGRYSTINGER + " Angry Scorpion Stinger and one Yellow Rose again.\"";
+ mes "\"Now bring " + @AMOUNT_HARDSPIKE + " Hard Spikes, " + @AMOUNT_ANGRYSTINGER + " Angry Scorpion Stingers and one Yellow Rose again.\"";
goto L_Close;
L_PlacedFourthFlower: // 27: Placed fourth magical flower
mes "[Orum]";
- mes "\"Oh, almost! Only the last flower needs to be placed. Don't loose concentration now!";
+ mes "\"Oh, almost! Only the last flower needs to be placed. Don't lose concentration now!";
mes "This last flower is the most complicated one. Pay attention.\"";
menu
"Tell me what you need!", -,
@@ -739,7 +739,7 @@ L_MaterialFifth:
L_PlacedFifthFlower: // 31: Placed fifth flower
mes "[Orum]";
- mes "\"Hahahaha! Wonderful! We were able to her Sagatha's screaming and ranting here in the cave!\"";
+ mes "\"Hahahaha! Wonderful! We were able to hear Sagatha's screaming and ranting here in the cave!\"";
next;
mes "\"Well done, really. I think you've earned yourself a small reward. Here, take this.\"";
set Zeny, Zeny + @REWARD_MONEY;
diff --git a/world/map/npc/018-1/flowerpentagram3.txt b/world/map/npc/018-1/flowerpentagram3.txt
index 6993378b..57231479 100644
--- a/world/map/npc/018-1/flowerpentagram3.txt
+++ b/world/map/npc/018-1/flowerpentagram3.txt
@@ -91,7 +91,7 @@ L_MonstersAlive:
L_NoFlower:
mes "You reach into your inventory to take out the flower and place it. But you can't find it!";
- mes "Did you loose it somewhere along the way? If you can't find it again, go talk to Orum.";
+ mes "Did you lose it somewhere along the way? If you can't find it again, go talk to Orum.";
goto L_Close;
L_PlacedThirdFlower:
diff --git a/world/map/npc/056-1/flowerpentagram5.txt b/world/map/npc/056-1/flowerpentagram5.txt
index 532bc6eb..13b86ecb 100644
--- a/world/map/npc/056-1/flowerpentagram5.txt
+++ b/world/map/npc/056-1/flowerpentagram5.txt
@@ -124,8 +124,8 @@ L_MonstersAlive:
goto L_Close;
L_NoFlower:
- mes "You reach into your pocket, but you can't find the flower! You're so close to completing you task.";
- mes "How could you loose the last flower? If you can't get it back, you have to tell Orum.";
+ mes "You reach into your pocket, but you can't find the flower! You're so close to completing your task.";
+ mes "How could you lose the last flower? If you can't get it back, you have to tell Orum.";
goto L_Close;
L_PlacedFifthFlower: