diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 13:31:54 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 13:31:54 +0000 |
commit | 122adfd17eb617b5ba7d17141f006f63336214a5 (patch) | |
tree | b39b1617dd07fe047db53732138803ceb699e3fa | |
parent | 52cb78c659059ef7796332963c1acf10d4546f17 (diff) | |
download | hercules-122adfd17eb617b5ba7d17141f006f63336214a5.tar.gz hercules-122adfd17eb617b5ba7d17141f006f63336214a5.tar.bz2 hercules-122adfd17eb617b5ba7d17141f006f63336214a5.tar.xz hercules-122adfd17eb617b5ba7d17141f006f63336214a5.zip |
* Removed Cursey Abbey spawns from the conf file
- fixed a bug in the spawn file
- it will be readded once the mobs are actually usable
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10763 54d463be-8e91-2dee-dedb-b68131a5f0ec
-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 |