From dd9a54baede3a3dbcae3efb706eaf5029d3a2ec0 Mon Sep 17 00:00:00 2001 From: shadowlady Date: Wed, 10 Nov 2004 12:32:16 +0000 Subject: [PATCH] Fixed a bug, thanks to Filogarou modified quests_yuno.txt git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@97 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_yuno.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/npc/quests/quests_yuno.txt b/npc/quests/quests_yuno.txt index 9d80379d33..433383d7e8 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: