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/mjo_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/mjo_dun.txt')
-rw-r--r-- | npc/mobs/dungeons/mjo_dun.txt | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/npc/mobs/dungeons/mjo_dun.txt b/npc/mobs/dungeons/mjo_dun.txt index 1b5143493..f54ad3e5d 100644 --- a/npc/mobs/dungeons/mjo_dun.txt +++ b/npc/mobs/dungeons/mjo_dun.txt @@ -11,26 +11,25 @@ //============================================================ //================================================== -// mjo_dun01 - Mjolnir Dead Pit F1 +// mjo_dun01 - Mjolnir Dead Pit //================================================== -mjo_dun01,0,0,0,0 monster Familiar 1005,30,0,0,0 -mjo_dun01,0,0,0,0 monster Tarou 1175,60,0,0,0 -mjo_dun01,0,0,0,0 monster Martin 1145,20,0,0,0 +mjo_dun01,0,0,0,0 monster Tarou 1175,60,5000,0,0 +mjo_dun01,0,0,0,0 monster Familiar 1005,30,5000,0,0 +mjo_dun01,0,0,0,0 monster Martin 1145,20,5000,0,0 //================================================== -// mjo_dun02 - Mjolnir Dead Pit F2 +// mjo_dun02 - Mjolnir Dead Pit //================================================== -mjo_dun02,0,0,0,0 monster Martin 1145,60,0,0,0 -mjo_dun02,0,0,0,0 monster Drainliar 1111,20,0,0,0 -mjo_dun02,0,0,0,0 monster Skeleton Worker 1169,20,0,0,0 -mjo_dun02,0,0,0,0 monster Giearth 1121,35,30000,10000,0 +mjo_dun02,0,0,0,0 monster Martin 1145,60,5000,0,0 +mjo_dun02,0,0,0,0 monster Giearth 1121,35,5000,0,0 +mjo_dun02,0,0,0,0 monster Drainliar 1111,20,5000,0,0 +mjo_dun02,0,0,0,0 monster Skeleton Worker 1169,20,5000,0,0 //================================================== -// mjo_dun03 - Mjolnir Dead Pit F3 +// mjo_dun03 - Mjolnir Dead Pit //================================================== -mjo_dun03,0,0,0,0 monster Martin 1145,5,0,0,0 -mjo_dun03,0,0,0,0 monster Skeleton Worker 1169,70,0,0,0 -mjo_dun03,0,0,0,0 monster Giearth 1121,5,0,0,0 -mjo_dun03,0,0,0,0 monster Myst 1151,35,0,0,0 -mjo_dun03,0,0,0,0 monster Cramp 1209,2,300000,150000,0 -mjo_dun03,0,0,0,0 monster Cramp 1209,1,50000,25000,0 +mjo_dun03,0,0,0,0 monster Skeleton Worker 1169,70,5000,0,0 +mjo_dun03,0,0,0,0 monster Myst 1151,35,5000,0,0 +mjo_dun03,0,0,0,0 monster Giearth 1121,5,5000,0,0 +mjo_dun03,0,0,0,0 monster Martin 1145,5,5000,0,0 +mjo_dun03,0,0,0,0 monster Cramp 1209,3,5000,0,0
\ No newline at end of file |