diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-28 17:06:14 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-28 17:06:14 +0000 |
commit | 458fb6a34f3cb970c298c868f4f2cd40a85807fd (patch) | |
tree | 561be4ce8a0220ca2d3acab1c69bbec99f8c780f /npc/instances | |
parent | 8c99e2802fa920d35514c522180c5164199b321a (diff) | |
download | hercules-458fb6a34f3cb970c298c868f4f2cd40a85807fd.tar.gz hercules-458fb6a34f3cb970c298c868f4f2cd40a85807fd.tar.bz2 hercules-458fb6a34f3cb970c298c868f4f2cd40a85807fd.tar.xz hercules-458fb6a34f3cb970c298c868f4f2cd40a85807fd.zip |
Removed a disablenpc from #102FShadowDust1. (bugreport:4415)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14397 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/instances')
-rw-r--r-- | npc/instances/EndlessTower.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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,{ |