diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-26 15:01:39 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-26 15:01:39 +0000 |
commit | f8940c74683681af37179e1fe6c471c0f290528b (patch) | |
tree | 89b14a4611944ab3f95e560a84832adc9388cc6f /npc/jobs | |
parent | 000e370318c50a8f0dd224d92e450f1613ba6e18 (diff) | |
download | hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.gz hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.bz2 hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.xz hercules-f8940c74683681af37179e1fe6c471c0f290528b.zip |
More typo fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9714 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/1-1/archer.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/jobs/1-1/archer.txt b/npc/jobs/1-1/archer.txt index f72f7b11b..3f5eedade 100644 --- a/npc/jobs/1-1/archer.txt +++ b/npc/jobs/1-1/archer.txt @@ -45,7 +45,7 @@ payon_in02.gat,64,71,4 script Archer Guildsman 59,{ next; mes "[Archer Guildsman]"; if(JobLevel < 10) { - mes "It seems that you are not qualified to become an Archer yet. Please take a look at the job requirments once more."; + mes "It seems that you are not qualified to become an Archer yet. Please take a look at the job requirements once more."; close; } set job_archer_q,1; diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 48f4d2a18..123c5ee71 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -665,7 +665,7 @@ OnTouch: next; mes "[Nameless One]"; mes "The higher the level of the skill, the longer the poison stays in effect. You will need a Red Gemstone to use this skill."; - mes "Level 5 Enchant Poison is a requirment for learning Venom Dust."; + mes "Level 5 Enchant Poison is a requirement for learning Venom Dust."; next; mes "[Nameless One]"; mes "^5533FF'Venom Splasher'^000000. Not only does this skill poison a target, but it makes the target explode splashing venom everywhere."; diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index 0b82b180a..459e93c94 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -581,7 +581,7 @@ Lcheckpt: mes "You got a total of "+@dcpoint+" points......"; if ((@dcpoint >= 80) && (DANC_Q == 5)) goto LpointOK; if ((@dcpoint >= 70) && (DANC_Q == 6)) goto LpointOK; - mes "I am going to need to disqualify you, cause you didnt reach the required ammount."; + mes "I am going to need to disqualify you, because you didn't reach the required ammount."; next; mes "[Bijou]"; mes "You are allowed to take the test again if you like, for no extra charge."; @@ -591,7 +591,7 @@ Lcheckpt: close; LpointOK: if (@dcpoint == 100) mes "That is amazing, 100% correct."; - if (@dcpoint != 100) mes "Even though you didnt get all the questions right, you have still passed."; + if (@dcpoint != 100) mes "Even though you didn't get all the questions right, you have still passed."; next; mes "[Bijou]"; mes "The next thing you need to do is pass a physical test of speed and timing"; |