From 739cc52addd3294b4ffc93466a878d097f4145a7 Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 9 Feb 2006 06:46:53 +0000 Subject: fixed cube room quest, fixed new_hats_6 item id git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5231 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/quests/event_6_new_hats.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/custom/quests') diff --git a/npc/custom/quests/event_6_new_hats.txt b/npc/custom/quests/event_6_new_hats.txt index 4c00ede00..1021d8c3c 100644 --- a/npc/custom/quests/event_6_new_hats.txt +++ b/npc/custom/quests/event_6_new_hats.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= RedxSwordxHero, Lupus //===== Current Version: ===================================== -//= 1.4 +//= 1.4a //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -21,7 +21,7 @@ //= for hats which cannot be made on the real server. [Lupus] //= 1.2 removed already existing official hat quests [Lupus] //= 1.3 Spiffed up the NPC coords and their appearance [Lupus] -//= 1.4 Fixed exploits [Lupus] +//= 1.4 Fixed exploits. 1.4a fixed wrong item ID [Lupus] //============================================================ @@ -157,7 +157,7 @@ L1_19: mes "Let me check the items you have brought here."; next; if(countitem(10007) < 1) goto L_ITEM_1b;//Items: Silk Ribbon, - if(countitem(10008) < 1) goto L_ITEM_2b;//Items: Punisher, + if(countitem(10009) < 1) goto L_ITEM_2b;//Items: Wild Flower, delitem 10007,1;//Items: Silk Ribbon, delitem 10009,1; //Items: Wild Flower, mes "[Jac]"; -- cgit v1.2.3-70-g09d2