Browse Source

Small typo fixes

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9638 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 18 năm trước cách đây
mục cha
commit
dc139362e8
2 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 2 2
      doc/script_commands.txt
  2. 5 5
      npc/custom/quests/kiel_quest.txt

+ 2 - 2
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.
 
 ---------------------------------------
 

+ 5 - 5
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){