summaryrefslogtreecommitdiff
path: root/npc/jobs
diff options
context:
space:
mode:
authormasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-04 22:05:03 +0000
committermasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-04 22:05:03 +0000
commit9c051f63d1f3f625dc26a5aef48ff7e1d3d668a4 (patch)
treed2d7192aee8f6458c834ef263c895bef65274a04 /npc/jobs
parent48454c278fbd4d5508681266a375081bd51abc56 (diff)
downloadhercules-9c051f63d1f3f625dc26a5aef48ff7e1d3d668a4.tar.gz
hercules-9c051f63d1f3f625dc26a5aef48ff7e1d3d668a4.tar.bz2
hercules-9c051f63d1f3f625dc26a5aef48ff7e1d3d668a4.tar.xz
hercules-9c051f63d1f3f625dc26a5aef48ff7e1d3d668a4.zip
- Fixed some typos from previous commit r15392.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15393 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r--npc/jobs/3-2/sura.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/jobs/3-2/sura.txt b/npc/jobs/3-2/sura.txt
index 02caea17c..706d9bd07 100644
--- a/npc/jobs/3-2/sura.txt
+++ b/npc/jobs/3-2/sura.txt
@@ -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.")){
case 1:
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;
case 2:
mes "[Buddy]";
@@ -785,11 +785,11 @@ OnMyMobDead:
end;
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;
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;
OnTimer5000:
@@ -930,7 +930,7 @@ sword_1-1,222,169,5 script Bruno#job_shu 484,{
if (job_shu > 4){
mes "[Bruno]";
- mes "Hey~ "+strcharinfo(0)+", What' up?";
+ mes "Hey~ "+strcharinfo(0)+", What's up?";
next;
switch(select("Let's have conversation.:Go outside.")){
case 1:
@@ -1015,7 +1015,7 @@ sword_1-1,223,167,2 script Master#job_shu 483,{
if(checkweight(1201,1) == 0){
mes "[Master]";
// 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;
}
if (JobLevel < 50 || BaseLevel < 99){
@@ -1157,7 +1157,7 @@ sword_2-1,1,2,0 script Sura Job Switch 66,{
close;
case 5:
mes "Activating garajjom";
- donpcevent "#Sura_garajjom::OnEnable";
+ donpcevent "Sura_garajjom::OnEnable";
close;
case 6:
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::OnDisable";
donpcevent "Buddy#job_shuaneh::OnDisable";
- donpcevent "#Sura_garajjom::OnDisable";
+ donpcevent "Sura_garajjom::OnDisable";
close;
case 7:
close;