diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-19 15:14:43 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-19 15:14:43 +0000 |
commit | 528111f7824da9b9f1914f875968eb59e150c06e (patch) | |
tree | f3d5fee64b4bc6da13b20d4677b299a08d772b0e /npc/quests/eye_of_hellion.txt | |
parent | c1d7d16b0e4010b27591f37ee93a1ca8d1137ecb (diff) | |
download | hercules-528111f7824da9b9f1914f875968eb59e150c06e.tar.gz hercules-528111f7824da9b9f1914f875968eb59e150c06e.tar.bz2 hercules-528111f7824da9b9f1914f875968eb59e150c06e.tar.xz hercules-528111f7824da9b9f1914f875968eb59e150c06e.zip |
- Fixed a Assassin Quest question having all correct answers. (bugreport:3260)
- Fixed lots of random typos, thanks to BloodWist for pointing them out.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13898 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/eye_of_hellion.txt')
-rw-r--r-- | npc/quests/eye_of_hellion.txt | 37 |
1 files changed, 6 insertions, 31 deletions
diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt index 2e393efc2..84baba379 100644 --- a/npc/quests/eye_of_hellion.txt +++ b/npc/quests/eye_of_hellion.txt @@ -279,36 +279,11 @@ morocc_in,116,101,3 script Old Scholar Tyus#hellion 735,3,3,{ mes "way or another."; close; } - else if (HELLIONQ == 45) { - mes "[Sir Chilias'Tyus]"; - mes "Ah, yes! This is one piece"; - mes "of the tablet that you will"; - mes "lead you to the Hellion's gem!"; - mes "This engraving was definitely"; - mes "made by my grandfather, and Christopher was one of his friends."; - next; - mes "[Sir Chilias'Tyus]"; - mes "I suppose he hid these pieces"; - mes "in the places that reminded him"; - mes "of his friends. Now according"; - mes "to the tablet's message, you"; - mes "should find the next piece in ''the city of thickest forest.''"; - next; - mes "[Sir Chilias'Tyus]"; - mes "I'm sure that the"; - mes "next tablet piece is"; - mes "in Payon, so go there"; - mes "and see if you can find"; - mes "it. Good luck to you,"; - mes "kind adventurer."; - set HELLIONQ,47; - close; - } - else if (HELLIONQ == 46) { + else if (HELLIONQ == 45 || HELLIONQ == 46) { mes "[Sir Chilias'Tyus]"; mes "Ah, yes! This is one piece"; - mes "of the tablet that you will"; - mes "lead you to the Hellion's gem!"; + mes "of the tablet that will lead"; + mes "you to the Hellion's gem!"; mes "This engraving was definitely"; mes "made by my grandfather, and Christopher was one of his friends."; next; @@ -1128,7 +1103,7 @@ OnTouch: mes "[Veggie Lady]"; mes "Finally, you say it."; mes "Yeesh, I thought I was"; - mes "going to what forever for"; + mes "going to wait forever for"; mes "somebody to say that"; mes "password. Okay, here's"; mes "the code number you want..."; @@ -1229,7 +1204,7 @@ prt_in,128,79,0 script Unknown Machine#prt_key 111,{ next; mes "^3355FFThe message engraved on"; mes "this tablet reads: ''This is for"; - mes "for Christopher, my dear friend"; + mes "Christopher, my dear friend"; mes "who I met in Prontera. To the"; mes "one who finds this, please seek"; mes "out the next piece of this tablet"; @@ -1280,7 +1255,7 @@ prt_in,128,79,0 script Unknown Machine#prt_key 111,{ next; mes "^3355FFThe message engraved on"; mes "this tablet reads: ''This is for"; - mes "for Christopher, my dear friend"; + mes "Christopher, my dear friend"; mes "who I met in Prontera. To the"; mes "one who finds this, please seek"; mes "out the next piece of this tablet"; |