diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-22 09:45:13 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-22 09:45:13 +0000 |
commit | 2f9dc9aed3864bafe2743c3da9282692ba713dbf (patch) | |
tree | 9fe7317d921df5091506927f42ee264c4bd537e8 /npc/mobs/dungeons/dic_dun.txt | |
parent | 168677929dc43930a81a49a54d748a3b2298a811 (diff) | |
download | hercules-2f9dc9aed3864bafe2743c3da9282692ba713dbf.tar.gz hercules-2f9dc9aed3864bafe2743c3da9282692ba713dbf.tar.bz2 hercules-2f9dc9aed3864bafe2743c3da9282692ba713dbf.tar.xz hercules-2f9dc9aed3864bafe2743c3da9282692ba713dbf.zip |
- AEGIS Conversion of Mob Spawns.
- Added 3rd class blanks / skeletons.
- Added Brasilis and Dicastes mob spawns (disabled until episode is added).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14755 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..371947a07 --- /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 Scaraba 2083,50,5000,0,0 +dic_dun01,0,0,0,0 monster Scaraba 2084,45,5000,0,0 +dic_dun01,0,0,0,0 monster Scaraba Egg 2088,15,5000,0,0 +dic_dun01,0,0,0,0 monster Scaraba Egg 2089,15,5000,0,0 + +//================================================== +// dic_dun02 - Underground Nest Scarab Hole +//================================================== +dic_dun02,0,0,0,0 monster Antler Scaraba 2085,50,5000,0,0 +dic_dun02,0,0,0,0 monster Rake Scaraba 2086,45,5000,0,0 +dic_dun02,0,0,0,0 monster Antler Scaraba Egg 2090,15,5000,0,0 +dic_dun02,0,0,0,0 monster Rake Scaraba Egg 2091,15,5000,0,0 +dic_dun02,0,0,0,0 boss_monster Queen Scaraba 2087,1,7200000,0,0
\ No newline at end of file |