diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/mobs/dungeons/abbey.txt | 2 | ||||
-rw-r--r-- | npc/scripts_eamonsters.conf | 2 | ||||
-rw-r--r-- | npc/scripts_monsters.conf | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 49d2761ee..d02812ee1 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/09/09 + * Uncommented Cursed Abbey spawns [Playtester] 2007/09/08 * Fixed the dye maker npc (see topic:162818) [ultramage] 2007/09/07 diff --git a/npc/mobs/dungeons/abbey.txt b/npc/mobs/dungeons/abbey.txt index 82dc57e01..7e5441b9e 100644 --- a/npc/mobs/dungeons/abbey.txt +++ b/npc/mobs/dungeons/abbey.txt @@ -32,7 +32,7 @@ abbey02,0,0,0,0 monster Zombie Slaughter 1864,200,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 +abbey02,0,0,0,0 monster Fallen Bishop Hibram 1871,1,7200000,3600000,1 // Cursed Abbey Dungeon 3 abbey03,0,0,0,0 monster Necromancer 1870,50,0,0,0 diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf index 3377b75f6..ae253d667 100644 --- a/npc/scripts_eamonsters.conf +++ b/npc/scripts_eamonsters.conf @@ -51,7 +51,7 @@ npc: npc/eamobs/dungeons/moc_pyramid.txt npc: npc/eamobs/dungeons/moc_sphinx.txt npc: npc/eamobs/dungeons/sunkenship.txt -//npc: npc/mobs/dungeons/abbey.txt +npc: npc/mobs/dungeons/abbey.txt npc: npc/mobs/dungeons/amatdun.txt npc: npc/mobs/dungeons/anthell.txt npc: npc/mobs/dungeons/ayodun.txt diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 4a95c16d5..b9bc3aea9 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -40,7 +40,7 @@ npc: npc/mobs/fields/umbala.txt npc: npc/mobs/fields/veins.txt npc: npc/mobs/fields/yuno.txt -//npc: npc/mobs/dungeons/abbey.txt +npc: npc/mobs/dungeons/abbey.txt npc: npc/mobs/dungeons/amatdun.txt npc: npc/mobs/dungeons/anthell.txt npc: npc/mobs/dungeons/ayodun.txt |