summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-09 06:46:53 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-09 06:46:53 +0000
commit739cc52addd3294b4ffc93466a878d097f4145a7 (patch)
tree1b1a22359ead402c2fccb8d8425d208970a22e86 /npc
parent1f8acdc9e58cd5344427babe69539ba86fdda03d (diff)
downloadhercules-739cc52addd3294b4ffc93466a878d097f4145a7.tar.gz
hercules-739cc52addd3294b4ffc93466a878d097f4145a7.tar.bz2
hercules-739cc52addd3294b4ffc93466a878d097f4145a7.tar.xz
hercules-739cc52addd3294b4ffc93466a878d097f4145a7.zip
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
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt3
-rw-r--r--npc/custom/quests/event_6_new_hats.txt6
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]";