summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-28 17:06:14 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-08-28 17:06:14 +0000
commit458fb6a34f3cb970c298c868f4f2cd40a85807fd (patch)
tree561be4ce8a0220ca2d3acab1c69bbec99f8c780f /npc
parent8c99e2802fa920d35514c522180c5164199b321a (diff)
downloadhercules-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')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/instances/EndlessTower.txt5
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index abafe2a51..e4cc9ace4 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2010/08/28
+ * Rev. 14397 Removed a disablenpc from #102FShadowDust1. (bugreport:4415) [L0ne_W0lf]
2010/08/26
* Rev. 14395 Implemented the Endless Tower instance. [L0ne_W0lf]
* Updated announces and dialogs in KVM.
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,{