- Fixed some typos from previous commit r15392.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15393 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
masao87 2012-01-04 22:05:03 +00:00
parent bc9bc9184c
commit b67afce77d

View File

@ -743,7 +743,7 @@ sword_1-1,223,243,4 script Buddy#job_shu reception 483,{
switch(select("Go to the living room.:Go outside.")){ switch(select("Go to the living room.:Go outside.")){
case 1: case 1:
mes "[Buddy]"; mes "[Buddy]";
mes "Please next; in the living room at the upper side."; mes "Please wait in the living room at the upper side.";
close; close;
case 2: case 2:
mes "[Buddy]"; mes "[Buddy]";
@ -785,11 +785,11 @@ OnMyMobDead:
end; end;
OnTimer3000: OnTimer3000:
mapannounce "sword2-1","The master is now in the middle of training, and you need to next; in the living room around 5 minutes.",bc_map; mapannounce "sword2-1","The master is now in the middle of training, and you need to wait in the living room around 5 minutes.",bc_map;
end; end;
OnTimer4000: OnTimer4000:
mapannounce "sword2-1","Ah! You may have hallucinated in the living room, so please be careful.",bc_map; mapannounce "sword2-1","Ah! You may have hallucinations in the living room, so please be careful.",bc_map;
end; end;
OnTimer5000: OnTimer5000:
@ -930,7 +930,7 @@ sword_1-1,222,169,5 script Bruno#job_shu 484,{
if (job_shu > 4){ if (job_shu > 4){
mes "[Bruno]"; mes "[Bruno]";
mes "Hey~ "+strcharinfo(0)+", What' up?"; mes "Hey~ "+strcharinfo(0)+", What's up?";
next; next;
switch(select("Let's have conversation.:Go outside.")){ switch(select("Let's have conversation.:Go outside.")){
case 1: case 1:
@ -1015,7 +1015,7 @@ sword_1-1,223,167,2 script Master#job_shu 483,{
if(checkweight(1201,1) == 0){ if(checkweight(1201,1) == 0){
mes "[Master]"; mes "[Master]";
// Custom Translation // Custom Translation
mes "Your earthly burden too heavy. You'd better go clean up."; mes "Your earthly burden is to heavy. You'd better go clean up.";
close; close;
} }
if (JobLevel < 50 || BaseLevel < 99){ if (JobLevel < 50 || BaseLevel < 99){
@ -1157,7 +1157,7 @@ sword_2-1,1,2,0 script Sura Job Switch 66,{
close; close;
case 5: case 5:
mes "Activating garajjom"; mes "Activating garajjom";
donpcevent "#Sura_garajjom::OnEnable"; donpcevent "Sura_garajjom::OnEnable";
close; close;
case 6: case 6:
mes "Deactivating all."; mes "Deactivating all.";
@ -1165,7 +1165,7 @@ sword_2-1,1,2,0 script Sura Job Switch 66,{
donpcevent "Buddy#Sura_Salon::OnReset"; donpcevent "Buddy#Sura_Salon::OnReset";
donpcevent "Buddy#Sura_Salon::OnDisable"; donpcevent "Buddy#Sura_Salon::OnDisable";
donpcevent "Buddy#job_shuaneh::OnDisable"; donpcevent "Buddy#job_shuaneh::OnDisable";
donpcevent "#Sura_garajjom::OnDisable"; donpcevent "Sura_garajjom::OnDisable";
close; close;
case 7: case 7:
close; close;