rathena/npc/re/mobs/fields/malaya.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

32 lines
1.2 KiB
Plaintext

//===== rAthena Script =======================================
//= Malaya Port Field Monster Spawn Script
//===== By: ==================================================
//= Chilly
//===== Current Version: =====================================
//= 1.2
//===== Compatible With: =====================================
//= rAthena Project
//===== Description: =========================================
//= Official kRO monster spawns
//===== Additional Comments: =================================
//= 1.0 First Release
//= 1.1 Renewal spawn update.
//= 1.2 Updated spawns.
//============================================================
//==================================================
// ma_fild01 - Barrio Maligawa
//==================================================
ma_fild01,0,0 monster Tikbalang 2313,50,5000
ma_fild01,0,0 monster Tiyanak 2314,50,5000
ma_fild01,0,0 monster Jejeling 2316,30,5000
//==================================================
// ma_fild02 - Malaya Forest
//==================================================
ma_fild02,0,0 monster Bungisngis 2309,40,5000
ma_fild02,0,0 monster Engkanto 2310,25,5000
ma_fild02,0,0 monster Mangkukulam 2312,30,5000
ma_fild02,0,0 monster Jejeling 2316,20,5000
ma_fild02,0,0 monster Wakwak 2315,25,5000