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_comodo.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_comodo.txt')
-rw-r--r-- | npc/quests/quests_comodo.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt index af4b54bdf..d070545e4 100644 --- a/npc/quests/quests_comodo.txt +++ b/npc/quests/quests_comodo.txt @@ -348,7 +348,7 @@ comodo,273,137,4 script Traveler#head 702,{ close; } case 3: - if ((countitem(2233) > 0) && (countitem(614) > 0) && (countitem(916) > 79) && (countitem(999) > 19) && (countitem(938) > 799)) { + if ((countitem(2233) > 0) && (countitem(969) > 0) && (countitem(949) > 79) && (countitem(999) > 19) && (countitem(938) > 799)) { mes "[Isac Mari]"; mes "Grief for Greed..."; mes "If you brought all the required items, I'll go ahead and make it for you~"; @@ -373,8 +373,8 @@ comodo,273,137,4 script Traveler#head 702,{ mes "Whew! This is pretty hard!"; next; delitem 2233,1; //Circlet_ - delitem 614,1; //Gold - delitem 916,80; //Feather + delitem 969,1; //Gold + delitem 949,80; //Feather delitem 999,20; //Steel delitem 938,800; //Sticky_Mucus mes "[Isac Mari]"; |