From b917b7d1dcfe3b6af36a5e1a4e8dd5017c998970 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 14 Nov 2007 16:45:33 +0000 Subject: * 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 --- npc/quests/quests_yuno.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'npc/quests/quests_yuno.txt') 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."; -- cgit v1.2.3-70-g09d2