diff options
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/mobs/dungeons/abbey.txt | 10 | ||||
-rw-r--r-- | npc/scripts_monsters.conf | 1 |
3 files changed, 8 insertions, 6 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 776d4e5b9..373adf34a 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,9 @@ Date Added ====== 2007/06/14 + * Removed Cursey Abbey spawns from the conf file [Playtester] + - fixed a bug in the spawn file + - it will be readded once the mobs are actually usable * Added initial mob spawn of Abbey Dun, thanks to $ephiroth 2007/06/12 * Added first part of Hugel quests. Credits go to MasterOfMuppets. [SinSloth] diff --git a/npc/mobs/dungeons/abbey.txt b/npc/mobs/dungeons/abbey.txt index ac5c6752b..2276c0e65 100644 --- a/npc/mobs/dungeons/abbey.txt +++ b/npc/mobs/dungeons/abbey.txt @@ -15,21 +15,21 @@ nameless_n.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0 nameless_n.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0 nameless_n.gat,0,0,0,0 monster Hell Poodle 1866,20,0,0,0 -// Cursed Abbey Dungeon [01] +// Cursed Abbey Dungeon 1 abbey01.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0 abbey01.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0 abbey01.gat,0,0,0,0 monster Flame Skull 1869,20,0,0,0 -// Cursed Abbey Dungeon [02] +// Cursed Abbey Dungeon 2 abbey02.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0 abbey02.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0 abbey02.gat,0,0,0,0 monster Banshee 1867,20,0,0,0 -abbey01.gat,0,0,0,0 monster Flame Skull 1869,20,0,0,0 +abbey02.gat,0,0,0,0 monster Flame Skull 1869,20,0,0,0 abbey02.gat,0,0,0,0 monster Falling Bishop 1871,1,7200000,3600000,1 -// Cursed Abbey Dungeon [03] +// Cursed Abbey Dungeon 3 abbey03.gat,0,0,0,0 monster Zombie Slaughter 1864,20,0,0,0 abbey03.gat,0,0,0,0 monster Ragged Zombie 1865,20,0,0,0 abbey03.gat,0,0,0,0 monster Banshee 1867,20,0,0,0 abbey03.gat,0,0,0,0 monster Necromancer 1870,20,0,0,0 -abbey03.gat,0,0,0,0 monster Beelzebub 1873,1,39600000,19800000,1
\ No newline at end of file +abbey03.gat,0,0,0,0 monster Beelzebub 1873,1,39600000,19800000,1 diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index b9bc3aea9..64e4c121b 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -40,7 +40,6 @@ 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/amatdun.txt npc: npc/mobs/dungeons/anthell.txt npc: npc/mobs/dungeons/ayodun.txt |