diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 19:24:13 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 19:24:13 +0000 |
commit | fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541 (patch) | |
tree | 5a35b6bc4108d8cb23fa75e0e32b97f22eb1ba12 /npc/mobs/dungeons/dic_dun.txt | |
parent | 338d99ce33637c33d20ceb636aebe0e25ab91665 (diff) | |
parent | 53453425e64412f22734ae9a783c853a3f17027e (diff) | |
download | hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.gz hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.bz2 hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.xz hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.zip |
- Merged /branches/renewal/conf (partial)
- Merged /branches/renewal/db (only mob_db.txt and mob_skill_db.txt)
- Merged /branches/renewal/npc (full)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15060 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs/dungeons/dic_dun.txt')
-rw-r--r-- | npc/mobs/dungeons/dic_dun.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/npc/mobs/dungeons/dic_dun.txt b/npc/mobs/dungeons/dic_dun.txt new file mode 100644 index 000000000..570601013 --- /dev/null +++ b/npc/mobs/dungeons/dic_dun.txt @@ -0,0 +1,30 @@ +//===== eAthena Script ======================================== +//= El Dicastes Dungeon Monster Spawn Script +//===== By: ================================================== +//= Kisuka +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= eAthena SVN +//===== Description: ========================================= +//= Official monster spawns in El Dicastes Dungeon. +//===== Additional Comments: ================================= +//= 1.0 Official spawns from Aegis [Kisuka] +//============================================================ + +//================================================== +// dic_dun01 - Underground Passage Kamidal Tunnel +//================================================== +dic_dun01,0,0,0,0 monster One-Horned Scarab 2083,50,5000,0,0 +dic_dun01,0,0,0,0 monster Two-Horned Scarab 2084,45,5000,0,0 +dic_dun01,0,0,0,0 monster Scarab Egg 2088,15,5000,0,0 +dic_dun01,0,0,0,0 monster Scarab Egg 2089,15,5000,0,0 + +//================================================== +// dic_dun02 - Underground Nest Scarab Hole +//================================================== +dic_dun02,0,0,0,0 monster Antler Scarab 2085,50,5000,0,0 +dic_dun02,0,0,0,0 monster Rake Scarab 2086,45,5000,0,0 +dic_dun02,0,0,0,0 monster Antler Scarab Egg 2090,15,5000,0,0 +dic_dun02,0,0,0,0 monster Rake Scarab Egg 2091,15,5000,0,0 +dic_dun02,0,0,0,0 boss_monster Scarab Queen 2087,1,7200000,0,0 |