summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-09 18:19:26 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-09 18:19:26 +0000
commitcee8548dbe150ee40cd6cb5307a0dde12e6e47da (patch)
treef3e60f791741bb1f8d7372223066c03c8abed6a3
parent16496f556a38e624dc75a61097ce4d9b6c370d0b (diff)
downloadhercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.tar.gz
hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.tar.bz2
hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.tar.xz
hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.zip
Small typo fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9638 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--doc/script_commands.txt4
-rw-r--r--npc/custom/quests/kiel_quest.txt10
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index a1b7ea8a9..c1a67ebb0 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -3955,8 +3955,8 @@ in turn, are triggered by clock with an 'OnClock<time>:' time-triggering label.
*agitcheck()
-These function and command will let you check whether the server is currently
-in the War of Emperium mode. It will return 1 if WoE is on and 0 if it isn't.
+This function will let you check whether the server is currently in WoE mode.
+It will return 1 if the War of Emperium is on and 0 if it isn't.
---------------------------------------
diff --git a/npc/custom/quests/kiel_quest.txt b/npc/custom/quests/kiel_quest.txt
index cfc22e588..7633aaa69 100644
--- a/npc/custom/quests/kiel_quest.txt
+++ b/npc/custom/quests/kiel_quest.txt
@@ -15,7 +15,7 @@
prontera.gat,157,168,2 script Kiel Capry 68,{
mes "[Kiel Capry]";
mes callfunc("F_Hi");
- mes "Help us! Everybody's evacuated! There's an accident in my father's University...";
+ mes "Help us! Everybody's evacuated! There's been an accident in my father's University...";
if(rand(2))close;
specialeffect 417;
next;
@@ -33,8 +33,8 @@ kh_school.gat,119,146,3 script Kiel Carlo 748,{
mes "[Kiel Carlo]";
mes callfunc("F_Hi");
mes "We have evacuated all the students!";
- mes "What? Are you going to jump in the lift tunnel, just in hands of the gone bad robots?";
- mes "Well... we nedd money. Will you pay 10.000z?";
+ mes "What? Are you going to jump in the lift tunnel, right into the hands of those gone bad robots?";
+ mes "Well... we need money. Will you pay 10.000z?";
next;
emotion e_hmm;
menu "Yep.",M_GO, "No way!",-;
@@ -45,8 +45,8 @@ kh_school.gat,119,146,3 script Kiel Carlo 748,{
M_GO:
mes "[Kiel Carlo]";
- mes "I never let you go if you don't meet these conditions:";
- mes "1. You have to be 70 Base Level or upper.";
+ mes "I refuse let you enter if you don't meet these conditions:";
+ mes "1. You have to be 70 Base Level or higher.";
mes "2. You have to donate 10.000 zeny.";
next;
if(BaseLevel<70 || Zeny<10000){