diff options
author | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-09 18:48:50 +0000 |
---|---|---|
committer | kenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-09 18:48:50 +0000 |
commit | 4261936c19888f098827b63d5c3c094f818d98b1 (patch) | |
tree | 61f05014b6cdd3009b04ed79ad7af967a6f035d3 /npc/mobs/dungeons/iz_dun_re.txt | |
parent | b0c8c19ef8af59b8dff9d61398fa8bbb8b2f9c52 (diff) | |
download | hercules-4261936c19888f098827b63d5c3c094f818d98b1.tar.gz hercules-4261936c19888f098827b63d5c3c094f818d98b1.tar.bz2 hercules-4261936c19888f098827b63d5c3c094f818d98b1.tar.xz hercules-4261936c19888f098827b63d5c3c094f818d98b1.zip |
Moved a few merchants and mob spawns to separate files to prevent error message when running server in pre-RE mode and with TXT databases. (bugreport:5846)
Fixed Tao Gunka Cards (#4302) renewal effect. (bugreport:5866)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16247 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs/dungeons/iz_dun_re.txt')
-rw-r--r-- | npc/mobs/dungeons/iz_dun_re.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/mobs/dungeons/iz_dun_re.txt b/npc/mobs/dungeons/iz_dun_re.txt new file mode 100644 index 000000000..70c234ffa --- /dev/null +++ b/npc/mobs/dungeons/iz_dun_re.txt @@ -0,0 +1,23 @@ +//===== rAthena Script =======================================
+//= Byalan Dungeon Monster Spawn Script
+//===== By: ==================================================
+//= Athena (1.0)
+//===== Current Version: =====================================
+//= 1.3
+//===== Compatible With: =====================================
+//= Any Athena Version
+//===== Additional Comments: =================================
+//= 1.1 Official kRO 10.1 spawns for 1-4 [Playtester]
+//= 1.2 More accurate spawns [Playtester]
+//= 1.3 Added Izlude Dungeon F6 spawns [Chilly]
+//= 1.3a Moved Izlude Dungeon F6 spawns to separate file. [Kenpachi]
+//============================================================
+
+//==================================================
+// iz_dun05 - Undersea Tunnel F6
+//==================================================
+iz_dun05,0,0,0,0 monster King Dramoh 2198,20,0,0,0
+iz_dun05,0,0,0,0 monster Sropho 2201,50,0,0,0
+iz_dun05,0,0,0,0 monster Pot Dofle 2203,30,0,0,0
+iz_dun05,0,0,0,0 monster Sedora 2204,50,0,0,0
+iz_dun05,0,0,0,0 boss_monster Kraken 2202,1,7200000,600000,1
|