diff options
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/custom/quests/event_6_new_hats.txt | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index e159f8c3e..26a74bf9b 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -28,6 +28,9 @@ Nexon Date Added
======
+02/09
+ * Fixed another issue of Cube Room Quest [Lupus]
+ - Fixed event_6_new_hats.txt wrong ID, thanks to phabyo
02/07
* Added missing semicolons in the valentine's day event and disabled the Dog's year event. [Zephiris]
* Added a custom quest for Jewel Case for 99 Base Level Players of 2nd Class [Lupus]
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]";
|