summaryrefslogtreecommitdiff
path: root/npc/quests/quests_yuno.txt
diff options
context:
space:
mode:
authorshadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-10 12:32:16 +0000
committershadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-10 12:32:16 +0000
commit0e5888844cf7845f4404254ff53d3b0be879268b (patch)
tree714e24332135de9969f7922c831845c1531513b9 /npc/quests/quests_yuno.txt
parent08cc482210e53424ed24ed06b85e322c741b126e (diff)
downloadhercules-0e5888844cf7845f4404254ff53d3b0be879268b.tar.gz
hercules-0e5888844cf7845f4404254ff53d3b0be879268b.tar.bz2
hercules-0e5888844cf7845f4404254ff53d3b0be879268b.tar.xz
hercules-0e5888844cf7845f4404254ff53d3b0be879268b.zip
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
Diffstat (limited to 'npc/quests/quests_yuno.txt')
-rw-r--r--npc/quests/quests_yuno.txt12
1 files changed, 6 insertions, 6 deletions
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: