diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-09 20:08:47 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-09 20:08:47 +0000 |
commit | c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1 (patch) | |
tree | 6fd3c09c49fb1f253c65a020766fe76a5a72d28d /npc/instances | |
parent | ea24a3d2a2130ebfd16b310f24b47c6c2cf72e7a (diff) | |
download | hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.tar.gz hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.tar.bz2 hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.tar.xz hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.zip |
* Implemented remaining Brasilis NPCs.
* Added remaining database modifications for Brasilis.
- Added the skills for the Brasilis monsters.
- Added remaining entries for Bathroom Ghost quest.
- Added stats for the Suspicious Hydra monsters.
- Corrected the capture rate for Suspicious Hydra.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14928 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/instances')
-rw-r--r-- | npc/instances/NydhoggsNest.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/instances/NydhoggsNest.txt b/npc/instances/NydhoggsNest.txt index 45325bc0b..2a5498377 100644 --- a/npc/instances/NydhoggsNest.txt +++ b/npc/instances/NydhoggsNest.txt @@ -4,7 +4,7 @@ //===== By: ==================================================
//= L0ne_W0lf, various sources
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -13,6 +13,7 @@ //===== Additional Comments: =================================
//= 1.0 First version.
//= 1.1 Minor dialog updates.
+//= 1.2 No longer glitches when anyone but party leader talks to the first NPC.
//============================================================
nyd_dun02,100,201,3 script Yggdrasil Gatekeeper 111,8,8,{
@@ -1867,7 +1868,6 @@ OnTouch_: next;
mes "[World Tree Yggdrasil]";
mes "And... Be careful... Be careful of the shadow's power.";
- set 'ins_nyd2,1;
close;
}
case 2:
|