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_geffen.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_geffen.txt')
-rw-r--r-- | npc/quests/quests_geffen.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_geffen.txt b/npc/quests/quests_geffen.txt index 551b61be0..7b1bdd118 100644 --- a/npc/quests/quests_geffen.txt +++ b/npc/quests/quests_geffen.txt @@ -135,9 +135,9 @@ geffen_in,30,71,4 script Eric 83,{ mes "These are the things I need for Grandfather's masterpiece."; close; case 3: - if ((countitem(999) > 39) && (countitem(615) > 0) && (countitem(970) > 0) && (countitem(1003) > 0)) { + if ((countitem(999) > 39) && (countitem(984) > 0) && (countitem(970) > 0) && (countitem(1003) > 0)) { delitem 999,40; //Steel - delitem 615,1; //Oridecon + delitem 984,1; //Oridecon delitem 970,1; //Alchol delitem 1003,1; //Coal getitem 5001,1; // Headset |