From 6d4bb53c8cdc4e8a28cf7afa981f1a62fc5072aa Mon Sep 17 00:00:00 2001 From: shadow Date: Fri, 13 Jun 2008 00:36:12 +0000 Subject: Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12816 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_comodo.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/quests/quests_comodo.txt') diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt index 3b0c4c406..98e135f41 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.5a +//= 1.5b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -26,6 +26,7 @@ //= 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] +//= 1.5b Fixed stripped hairband and blue hairband checking the wrong amount of items, bugreport:1674 [Brainstorm] //============================================================ // Headgear Quests 1 @@ -51,9 +52,9 @@ comodo,228,159,4 script Hair Ornament Girl 700,{ case 2: callsub L_select,2,2233,1,746,20,0,0,5034; //Bulb Band (1) = Circlet (1) + Glass Bead (20) case 3: - callsub L_select,3,1099,1499,0,0,0,0,5049; //Stripe Band (1) = Worn Out Prison Uniform (1500) + callsub L_select,3,1099,1500,0,0,0,0,5049; //Stripe Band (1) = Worn Out Prison Uniform (1500) case 4: - callsub L_select,4,2211,1,978,1,7003,299,5052; //Blue hair band (1) = Bandana (1) + Cobaltblue Dyestuffs (1) + Anolian Skin (300) + callsub L_select,4,2211,1,978,1,7003,300,5052; //Blue hair band (1) = Bandana (1) + Cobaltblue Dyestuffs (1) + Anolian Skin (300) } L_select: mes "[Hair Ornament Girl]"; -- cgit v1.2.3-60-g2f50