summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/quests_13_1.txt3
-rw-r--r--npc/quests/quests_13_2.txt7
2 files changed, 6 insertions, 4 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt
index 4715f79ac..8bd0f22f5 100644
--- a/npc/quests/quests_13_1.txt
+++ b/npc/quests/quests_13_1.txt
@@ -30,6 +30,7 @@
//= 1.2 Fixed missing ends, wrong label and some typos [Gepard]
//= 1.3 Added the two remaining 13.1 quests. [L0ne_W0lf]
//= Cat Hand Agents no longer ignore you with 300+ points.
+//= 1.4 Changed killmonsterall -> killmonster. (bugreport:4131)
//============================================================
// Onward to the New World
@@ -13530,7 +13531,7 @@ OnDisable:
end;
OnTimer600000:
- killmonsterall "spl_fild02";
+ killmonster "spl_fild02","ep13_spl_fild02_mon_edq::OnMyMobDead";
stopnpctimer;
donpcevent "ep13_spl_fild02_mon_edq::OnEnable";
end;
diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt
index e3d6d28ee..88282b2f2 100644
--- a/npc/quests/quests_13_2.txt
+++ b/npc/quests/quests_13_2.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -13,6 +13,7 @@
//===== Additional Comments: =================================
//= 1.0 First version
//= 1.1 Fixed unidentified_coin -> unidentified_mineral. (bugreport:4086)
+//= 1.2 Fixed Half-buried Gem#1 not re-enabling. (bugreport:4129)
//============================================================
// Cat Hand Addition. (Leads to 13.2 areas)
@@ -3691,11 +3692,11 @@ spl_fild02,27,218,0 script Half-buried Gem#1 844,{
OnInit:
- hideoffnpc "Half-buried Gem#ep132_rhea04";
+ hideoffnpc "Half-buried Gem#1";
end;
OnEnable:
- hideoffnpc "Half-buried Gem#ep132_rhea04";
+ hideoffnpc "Half-buried Gem#1";
stopnpctimer;
end;