From 458fb6a34f3cb970c298c868f4f2cd40a85807fd Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 28 Aug 2010 17:06:14 +0000 Subject: Removed a disablenpc from #102FShadowDust1. (bugreport:4415) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14397 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/instances/EndlessTower.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/instances') diff --git a/npc/instances/EndlessTower.txt b/npc/instances/EndlessTower.txt index 9dbdfb3fd..c7da75123 100644 --- a/npc/instances/EndlessTower.txt +++ b/npc/instances/EndlessTower.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //= Consists of 101 floors. //===== Additional Comments: ================================= //= 1.0 First version. +//= 1.1 Removed a disablenpc from #102FShadowDust1. (bugreport:4415) //============================================================ alberta,214,77,6 script Captain Janssen 709,{ @@ -3722,7 +3723,6 @@ OnTimer500: 5@tower,82,112,2 script #102FShadowDust1 844,{ OnInstanceInit: - disablenpc instance_npcname("#102FShadowDust1", instance_id()); donpcevent instance_npcname("#102FShadowDust", instance_id())+"::OnEnable"; monster "5@tower",83,85,"Entweihen Crothen",1957,1,instance_npcname("#102FShadowDust1", instance_id())+"::OnMyMobDead"; end; @@ -3735,6 +3735,7 @@ OnMyMobDead: donpcevent instance_npcname("Lucid Crystal#102", instance_id())+"::OnEnable"; //SetItemPartyInMap in_102floor 100 } + end; } 5@tower,82,113,2 script #102FShadowDust 844,{ -- cgit v1.2.3-70-g09d2