fixed cube room quest, fixed new_hats_6 item id

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5231 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2006-02-09 06:46:53 +00:00
parent f1e4549f12
commit f87d23b592
2 changed files with 6 additions and 3 deletions

View File

@ -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]

View File

@ -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]";