From 74b283460a19b508724cd9ea627bf70d0a421e92 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 6 Sep 2008 10:15:27 +0000 Subject: Applied bug fixes for IDs in recent quests. (bugreport:2189) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13193 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_aldebaran.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/quests/quests_aldebaran.txt') diff --git a/npc/quests/quests_aldebaran.txt b/npc/quests/quests_aldebaran.txt index 500a07be5..696941f4e 100644 --- a/npc/quests/quests_aldebaran.txt +++ b/npc/quests/quests_aldebaran.txt @@ -41,9 +41,10 @@ aldeba_in,152,166,4 script Trader#01 86,{ next; switch(select(" Doctor Band : Feather Bonnet : Phantom of Opera : Sakkat ")) { case 1: - if ((countitem(2275) > 0) && (countitem(613) > 49) && (Zeny > 3499)) { + if ((countitem(2275) > 0) && (countitem(998) > 49) && (countitem(733) > 0) && (Zeny > 3499)) { delitem 2275,1; //Red_Bandana - delitem 613,50; //Iron + delitem 998,50; //Iron + delitem 733,1; //Crystal_Jewel___ set Zeny,Zeny-3500; mes "[Trader]"; mes "Hm! You don't have a medical license, do you? It's alright, I've heard about a rogue, unlicensed physician who performed medical miracles! But... That might have been a comic book."; @@ -77,8 +78,8 @@ aldeba_in,152,166,4 script Trader#01 86,{ close; } case 3: - if ((countitem(613) > 19) && (countitem(707) > 0) && (Zeny > 4999)){ //Iron Singing_Plant - delitem 613,20; //Iron + if ((countitem(998) > 19) && (countitem(707) > 0) && (Zeny > 4999)){ //Iron Singing_Plant + delitem 998,20; //Iron delitem 707,1; //Singing_Plant set Zeny,Zeny-5000; mes "[Trader]"; -- cgit v1.2.3-60-g2f50