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/quests | |
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/quests')
-rw-r--r-- | npc/quests/WIP/6.txt | 2 | ||||
-rw-r--r-- | npc/quests/WIP/schwalz.txt | 4 | ||||
-rw-r--r-- | npc/quests/newgears/2006_headgear.txt | 2 | ||||
-rw-r--r-- | npc/quests/seals/megingard_seal.txt | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/WIP/6.txt b/npc/quests/WIP/6.txt index 912f826e0..eba0bb256 100644 --- a/npc/quests/WIP/6.txt +++ b/npc/quests/WIP/6.txt @@ -114,7 +114,7 @@ close; L_FINISH: if (countitem(7340)<2 && countitem(576)<2) { mes "[Dulu]"; -mes "You havent geather items yet"; +mes "You haven't gathered the items yet"; close; } mes "[Dulu]"; diff --git a/npc/quests/WIP/schwalz.txt b/npc/quests/WIP/schwalz.txt index 83103a498..097bb315c 100644 --- a/npc/quests/WIP/schwalz.txt +++ b/npc/quests/WIP/schwalz.txt @@ -237,12 +237,12 @@ close; Quest_enable: if (countitem (7345) >= 10) && (countitem(7347) >=10) && (countitem(7346) >=1) goto Quest_end; mes "[Ghalstein]"; -mes "You havent geather items yet. Come back when you should."; +mes "You haven't gathered the items yet. Come back when you should."; close; Quest_end: mes "[Ghalstein]"; -mes "Well done. You have finished my part of quest."; +mes "Well done. You have finished my part of the quest."; mes "Now, Visit Gushaar. He can be found sowhere around Yuno."; next; mes "[Ghalstein]"; diff --git a/npc/quests/newgears/2006_headgear.txt b/npc/quests/newgears/2006_headgear.txt index a7445e6a5..0046dec3d 100644 --- a/npc/quests/newgears/2006_headgear.txt +++ b/npc/quests/newgears/2006_headgear.txt @@ -59,7 +59,7 @@ rachel.gat,91,273,4 script Masked Man 880,{ next; getitem 5175,1; mes @npcname$; - mes "You didnt get this from me by the way..."; + mes "You didn't get this from me by the way..."; close; diff --git a/npc/quests/seals/megingard_seal.txt b/npc/quests/seals/megingard_seal.txt index 5b77f2ee4..32b457140 100644 --- a/npc/quests/seals/megingard_seal.txt +++ b/npc/quests/seals/megingard_seal.txt @@ -2955,7 +2955,7 @@ jawaii_in.gat,44,110,0 script Security Officer#megin 734,{ mes "the paradise resort!"; next; mes "[The Nineball]"; - mes "I'm the 'The Nineball, the security officer of Jawaii! If you encounter any trouble, or find any Singles, please don't hesitate to report to me as soon as you can~"; + mes "I'm the 'The Nineball', the security officer of Jawaii! If you encounter any trouble, or find any Singles, please don't hesitate to report to me as soon as you can~"; next; mes "[The Nineball]"; mes "I've been told that there have"; |