diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-19 18:02:30 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-19 18:02:30 +0000 |
commit | e11f1259b90397d865b43518354ad104f34bdfad (patch) | |
tree | 4760b93d6e2a1039ee6cafb5a095538f893a88e8 /npc/quests/quests_comodo.txt | |
parent | 5ce0af3366f69fa09cb54e19d349637f43b57548 (diff) | |
download | hercules-e11f1259b90397d865b43518354ad104f34bdfad.tar.gz hercules-e11f1259b90397d865b43518354ad104f34bdfad.tar.bz2 hercules-e11f1259b90397d865b43518354ad104f34bdfad.tar.xz hercules-e11f1259b90397d865b43518354ad104f34bdfad.zip |
* Fixed a bad countitem in cross band quest. (bugreport:840)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12093 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_comodo.txt')
-rw-r--r-- | npc/quests/quests_comodo.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt index 1a940f7a8..3b0c4c406 100644 --- a/npc/quests/quests_comodo.txt +++ b/npc/quests/quests_comodo.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.5a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -25,6 +25,7 @@ //= 1.3 Doomed sword quest rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 1.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 1.5 Rescripted Headgear Quests 1 to Aegis 10.3 Standards. [Samuray22] +//= 1.5a Fixed a bad countitem. (bugreport:840) [Samuray22] //============================================================ // Headgear Quests 1 @@ -56,7 +57,7 @@ comodo,228,159,4 script Hair Ornament Girl 700,{ } L_select: mes "[Hair Ornament Girl]"; - if((getarg(0) == 1 && countitem(2068) > 0 && countitem(7069) > 499) || + if((getarg(0) == 1 && countitem(2608) > 0 && countitem(7069) > 499) || (getarg(0) == 2 && countitem(2233) > 0 && countitem(746) > 19) || (getarg(0) == 3 && countitem(1099) > 1499) || (getarg(0) == 4 && countitem(2211) > 0 && countitem(978) > 0 && countitem(7003) > 299)) { |