
* 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
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Splendide Fields Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= alexx, MaC
|
|
//===== Current Version: =====================================
|
|
//= 1.1
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Official spawn ammounts from Aegis script [alexx]
|
|
//= 1.1 Added 13.2 mob spawn update [scriptor]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// spl_fild01 - Splendide Field
|
|
//==================================================
|
|
spl_fild01,0,0 monster Dark Pinguicula 2015,50,5000
|
|
spl_fild01,0,0 monster Naga 1993,35,5000
|
|
spl_fild01,0,0 monster Cornus 1992,25,5000
|
|
|
|
//==================================================
|
|
// spl_fild02 - Splendide Field
|
|
//==================================================
|
|
spl_fild02,0,0 monster Pinguicula 1995,75,5000
|
|
spl_fild02,0,0 monster Luciola Vespa 1994,15,5000
|
|
|
|
//==================================================
|
|
// spl_fild03 - Splendide Field
|
|
//==================================================
|
|
spl_fild03,0,0 monster Luciola Vespa 1994,35,5000
|
|
spl_fild03,0,0 monster Cornus 1992,25,5000
|
|
spl_fild03,0,0 monster Naga 1993,20,5000
|
|
spl_fild03,0,0 monster Tendrilion 1991,1,3600000
|