diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-01 17:30:51 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-01 17:30:51 +0000 |
commit | 4a5df18906e0559b583d7857bf868859bfedf731 (patch) | |
tree | 052ea9c18521002664ac411c6243852b6b2d3d98 /npc/quests/Kiel_Hyre_Quest.txt | |
parent | 97b29be37a6e972b25435ba8e0a07747996b99bf (diff) | |
download | hercules-4a5df18906e0559b583d7857bf868859bfedf731.tar.gz hercules-4a5df18906e0559b583d7857bf868859bfedf731.tar.bz2 hercules-4a5df18906e0559b583d7857bf868859bfedf731.tar.xz hercules-4a5df18906e0559b583d7857bf868859bfedf731.zip |
* Corrected some delitems in Kyel Hyre Quest. (bugreport:690)
* Corrected a Typo error in Yuno NPCs. (bugreport:716)
* Corrected a Typo error in Novice Training Ground. (bugreport:728)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12000 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 56cb53e59..88ee28130 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf (Script), DZeroX (Timer) //===== Current Version: ===================================== -//= 3.7 +//= 3.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -73,6 +73,7 @@ //= 3.6 Keil Hyre removes ALL outstanding quest items when he is talked [L0ne_W0lf] //= to after finishing the quest. //= 3.7 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] +//= 3.8 Corrected some delitems. (bugreport:690) [Samuray22] //============================================================ //============================================================================ // Kiel Hyre Quest/Robotic Lab Dungeon @@ -5134,8 +5135,9 @@ kh_mansion,22,28,4 script Kiel Hyre 903,{ delitem 7501,countitem(7501); //K.H's_Letter delitem 7502,countitem(7502); //James's_Memo delitem 7503,countitem(7503); //Portrait_of_a_Guy - delitem 7504,countitem(7505); //Power_Source - delitem 7505,countitem(7506); //Toy_Key + delitem 7504,countitem(7504); //Power_Source + delitem 7505,countitem(7505); //Toy_Key + delitem 7506,countitem(7506); //Black_Keycard delitem 7508,countitem(7508); //Elysia_Ring delitem 7516,countitem(7516); //Green_Keycard } |