diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-20 12:53:54 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-20 12:53:54 +0000 |
commit | af90f0c214d86aca0117df966f87b95e6999bd45 (patch) | |
tree | 3b4896980325d38dd9e6894ef550e22ab7a667bc /npc/quests/Kiel_Hyre_Quest.txt | |
parent | 08dfe78adc3114126e58ff6ceafc9040670443b0 (diff) | |
download | hercules-af90f0c214d86aca0117df966f87b95e6999bd45.tar.gz hercules-af90f0c214d86aca0117df966f87b95e6999bd45.tar.bz2 hercules-af90f0c214d86aca0117df966f87b95e6999bd45.tar.xz hercules-af90f0c214d86aca0117df966f87b95e6999bd45.zip |
* Fixed variable issue with Milk Trader NPC. (bugreport:1523)
* Fixed typos in the acolyte nad mage skill quests. (bugreport:1531)
* Fixed issue with a removing a Keil Hyre cutin. (bugreport:1593)
* Corrected a few oversights in the WoESE scripts.
* Added dummy "OnMyMobDead" label to a Niflheim NPC.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12718 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 88ee28130..1578c9225 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.8 +//= 3.9 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -74,6 +74,7 @@ //= 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] +//= 3.9 Fixed a cutin not being erased. (bugreport:1539) [L0ne_W0lf] //============================================================ //============================================================================ // Kiel Hyre Quest/Robotic Lab Dungeon @@ -4299,7 +4300,9 @@ kh_mansion,22,28,4 script Kiel Hyre 903,{ if (KielHyreQuest < 46) { mes "[Kiel Hyre]"; mes "........."; - close; + close2; + cutin "",255; + end; } else if (KielHyreQuest == 46) { |