diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-21 12:12:04 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-21 12:12:04 +0000 |
commit | 932c76a02329e9c1b40f2b3d134ef22c55c19243 (patch) | |
tree | 802b8dbc1594413f2f25b7e770854b10883c8d6d /npc/quests/WIP/6.txt | |
parent | 4ef9dcc884c7b27a4f29b932461f76470cb0689a (diff) | |
download | hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.gz hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.bz2 hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.xz hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.zip |
Typo hunt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9684 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/WIP/6.txt')
-rw-r--r-- | npc/quests/WIP/6.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/WIP/6.txt b/npc/quests/WIP/6.txt index c4954b6dc..912f826e0 100644 --- a/npc/quests/WIP/6.txt +++ b/npc/quests/WIP/6.txt @@ -11,7 +11,7 @@ close; if (airshipquest==3) { mes "[Fayroll]"; mes "Oh, you have finished that work. Great. Now i shall read this letter."; -mes "Dont interrupt me please"; +mes "Don't interrupt me please"; delitem 7276,1; set airshipquest,4; //addtimer 30000,"Captain::OnFinish"; Возможно сделать так. Но тут по таймеру, а не по кликам на НПЦ @@ -38,20 +38,20 @@ if (select("yes,about airships:no, nothing") == 1) { menu "I will help you. But what must I do?",-,"No, sorry, I have no time for this.",L_SORRY; mes "[Fayroll]"; mes " You see, I have a brother. He is also a captain of airplane in Juno to Lighthalzen airship."; - mes "As we are on different ships, i cant communicate with him. Yor is to deliver this letter to him."; + mes "As we are on different ships, i can't communicate with him. Yor is to deliver this letter to him."; mes "If you will do this, I shall tell you the secret."; getitem 7276,1; //Tarloks letter. Не нашел в базе set airshipquest,1; } else { mes "[Fayroll]"; - mes "Then dont interrupt me. I have alot of work to do."; + mes "Then don't interrupt me. I have a lot of work to do."; mes "Go to the Casino on ship. And spen some time there"; } close; L_SORRY: mes "[Fayroll]"; -mes "Ye this is bad, but i cant insist on it. Follow your way"; +mes "Ye this is bad, but i can't insist on it. Follow your way"; mes "See you the other day."; close; @@ -66,8 +66,8 @@ mes "that moves the giant beauty. Do you understand now?"; next; menu "Is That all???",-; mes "[Fayroll]"; -mes "You cant lift this thing up only with steam."; -mes "thats why the machien ^5566FF'Enchancer'^000000 is used"; +mes "You can't lift this thing up only with steam."; +mes "thats why the machine ^5566FF'Enchancer'^000000 is used"; mes "It is working on Heart of Ymir. Thats all the secret. Now go."; set airshipquest,0; getexp 200000,10000; |