diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-14 16:45:33 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-14 16:45:33 +0000 |
commit | b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970 (patch) | |
tree | 0b971f53fa668f756bdb4023b752f375560a65e5 /npc/quests/quests_yuno.txt | |
parent | 12d79d7aef72980ea3db22369f2b95f0ed996567 (diff) | |
download | hercules-b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970.tar.gz hercules-b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970.tar.bz2 hercules-b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970.tar.xz hercules-b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970.zip |
* Several fixes to various scripts.
- Resolves: bugreport:351, bugreport:379, bugreport:393, bugreport:407, bugreport:414, partially resolves bug report:414
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11733 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_yuno.txt')
-rw-r--r-- | npc/quests/quests_yuno.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/quests/quests_yuno.txt b/npc/quests/quests_yuno.txt index 6838293b2..25850f893 100644 --- a/npc/quests/quests_yuno.txt +++ b/npc/quests/quests_yuno.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= eAthena Dev Team; L0ne_W0lf //===== Current Version: ===================================== -//= 1.7 +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -29,6 +29,7 @@ //= Added the Juno portion of the Doomed Swords quest. //= 1.6 Fixed various errors in the Bajin NPC. [L0ne_W0lf] //= 1.7 Changed ALCH_Q check and set to corrispond to new alchemist job quest. [L0ne_W0lf] +//= 1.8 Fixed metto_q never reaching 2. Made some names more unique. [L0ne_W0lf] //============================================================ // Metto Quest @@ -46,6 +47,7 @@ yuno_in03,26,39,3 script Metto#juno 709,{ close; } else if (metto_q == 1) { + set metto_q,2; mes "I'm going to ask my colleague ^FF0000Stangckle^000000 to help me. I am sure he will be more than willing to help out an old friend."; next; mes "[Metto]"; @@ -314,7 +316,7 @@ yuno_in01,17,95,5 script Stangckle#juno 99,{ } } -yuno_in01,19,183,5 script Kato 55,{ +yuno_in01,19,183,5 script Kato#juno 55,{ mes "[Kato]"; if (metto_q == 4) { mes "I am a scientist researching all sorts of things."; @@ -402,7 +404,7 @@ yuno_in01,19,183,5 script Kato 55,{ } } -yuno_in03,178,43,0 script CiCi 121,{ +yuno_in03,178,43,0 script CiCi#juno 121,{ if (metto_q == 6) { mes "[CiCi]"; mes "My name is CiCi. I am one of the three great scientists in this city."; |