summaryrefslogtreecommitdiff
path: root/npc/quests/quests_13_2.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-03-24 00:19:31 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-03-24 00:19:31 +0000
commitcd855784481681184a9ea7b161cd9ba60ae3c872 (patch)
tree756128570e0b88e99996f05e1fcf56d5c6f2c023 /npc/quests/quests_13_2.txt
parent038bebe6e1d78029a9828a359fbe9574d2e26d7f (diff)
downloadhercules-cd855784481681184a9ea7b161cd9ba60ae3c872.tar.gz
hercules-cd855784481681184a9ea7b161cd9ba60ae3c872.tar.bz2
hercules-cd855784481681184a9ea7b161cd9ba60ae3c872.tar.xz
hercules-cd855784481681184a9ea7b161cd9ba60ae3c872.zip
* Fixed a couple bugs in the episode 13.x quests.
- Fixed Half-buried Gem#1 not re-enabling. (bugreport:4129) - Changed missed killmonsterall to killmonster. (bugreport:4131) * More bugfixing here, too! - Corrected the mode of the crystal monsters (removed MD_CANATTRACK). (bugreport:3962) - Implemented the full ice pick effect on the BG assassin damascus. (bugreport:4137) - Updated nagan_c, ballista_c, and Muramasa_c, and harp_of_nepenthes. (bugreport:4138) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14269 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_13_2.txt')
-rw-r--r--npc/quests/quests_13_2.txt7
1 files changed, 4 insertions, 3 deletions
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;