diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-02 19:37:08 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-02 19:37:08 +0000 |
commit | 900ba8a9c48cb1ba36951ea719b0af29fd899891 (patch) | |
tree | 70eaf7812f0a44762ecd4c12a5be1c7c32c11643 /npc/quests/The_Sign_Quest.txt | |
parent | 3c050fb20e6ef5329255b5600f3ce91c13928636 (diff) | |
download | hercules-900ba8a9c48cb1ba36951ea719b0af29fd899891.tar.gz hercules-900ba8a9c48cb1ba36951ea719b0af29fd899891.tar.bz2 hercules-900ba8a9c48cb1ba36951ea719b0af29fd899891.tar.xz hercules-900ba8a9c48cb1ba36951ea719b0af29fd899891.zip |
- Lot's of Bugreport fixes and stuff.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15352 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/The_Sign_Quest.txt')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 6970a4a58..9a45914f4 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -2679,7 +2679,7 @@ aldeba_in,155,101,3 script Sir Jore#sign 805,7,7,{ mes "......"; mes "...No!"; mes "Look what"; - mes "made me do!"; + mes "you made me do!"; next; emotion e_sob; mes "[Sir Jore]"; @@ -2754,10 +2754,10 @@ aldeba_in,155,101,3 script Sir Jore#sign 805,7,7,{ next; set sign_q,16; mes "[Sir Jore]"; - mes "Just bring"; - mes "10 Empty Test Tube,"; - mes "10 Green Herb and"; - mes "2 Yggdrasil Leaf."; + mes "Just bring me"; + mes "10 Empty Test Tubes,"; + mes "10 Green Herbs and"; + mes "2 Yggdrasil Leafs."; next; mes "[Sir Jore]"; mes "You see, l-lately I've"; @@ -8486,7 +8486,7 @@ um_in,27,23,3 script Fastidious-Looking Guy 121,{ mes "to find some ancient"; mes "or really aged paper..."; next; - if (countitem(1097) > 6) { + if (countitem(1097) > 9) { mes "[Cyon]"; mes "How did you find these"; mes "Worn Out Pages? This is great,"; @@ -8506,7 +8506,7 @@ um_in,27,23,3 script Fastidious-Looking Guy 121,{ mes "Just as I thought!"; mes "The Sobbing Starlight is responding to these Worn Out Pages! Excellent! I've finally fulfilled my promise to Metz! Now he can leave"; mes "me alone!"; - delitem 1097,7; //Worn_Out_Page + delitem 1097,10; //Worn_Out_Page set sign_q,76; getitem 7275,1; //Ancient_Document close; |