diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/mobs/dungeons/abbey.txt | 26 |
2 files changed, 18 insertions, 10 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 4366cb7ee..b793a0a24 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/08/22 + * Updated Cursed Abbey spawns [Playtester] 2007/08/19 * Partially fixed monster_controller.txt (see r7233, Lance!) [ultramage] - TODO: why does it spam "Unlocked target [0]!" all the time? diff --git a/npc/mobs/dungeons/abbey.txt b/npc/mobs/dungeons/abbey.txt index ef88c4f70..0c07cf050 100644 --- a/npc/mobs/dungeons/abbey.txt +++ b/npc/mobs/dungeons/abbey.txt @@ -3,33 +3,39 @@ //===== By: ================================================== //= $ephiroth //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= Any Athena Version //===== Additional Comments: ================================= //= 1.0 Initial version [$ephiroth] +//= 1.1 Updated spawns [Playtester] //============================================================ // Nameless Island +nameless_n,0,0,0,0 monster Ragged Zombie 1865,30,0,0,0 +nameless_n,0,0,0,0 monster Hell Poodle 1866,30,0,0,0 +nameless_n,0,0,0,0 monster Ghoul 1036,20,0,0,0 nameless_n,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0 -nameless_n,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0 -nameless_n,0,0,0,0 monster Hell Poodle 1866,20,0,0,0 +nameless_n,0,0,0,0 monster Flame Skull 1869,20,0,0,0 +nameless_n,0,0,0,0 monster Banshee 1867,10,0,0,0 // Cursed Abbey Dungeon 1 +abbey01,0,0,0,0 monster Banshee 1867,30,0,0,0 +abbey01,0,0,0,0 monster Ghoul 1036,20,0,0,0 abbey01,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0 abbey01,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0 +abbey01,0,0,0,0 monster Hell Poodle 1866,20,0,0,0 abbey01,0,0,0,0 monster Flame Skull 1869,20,0,0,0 // Cursed Abbey Dungeon 2 -abbey02,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0 -abbey02,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0 -abbey02,0,0,0,0 monster Banshee 1867,20,0,0,0 +abbey02,0,0,0,0 monster Zombie Slaughter 1864,60,0,0,0 +abbey02,0,0,0,0 monster Ragged Zombie 1865,30,0,0,0 abbey02,0,0,0,0 monster Flame Skull 1869,20,0,0,0 +abbey02,0,0,0,0 monster Necromancer 1870,10,0,0,0 abbey02,0,0,0,0 monster Falling Bishop 1871,1,7200000,3600000,1 // Cursed Abbey Dungeon 3 -abbey03,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0 -abbey03,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0 +abbey03,0,0,0,0 monster Necromancer 1870,30,0,0,0 abbey03,0,0,0,0 monster Banshee 1867,20,0,0,0 -abbey03,0,0,0,0 monster Necromancer 1870,20,0,0,0 -abbey03,0,0,0,0 monster Beelzebub 1873,1,39600000,19800000,1 +abbey03,0,0,0,0 monster Flame Skull 1869,20,0,0,0 +abbey03,0,0,0,0 monster Beelzebub 1873,1,43200000,19800000,1 |