diff options
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index 8e4c1c37b..7006e636f 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: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -18,6 +18,7 @@ //= several variables that handle strings to @KHInput$. [L0ne_W0lf] //= 1.2 Removed duplicate NPCs. [Toms] //= 1.3 More Bug fixes, fixed typo. Updated Additional comments. [L0ne_W0lf] +//= 1.4 Fixed doors not resetting in kh_kiehl01 after 30 second timer is up. [L0ne_W0lf] //============================================================ @@ -6175,6 +6176,7 @@ OnTimer30000: stopnpctimer; misceffect 215; disablenpc "Big_Door_1_Warp"; + set getvariableofnpc(.KHDoor1Opened,"Big Door::BigDoorKHQ1"),0; end; OnTouch: @@ -6238,6 +6240,7 @@ OnTimer30000: stopnpctimer; misceffect 215; disablenpc "Big_Door_2_Warp"; + set getvariableofnpc(.KHDoor2Opened,"Big Door::BigDoorKHQ2"),0; end; OnTouch: @@ -6300,6 +6303,7 @@ OnTimer30000: stopnpctimer; misceffect 215; disablenpc "Big_Door_3_Warp"; + set getvariableofnpc(.KHDoor3Opened,"Big Door::BigDoorKHQ3"),0; end; OnTouch: @@ -6363,6 +6367,7 @@ OnTimer30000: stopnpctimer; misceffect 215; disablenpc "Big_Door_4_Warp"; + set getvariableofnpc(.KHDoor4Opened,"Big Door::BigDoorKHQ4"),0; end; OnTouch: @@ -6602,6 +6607,7 @@ OnTimer30000: stopnpctimer; misceffect 215; disablenpc "Big_Door_5_Warp"; + set getvariableofnpc(.KHDoor5Opened,"Big Door::BigDoorKHQ5"),0; end; OnInit: |