rathena/npc/re/mobs/dungeons/abbey.txt
Atemo c6470ff4ff Clean-up permanent monster spawn: (#1831)
* Clean-up permanent monster spawn:
- <delay1>,<delay2>,<event> are actually optionnal field
- <event> value 0 and 1 are meaningless (actually event name with length < 4 are skipped)

* Exported monster AI constants

* Updated docs for monster size constants (already exported)
Notes:
- the default size for monster script cmd was small not medium
- monster script cmd now display a warning for size above SZ_BIG (previously SZ_ALL)

* - Fixed an issue to make <xs> and <ys> optionnals
- Updated npcs scripts

* Leftover in the docs for permanent monster spawn

* Corrected english docs. Credit to @aleos89
Added additionnal warning for xs / ys negative input. Credit @Lemongrass3110 

Thanks to @cydh for the idea
2017-01-22 19:03:08 +01:00

51 lines
2.1 KiB
Plaintext

//===== rAthena Script =======================================
//= Abbey Dungeon Monster Spawn Script
//===== By: ==================================================
//= $ephiroth
//===== Current Version: =====================================
//= 1.2
//===== Compatible With: =====================================
//= rAthena Project
//===== Additional Comments: =================================
//= 1.0 Initial version [$ephiroth]
//= 1.1 Updated spawns [Playtester]
//= 1.2 More official spawns [Playtester]
//============================================================
//==================================================
// nameless_n - Nameless Island
//==================================================
nameless_n,0,0 monster Ghoul 1036,40,5000
nameless_n,0,0 monster Hellhound 1866,17,5000
nameless_n,0,0 monster Banshee 1867,16,5000
nameless_n,0,0 monster Ragged Zombie 1865,12,5000
nameless_n,0,0 monster Zombie Slaughter 1864,12,5000
nameless_n,0,0 monster Flame Skull 1869,3,5000
//==================================================
// abbey01 - Cursed Monastery
//==================================================
abbey01,0,0 monster Banshee 1867,93,5000
abbey01,0,0 monster Ghoul 1036,56,5000
abbey01,0,0 monster Ragged Zombie 1865,33,5000
abbey01,0,0 monster Zombie Slaughter 1864,30,5000
abbey01,0,0 monster Hellhound 1866,25,5000
abbey01,0,0 monster Flame Skull 1869,21,5000
//==================================================
// abbey02 - Cursed Monastery
//==================================================
abbey02,0,0 monster Zombie Slaughter 1864,210,5000
abbey02,0,0 monster Ragged Zombie 1865,70,5000
abbey02,0,0 monster Flame Skull 1869,21,5000
abbey02,0,0 monster Necromancer 1870,7,5000
abbey02,236,78,21,18 boss_monster Fallen Bishop 1871,1,7200000,600000,1
//==================================================
// abbey03 - Cursed Monastery
//==================================================
abbey03,0,0 monster Necromancer 1870,60,5000
abbey03,0,0 monster Banshee 1867,30,5000
abbey03,0,0 monster Flame Skull 1869,25,5000
abbey03,0,0,0,0 boss_monster Beelzebub 1873,1,43200000,600000,1