diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-23 22:41:59 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-23 22:41:59 +0000 |
commit | 9ef83b403e59be7824e55e2526b5163bdf17f2b6 (patch) | |
tree | 89134459f891585a0fa6d4be12b574ebefcf8872 /npc/quests/Kiel_Hyre_Quest.txt | |
parent | 52f3e3a0e2c3dcb7fe6e6d8fe6217de4ca630ae4 (diff) | |
download | hercules-9ef83b403e59be7824e55e2526b5163bdf17f2b6.tar.gz hercules-9ef83b403e59be7824e55e2526b5163bdf17f2b6.tar.bz2 hercules-9ef83b403e59be7824e55e2526b5163bdf17f2b6.tar.xz hercules-9ef83b403e59be7824e55e2526b5163bdf17f2b6.zip |
- Fixed Taekwon job quest NPC facing the wrong way. (bugreport:2090)
- Fixed an issue with Kiel_Hyre_Quest.txt where dialog window wouldn't close.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13120 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 12f006709..b1ab19607 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: ===================================== -//= 4.0 +//= 4.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -87,6 +87,7 @@ //= Updated some NPC positions, and facings. //= Changed the way some NPCs work. //= Updated comments for get/delitem commands. +//= 4.1 Added an 'end;' to Kiel Hyre's dialog for the "Yes" option for if you want to confront Kiehl. //============================================================ //============================================================================ @@ -4670,6 +4671,7 @@ kh_mansion,22,28,4 script Kiel Hyre#kh 903,{ close2; enablenpc "Kiehl_Room_Warp"; donpcevent "Kiehl_Room_Warp::OnEnable"; + end; break; case 2: mes "[Kiel Hyre]"; |