From 8c18ee48ec9a1bce1a3fd004997f0933155cdf93 Mon Sep 17 00:00:00 2001 From: j-tkay Date: Sun, 2 Sep 2012 14:09:41 +0000 Subject: - Fixed bugreport:6607, where a hidden warp still warp players to the next level. (npc/quests/thana_quest.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16732 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/thana_quest.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/quests/thana_quest.txt') diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index a01f15318..fcd3c5451 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= [Ishizu-chan] //===== Current Version: ===================================== -//= 2.6 +//= 2.7 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -29,6 +29,7 @@ //= 2.5 Cleaning. [Euphy] //= 2.5a Fixed an incorrect variable. [Euphy] //= 2.6 Merged identical timer labels. [Euphy] +//= 2.7 Fixed hidden warp (2nd floor) still warp players. [Joseph] //============================================================ hu_fild01,140,163,5 script Tower Keeper 852,3,3,{ @@ -889,7 +890,7 @@ tha_t02,227,163,0 script 3rdf_warp#tt 45,1,1,{ end; OnInit: - hideonnpc "3rdf_warp#tt"; + disablenpc "3rdf_warp#tt"; end; OnTouch: @@ -898,13 +899,13 @@ OnTouch: end; OnEnable: - hideoffnpc "3rdf_warp#tt"; + enablenpc "3rdf_warp#tt"; initnpctimer; end; OnTimer30000: stopnpctimer; - hideonnpc "3rdf_warp#tt"; + disablenpc "3rdf_warp#tt"; end; } -- cgit v1.2.3-60-g2f50