From dc623e42cce95bdecf60c2253a9c847a920807a1 Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 9 Dec 2004 08:38:37 +0000 Subject: fixed Ears of Demon quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@525 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/newgears/old_blacksmith.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/newgears') diff --git a/npc/quests/newgears/old_blacksmith.txt b/npc/quests/newgears/old_blacksmith.txt index f26fd658d..12ad6e4a7 100644 --- a/npc/quests/newgears/old_blacksmith.txt +++ b/npc/quests/newgears/old_blacksmith.txt @@ -18,7 +18,7 @@ yuno.gat,246,51,4 script Old Blacksmith 813,{ mes "Well then my good man!"; mes "What can I do for you?"; next; - menu "Give me the ears of a devil!",M_EOD,"Give me the ears of an angel!",M_EOA,"Nothing, thanks",M_EXIT; + menu "Give me the Ears of Devil!",M_EOD,"Give me the Ears of Angel!",M_EOA,"Nothing, thanks",M_EXIT; M_EOD: mes "[Old Blacksmith]"; @@ -27,12 +27,12 @@ M_EOD: next; menu "Dont care, make me the Item!",-,"What are the requirements?",M_EODREQ,"Nothing",M_EXIT; - if ((countitem(5038) < 1) || (countitem(2286) < 1) || (Zeny < 20000)) GOTO L_NOITEM_EOD;//Items: Deviruchi Hat, Elven Ears, + if ((countitem(2255) < 1) || (countitem(2286) < 1) || (Zeny < 20000)) GOTO L_NOITEM_EOD;//Items: Evil Wing, Elven Ears, mes "[Old Blacksmith]"; mes "Wow, never thought a little fella like you could get tha.t"; mes "Bwahaha, ok."; next; - delitem 5038,1;//Items: Deviruchi Hat, + delitem 2255,1;//Items: Evil Wing, delitem 2286,1;//Items: Elven Ears, set Zeny,Zeny-20000; getitem 5068,1;//Items: Ears Of Demon, @@ -48,7 +48,7 @@ L_NOITEM_EOD: M_EODREQ: mes "[Old Blacksmith]"; mes "Well, let's see..."; - mes "I need something for the evil, that be a Deviruchi Cap,"; + mes "I need something for the evil, that be an Evil Wing,"; mes "I also need the ears for the base of it, Elven Ears would be OK,"; mes "Last of all, I need 20,000 Zeny for me troubles."; next; -- cgit v1.2.3-60-g2f50