diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-06 10:15:27 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-06 10:15:27 +0000 |
commit | 74b283460a19b508724cd9ea627bf70d0a421e92 (patch) | |
tree | c2db95dc856d613f80bd21833389837d2cbe8653 /npc/quests/quests_aldebaran.txt | |
parent | ad176fadd0e7e095f91f122776ccaad6f3416540 (diff) | |
download | hercules-74b283460a19b508724cd9ea627bf70d0a421e92.tar.gz hercules-74b283460a19b508724cd9ea627bf70d0a421e92.tar.bz2 hercules-74b283460a19b508724cd9ea627bf70d0a421e92.tar.xz hercules-74b283460a19b508724cd9ea627bf70d0a421e92.zip |
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
Diffstat (limited to 'npc/quests/quests_aldebaran.txt')
-rw-r--r-- | npc/quests/quests_aldebaran.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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]"; |