diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-12 00:26:47 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-12 00:26:47 +0000 |
commit | db828ecdad0c7e2276c6b2db790875a2d4a785d5 (patch) | |
tree | 6c26405ade330f6cdcf649a6073ea68083596f5a /npc/mobs/dungeons/abbey.txt | |
parent | b1334e2e32b405ed43569f5482ff7b3d9988d1b8 (diff) | |
download | hercules-db828ecdad0c7e2276c6b2db790875a2d4a785d5.tar.gz hercules-db828ecdad0c7e2276c6b2db790875a2d4a785d5.tar.bz2 hercules-db828ecdad0c7e2276c6b2db790875a2d4a785d5.tar.xz hercules-db828ecdad0c7e2276c6b2db790875a2d4a785d5.zip |
Corrected improperly converted spawns, and instance timers for sealed shine and Orc Dungeon.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14846 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs/dungeons/abbey.txt')
-rw-r--r-- | npc/mobs/dungeons/abbey.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/mobs/dungeons/abbey.txt b/npc/mobs/dungeons/abbey.txt index b9214b5a7..f76a591d9 100644 --- a/npc/mobs/dungeons/abbey.txt +++ b/npc/mobs/dungeons/abbey.txt @@ -16,7 +16,7 @@ // nameless_n - Nameless Island //================================================== nameless_n,0,0,0,0 monster Ghoul 1036,40,5000,0,0 -nameless_n,0,0,0,0 monster Hell Poodle 1866,17,5000,0,0 +nameless_n,0,0,0,0 monster Hellhound 1866,17,5000,0,0 nameless_n,0,0,0,0 monster Banshee 1867,16,5000,0,0 nameless_n,0,0,0,0 monster Ragged Zombie 1865,12,5000,0,0 nameless_n,0,0,0,0 monster Zombie Slaughter 1864,12,5000,0,0 @@ -29,7 +29,7 @@ abbey01,0,0,0,0 monster Banshee 1867,93,5000,0,0 abbey01,0,0,0,0 monster Ghoul 1036,56,5000,0,0 abbey01,0,0,0,0 monster Ragged Zombie 1865,33,5000,0,0 abbey01,0,0,0,0 monster Zombie Slaughter 1864,30,5000,0,0 -abbey01,0,0,0,0 monster Hell Poodle 1866,25,5000,0,0 +abbey01,0,0,0,0 monster Hellhound 1866,25,5000,0,0 abbey01,0,0,0,0 monster Flame Skull 1869,21,5000,0,0 //================================================== @@ -39,7 +39,7 @@ abbey02,0,0,0,0 monster Zombie Slaughter 1864,210,5000,0,0 abbey02,0,0,0,0 monster Ragged Zombie 1865,70,5000,0,0 abbey02,0,0,0,0 monster Flame Skull 1869,21,5000,0,0 abbey02,0,0,0,0 monster Necromancer 1870,7,5000,0,0 -abbey02,236,78,21,18 boss_monster Fallen Bishop Hibram 1871,1,7200000,600000,1 +abbey02,236,78,21,18 boss_monster Fallen Bishop 1871,1,7200000,600000,1 //================================================== // abbey03 - Cursed Monastery @@ -47,4 +47,4 @@ abbey02,236,78,21,18 boss_monster Fallen Bishop Hibram 1871,1,7200000,600000,1 abbey03,0,0,0,0 monster Necromancer 1870,60,5000,0,0 abbey03,0,0,0,0 monster Banshee 1867,30,5000,0,0 abbey03,0,0,0,0 monster Flame Skull 1869,25,5000,0,0 -abbey03,0,0,0,0 boss_monster Hell Fly 1872,1,43200000,600000,1
\ No newline at end of file +abbey03,0,0,0,0 boss_monster Beelzebub 1873,1,43200000,600000,1 |