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
This commit is contained in:
shadowlady 2004-11-10 12:32:16 +00:00
parent fedf9a890f
commit dd9a54baed

View File

@ -20,6 +20,8 @@
yuno_in01.gat,103,158,4 script Bain 98, yuno_in01.gat,103,158,4 script Bain 98,
{ {
set @name$, "[Bain]"; set @name$, "[Bain]";
if (sleiphnir_q == 1) goto L_Check;
OnStart: OnStart:
mes @name$; 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...."; 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$; mes @name$;
if(ALCH_Q == 6) goto L_Alchemist; 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: L_Alchemist:
mes "Okay, let's try this out!"; mes "Okay, let's try this out!";
mes "Hold on for just a second!"; mes "Hold on for just a second!";
@ -102,6 +98,10 @@ L_Check:
mes "Thank for helping me out."; mes "Thank for helping me out.";
mes "You have my eternal gratitude."; mes "You have my eternal gratitude.";
mes "I wish you luck in your journeys!"; 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; close;
L_NotEnuf: L_NotEnuf: