diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-24 00:19:31 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-24 00:19:31 +0000 |
commit | cd855784481681184a9ea7b161cd9ba60ae3c872 (patch) | |
tree | 756128570e0b88e99996f05e1fcf56d5c6f2c023 /npc/quests/quests_13_1.txt | |
parent | 038bebe6e1d78029a9828a359fbe9574d2e26d7f (diff) | |
download | hercules-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_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 3 |
1 files changed, 2 insertions, 1 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; |