
* 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
22 lines
875 B
Plaintext
22 lines
875 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Malaya Port Dungeon Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Chilly
|
|
//===== Current Version: =====================================
|
|
//= 1.1
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== Description: =========================================
|
|
//= Official kRO monster spawns
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 First Release
|
|
//= 1.1 Updated spawns.
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// ma_dun01 - Bangungot Hospital F1
|
|
//==================================================
|
|
ma_dun01,0,0 monster Manananggal 2311,40,5000
|
|
ma_dun01,0,0 monster Wakwak 2315,30,5000
|
|
ma_dun01,0,0 monster Tiyanak 2314,40,5000
|