diff options
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_morocc.txt | 4 | ||||
-rw-r--r-- | npc/quests/skills/mage_skills.txt | 2 | ||||
-rw-r--r-- | npc/quests/skills/novice_skills.txt | 6 | ||||
-rw-r--r-- | npc/quests/skills/swordman_skills.txt | 2 | ||||
-rw-r--r-- | npc/quests/skills/thief_skills.txt | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 0ba7db867..c0dfac447 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -220,7 +220,7 @@ OnTouch: next; if (prt_curse == 24) { mes "[" + strcharinfo(0) + "]"; - mes "I don¡¯t care what you say, I¡¯m coming in!!!"; + mes "I don't care what you say, I'm coming in!!!"; next; mes "[Litheron]"; mes "Hey, master-! What do we do with this guy?"; @@ -228,7 +228,7 @@ OnTouch: next; mes "[Master]"; mes "Hmm. Let him do what he wants to do."; - mes "Passing through one door doesn¡¯t make any difference."; + mes "Passing through one door doesn't make any difference."; next; mes "[Litheron]"; mes "Hah! Did you hear that?"; diff --git a/npc/quests/skills/mage_skills.txt b/npc/quests/skills/mage_skills.txt index 5e0ba131e..2777716fc 100644 --- a/npc/quests/skills/mage_skills.txt +++ b/npc/quests/skills/mage_skills.txt @@ -26,7 +26,7 @@ geffen_in,151,119,4 script Great Wizard#qsk_mg 64,{ mes "[BLIZZARDRISS]"; mes "For many years"; mes "I have studied the ancient"; - mes "magic¡¯s of Geffen."; + mes "magic's of Geffen."; mes "Recently, I discovered"; mes "a very good forgotten skill! ! !"; mes "Isn't that fortunate?"; diff --git a/npc/quests/skills/novice_skills.txt b/npc/quests/skills/novice_skills.txt index 1e513be95..2b4b215c5 100644 --- a/npc/quests/skills/novice_skills.txt +++ b/npc/quests/skills/novice_skills.txt @@ -138,7 +138,7 @@ prt_in,234,133,4 script Nami#qsk_nv 66,{ skill 142,1,0; set NOV_SK,3; mes "[Nami]"; - mes "Yes yes, that¡¯s right!"; + mes "Yes yes, that's right!"; mes "Now that you have this"; mes "skill, I hope that it helps you"; mes "in the future."; @@ -260,12 +260,12 @@ prt_in,73,87,4 script Chivalry Member#qsk_nv 65,{ mes "perfectly dead. . ."; next; mes "[Bulma]"; - mes "I think that¡¯s enough explanation."; + mes "I think that's enough explanation."; mes "I can tell by the look in your eyes"; mes "that you are ready for your training."; mes "Lets not delay!"; mes "Ok, take this pill first. . ."; - mes "Let¡¯s see how this goes. . ."; + mes "Let's see how this goes. . ."; next; mes "[Bulma]"; mes "Within in 10 minutes, you must"; diff --git a/npc/quests/skills/swordman_skills.txt b/npc/quests/skills/swordman_skills.txt index ba3a74558..8f6ae3413 100644 --- a/npc/quests/skills/swordman_skills.txt +++ b/npc/quests/skills/swordman_skills.txt @@ -242,7 +242,7 @@ prt_in,75,88,5 script Leon Von Frich#qsk_sm 85,3,3,{ mes "When you use bash, depending on"; mes "your level, your opponent can"; mes "become stunned."; - mes "You have learned bash, haven¡¯t you?"; + mes "You have learned bash, haven't you?"; next; mes "[Leon]"; mes "When I was a swordsman like you,"; diff --git a/npc/quests/skills/thief_skills.txt b/npc/quests/skills/thief_skills.txt index a38f0020d..999372439 100644 --- a/npc/quests/skills/thief_skills.txt +++ b/npc/quests/skills/thief_skills.txt @@ -131,7 +131,7 @@ moc_prydb1,154,128,4 script Alcouskou#qsk_tf 118,{ mes "for you to use with this skill."; next; mes "[Alcouskou]"; - mes "Well let¡¯s see what your skill"; + mes "Well let's see what your skill"; mes "is like -"; mes "Try it out ! !"; next; @@ -155,7 +155,7 @@ moc_prydb1,154,128,4 script Alcouskou#qsk_tf 118,{ case 2: if (countitem(940) > 19 && ((BaseJob == Job_Thief && JobLevel > 34) || BaseJob == Job_Assassin || BaseJob == Job_Rogue)) { mes "[Alcouskou]"; - mes "Okay! Let¡¯s practice!"; + mes "Okay! Let's practice!"; next; mes "[Alcouskou]"; mes "Suuu Suuu uk -"; |