From 0e5888844cf7845f4404254ff53d3b0be879268b Mon Sep 17 00:00:00 2001 From: shadowlady Date: Wed, 10 Nov 2004 12:32:16 +0000 Subject: Fixed a bug, thanks to Filogarou modified quests_yuno.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@97 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_yuno.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/quests/quests_yuno.txt') diff --git a/npc/quests/quests_yuno.txt b/npc/quests/quests_yuno.txt index 9d80379d3..433383d7e 100644 --- a/npc/quests/quests_yuno.txt +++ b/npc/quests/quests_yuno.txt @@ -20,6 +20,8 @@ yuno_in01.gat,103,158,4 script Bain 98, { set @name$, "[Bain]"; + if (sleiphnir_q == 1) goto L_Check; + OnStart: mes @name$; mes "We are going to invent a doll that can talk and communicate! Well, at least that's what I'm trying to do...."; @@ -65,12 +67,6 @@ L_Check: mes @name$; if(ALCH_Q == 6) goto L_Alchemist; - L_Other: - mes "And here is something for you, to show you how much we appreciate your help."; - getitem 2410, 1; - set sleiphnir_q, 0; - close; - L_Alchemist: mes "Okay, let's try this out!"; mes "Hold on for just a second!"; @@ -102,6 +98,10 @@ L_Check: mes "Thank for helping me out."; mes "You have my eternal gratitude."; mes "I wish you luck in your journeys!"; + next; + mes "And here is something for you, to show you how much we appreciate your help."; + getitem 2410, 1; + set sleiphnir_q, 0; close; L_NotEnuf: -- cgit v1.2.3-60-g2f50