diff options
author | Chilly0123 <Chilly0123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-12 00:32:22 +0000 |
---|---|---|
committer | Chilly0123 <Chilly0123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-12 00:32:22 +0000 |
commit | ace66fdabfb289716f5c9e1ec65b5c24f706db0d (patch) | |
tree | 6b2071128f4344181805ac83ad83b9907d1df3cf /npc/mobs/dungeons/dew_dun.txt | |
parent | 8343a8489052407983d50e3e6804570e409c8604 (diff) | |
download | hercules-ace66fdabfb289716f5c9e1ec65b5c24f706db0d.tar.gz hercules-ace66fdabfb289716f5c9e1ec65b5c24f706db0d.tar.bz2 hercules-ace66fdabfb289716f5c9e1ec65b5c24f706db0d.tar.xz hercules-ace66fdabfb289716f5c9e1ec65b5c24f706db0d.zip |
*Updated renewal mob spawns up to Malaya Port.
-Fixed a bug with Bio3 MVPs not spawning.
*Item updates:
-Removed or disabled most renewal items in the pre-re item_db.
-Fixed incorrect bonus with ATK enchantments.
-Updated newer cards based on aegis info (special thanks to Muad_Dib)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15432 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs/dungeons/dew_dun.txt')
-rw-r--r-- | npc/mobs/dungeons/dew_dun.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/npc/mobs/dungeons/dew_dun.txt b/npc/mobs/dungeons/dew_dun.txt new file mode 100644 index 000000000..080e32ff0 --- /dev/null +++ b/npc/mobs/dungeons/dew_dun.txt @@ -0,0 +1,29 @@ +//===== eAthena Script ========================================
+//= Dewata Dungeon Monster Spawn Script
+//===== By: ==================================================
+//= Chilly
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= Any Athena Version
+//===== Description: =========================================
+//= Official kRO monster spawns
+//===== Additional Comments: =================================
+//= 1.0 First Release
+//============================================================
+
+//==================================================
+// dew_dun01 - Volcanic Island of Krakatoa
+//==================================================
+dew_dun01,0,0,0,0 monster Ancient Worm 1305,25,0,0,0
+dew_dun01,0,0,0,0 monster Gullinbursti 1311,10,0,0,0
+dew_dun01,0,0,0,0 monster Comodo 2152,70,0,0,0
+dew_dun01,0,0,0,0 boss_monster Leak 2156,1,7200000,600000,1
+
+//==================================================
+// dew_dun02 - Tina Grace Cave
+//==================================================
+dew_dun02,0,0,0,0 monster Am Mut 1301,20,0,0,0
+dew_dun02,0,0,0,0 monster Gajomart 1309,30,0,0,0
+dew_dun02,0,0,0,0 monster Banaspaty 2154,50,0,0,0
+dew_dun02,0,0,0,0 monster Butoijo 2155,30,0,0,0
|