|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= L0ne_W0lf
|
|
//= L0ne_W0lf
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.3
|
|
|
|
|
|
+//= 1.4
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena SVN
|
|
//= eAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -26,6 +26,7 @@
|
|
//= Fixed some varaibles (types/values) as well.
|
|
//= Fixed some varaibles (types/values) as well.
|
|
//= 1.3 Disabled an exploit related to the orc hero spawn. [L0ne_W0lf]
|
|
//= 1.3 Disabled an exploit related to the orc hero spawn. [L0ne_W0lf]
|
|
//= Corrected the variable type for party leader name.
|
|
//= Corrected the variable type for party leader name.
|
|
|
|
+//= 1.4 Fixed donpcevent calling non-existant npc. (bugreport:4039) [L0ne_W0lf]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
// Entrance
|
|
// Entrance
|
|
@@ -105,7 +106,7 @@ gef_fild10,242,202,0 script Dimensional Gorge Piece 406,{
|
|
donpcevent instance_npcname("#Warp2-2", instance_id())+"::OnInstanceInit";
|
|
donpcevent instance_npcname("#Warp2-2", instance_id())+"::OnInstanceInit";
|
|
donpcevent instance_npcname("#Warp2-3", instance_id())+"::OnInstanceInit";
|
|
donpcevent instance_npcname("#Warp2-3", instance_id())+"::OnInstanceInit";
|
|
donpcevent instance_npcname("#Boss Control", instance_id())+"::OnInstanceInit";
|
|
donpcevent instance_npcname("#Boss Control", instance_id())+"::OnInstanceInit";
|
|
- donpcevent instance_npcname("#Warp Outside Orc Dungeon", instance_id())+"::OnInstanceInit";
|
|
|
|
|
|
+ donpcevent instance_npcname("#Warp Outside Orc Dun", instance_id())+"::OnInstanceInit";
|
|
donpcevent instance_npcname("Kruger#", instance_id())+"::OnInstanceInit";
|
|
donpcevent instance_npcname("Kruger#", instance_id())+"::OnInstanceInit";
|
|
|
|
|
|
close;
|
|
close;
|