summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authorkillercube <killercube@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-07 16:56:18 +0000
committerkillercube <killercube@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-07 16:56:18 +0000
commit144f4bb735594db7b6435d610e122d093248e38d (patch)
tree6ca43c515c2ad13fd34db2d45239e5d6cba7ce12 /npc/custom
parent5ff2f8f9e559ccfea8d577abab8b018b07213b2d (diff)
downloadhercules-144f4bb735594db7b6435d610e122d093248e38d.tar.gz
hercules-144f4bb735594db7b6435d610e122d093248e38d.tar.bz2
hercules-144f4bb735594db7b6435d610e122d093248e38d.tar.xz
hercules-144f4bb735594db7b6435d610e122d093248e38d.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6513 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/quests/elvenear.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/quests/elvenear.txt b/npc/custom/quests/elvenear.txt
index 475f7c87f..a20dacd82 100644
--- a/npc/custom/quests/elvenear.txt
+++ b/npc/custom/quests/elvenear.txt
@@ -19,7 +19,6 @@ geffen.gat,127,49,5 script Elven Ears Quest 84,{
mes "Ah, the ^61B031Elven Ears ^000000Quest!";
next;
menu "Requirements",L_Bl, "Make Item",-, "Cancel",L_Cancel;
-
mes "[Elven Ears quest]";
mes "Good good, let me just check";
if(countitem(2213)<1 || countitem(1040)<20 || countitem(919)<20) goto L_NoMake;
@@ -36,6 +35,7 @@ geffen.gat,127,49,5 script Elven Ears Quest 84,{
close;
L_NoMake:
+ next;
mes "[Elven Ears Quest]";
mes "You don't have the requirements.";
mes "Please come back another time...";
@@ -47,18 +47,18 @@ L_Bl:
mes "^362ED620 Elder Pixie Mustaches^000000";
mes "and ^362ED620 Animal Skin^000000";
next;
-
menu "Accept",-, "Leave",L_Leave;
-
mes "When you are done, bring the items to me. Ok good luck finding those items.";
close;
L_Leave:
+ next;
mes "[Elven Ears quest]";
mes "Maybe another time?";
close;
L_Cancel:
+ next;
mes "[Elven Ears quest]";
mes "Aw, what a shame";
mes "Giving up already?";