
* 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
59 lines
2.6 KiB
Plaintext
59 lines
2.6 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Umbala Fields Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Darkchild (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.5
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project; RO Episode 6+
|
|
//===== Additional Comments: =================================
|
|
//= 1.3 Official kRO 10.1 spawns [Playtester]
|
|
//= 1.4 More accurate spawns [Playtester]
|
|
//= 1.5 Updated spawns to renewal. [L0ne_W0lf]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// um_fild01 - Luluka Forest
|
|
//==================================================
|
|
um_fild01,0,0 monster Dryad 1493,70,5000
|
|
um_fild01,0,0 monster Stone Shooter 1495,15,5000
|
|
um_fild01,0,0 monster Wootan Shooter 1498,10,5000
|
|
um_fild01,0,0 monster Wootan Fighter 1499,10,5000
|
|
um_fild01,0,0 monster Wooden Golem 1497,10,5000
|
|
um_fild01,0,0 monster Green Plant 1080,10,180000,90000
|
|
um_fild01,0,0 monster Yellow Plant 1081,10,180000,90000
|
|
um_fild01,0,0 monster Shining Plant 1083,5,180000,90000
|
|
|
|
//==================================================
|
|
// um_fild02 - Hoomga Forest
|
|
//==================================================
|
|
um_fild02,0,0 monster Wootan Fighter 1499,40,5000
|
|
um_fild02,0,0 monster Stone Shooter 1495,15,5000
|
|
um_fild02,0,0 monster Wootan Shooter 1498,10,5000
|
|
um_fild02,0,0 monster Choco 1214,5,5000
|
|
um_fild02,0,0 monster Red Plant 1078,5,180000,90000
|
|
um_fild02,0,0 monster Yellow Plant 1081,5,180000,90000
|
|
|
|
//==================================================
|
|
// um_fild03 - Kalala Swamp
|
|
//==================================================
|
|
um_fild03,0,0 monster Parasite 1500,60,5000
|
|
um_fild03,0,0 monster Stone Shooter 1495,15,5000
|
|
um_fild03,0,0 monster Wootan Shooter 1498,10,5000
|
|
um_fild03,0,0 monster Wootan Fighter 1499,10,5000
|
|
um_fild03,0,0 monster Blue Plant 1079,5,180000,90000
|
|
um_fild03,0,0 monster Green Plant 1080,10,180000,90000
|
|
um_fild03,0,0 monster Shining Plant 1083,2,180000,90000
|
|
|
|
//==================================================
|
|
// um_fild04 - Hoomga Jungle
|
|
//==================================================
|
|
um_fild04,0,0 monster Wild Rose 1261,30,5000
|
|
um_fild04,0,0 monster Stone Shooter 1495,10,5000
|
|
um_fild04,0,0 monster Wootan Shooter 1498,5,5000
|
|
um_fild04,0,0 monster Wootan Fighter 1499,5,5000
|
|
um_fild04,0,0 monster Wooden Golem 1497,10,5000
|
|
um_fild04,0,0 monster Choco 1214,2,5000
|
|
um_fild04,0,0 monster Red Plant 1078,5,180000,90000
|
|
um_fild04,0,0 monster Yellow Plant 1081,5,180000,90000
|