Browse Source

* Fixed a bad countitem in cross band quest. (bugreport:840)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12093 54d463be-8e91-2dee-dedb-b68131a5f0ec
samuray22 17 years ago
parent
commit
660bb1e515
2 changed files with 7 additions and 4 deletions
  1. 4 2
      npc/Changelog.txt
  2. 3 2
      npc/quests/quests_comodo.txt

+ 4 - 2
npc/Changelog.txt

@@ -1,10 +1,12 @@
 Date		Added
 Date		Added
 ======
 ======
-2008/10/13
+2008/01/19
+	* Fixed a bad countitem in cross band quest. (bugreport:840) [Samuray22]
+2008/01/13
 	* Corrected a bad Delitem in gunslinger quest (not job). (bugreport:763) [Samuray22]
 	* Corrected a bad Delitem in gunslinger quest (not job). (bugreport:763) [Samuray22]
 	* Corrected a Double Welcome Message in Dungeon's Kafras. (bugreport:783)
 	* Corrected a Double Welcome Message in Dungeon's Kafras. (bugreport:783)
 	* Corrected a Typo error in MailBox. (bugreport:798)
 	* Corrected a Typo error in MailBox. (bugreport:798)
-2008/10/11
+2008/01/11
 	* Rev. 12056 Added Veins town NPCs, mail box, and second guide. [L0ne_W0lf]
 	* Rev. 12056 Added Veins town NPCs, mail box, and second guide. [L0ne_W0lf]
 	- Updated warps for Veins. Outstanding warps are quest related.
 	- Updated warps for Veins. Outstanding warps are quest related.
 	* Minor updates to other warp files.
 	* Minor updates to other warp files.

+ 3 - 2
npc/quests/quests_comodo.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //===== By: ================================================== 
 //= kobra_k88; L0ne_W0lf
 //= kobra_k88; L0ne_W0lf
 //===== Current Version: ===================================== 
 //===== Current Version: ===================================== 
-//= 1.4
+//= 1.5a
 //===== Compatible With: ===================================== 
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //= eAthena SVN
 //===== Description: ========================================= 
 //===== Description: ========================================= 
@@ -25,6 +25,7 @@
 //= 1.3 Doomed sword quest rescripted to Aegis 10.3 standards. [L0ne_W0lf]
 //= 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.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
 //= 1.5 Rescripted Headgear Quests 1 to Aegis 10.3 Standards. [Samuray22]
 //= 1.5 Rescripted Headgear Quests 1 to Aegis 10.3 Standards. [Samuray22]
+//= 1.5a Fixed a bad countitem. (bugreport:840) [Samuray22]
 //============================================================ 
 //============================================================ 
 
 
 // Headgear Quests 1
 // Headgear Quests 1
@@ -56,7 +57,7 @@ comodo,228,159,4	script	Hair Ornament Girl	700,{
 	}
 	}
 L_select:
 L_select:
 	mes "[Hair Ornament Girl]";
 	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) == 2 && countitem(2233) > 0 && countitem(746) > 19) || 
 	   (getarg(0) == 3 && countitem(1099) > 1499) ||
 	   (getarg(0) == 3 && countitem(1099) > 1499) ||
 	   (getarg(0) == 4 && countitem(2211) > 0 && countitem(978) > 0 && countitem(7003) > 299)) {
 	   (getarg(0) == 4 && countitem(2211) > 0 && countitem(978) > 0 && countitem(7003) > 299)) {