diff options
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 2 | ||||
-rw-r--r-- | npc/jobs/novice/novice.txt | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 4e22a809a..cda62e7ce 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -1021,7 +1021,7 @@ alde_alche,101,184,4 script Vincent Carsciallo 122,{ mes "[Vincent Carsciallo]"; if(baseJob == Job_Merchant) goto L_Merc; if(baseJob == Job_Alchemist){ - mes "How Alchemy going? Make sure to be carefull and think about safety at all times."; + mes "How Alchemy going? Make sure to be careful and think about safety at all times."; mes "I wouldn't want you blowing yourself up or anything....."; close; } diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 26234cc44..f9b81dd19 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -430,7 +430,7 @@ new_zone02,99,105,4 script Interfaces Instructor 751,{ next; switch( select("Thanks!","Lectures are boring.","Cancel") ) { case 1: mes "[Chris]"; - mes "If you take this course You will learn usefull skill information, so pay attention."; + mes "If you take this course You will learn useful skill information, so pay attention."; mes "Well, find the skill instructor."; mes "I will send you to him for free of charge."; close2; @@ -573,7 +573,7 @@ new_zone02,83,111,4 script Skill Instructor 753,{ mes "Did you increase your skill?"; mes "If you have any questions, ask Pitch Judas"; mes "hmmm..."; - mes "I am thinking of a usefull skill."; + mes "I am thinking of a useful skill."; next; mes "[Shecil]"; mes "Right, right!"; @@ -596,7 +596,7 @@ new_zone02,83,111,4 script Skill Instructor 753,{ mes "How was it?"; mes "When you use your skill, SP decreases."; mes "If you use First Aid skill, it will recover some HP."; - mes "It will be usefull for New Novices."; + mes "It will be useful for New Novices."; next; mes "[Shecil]"; mes "Thanks for your attention!"; @@ -1234,7 +1234,7 @@ L_loop: mes "It will show your current weight / your maximum weight limit."; mes "?•?If your weight becomes over 50% of the maximum,"; mes "your HP and SP will not restore naturally."; - mes "So be carefull."; + mes "So be careful."; next; mes "[Edwin]"; mes "The numerical value next to the weight limit shows the current amount of money you have."; @@ -1301,7 +1301,7 @@ L_loop: mes "Skill and item targeting also work with the snap option."; next; mes "[Edwin]"; - mes "It could be usefull or annoying if you're not used to it"; + mes "It could be useful or annoying if you're not used to it"; mes "Well... once you get used to it,"; mes "you will be able to adjust your own snap options."; next; |