
* 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.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Louyang Fields Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Evera/Lorri
|
|
//===== Current Version: =====================================
|
|
//= 1.2
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== Additional Comments: =================================
|
|
//= 1.1 updated by MasterOfMuppets
|
|
//= 1.2 Official kRO 10.1 spawns [Playtester]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// lou_fild01 - Louyang Field
|
|
//==================================================
|
|
lou_fild01,224,315,100,50 monster Bigfoot 1060,7
|
|
lou_fild01,203,225,110,35 monster Bigfoot 1060,4,60000,30000
|
|
lou_fild01,273,128,75,50 monster Bigfoot 1060,4
|
|
lou_fild01,224,315,100,50 monster Caramel 1103,7
|
|
lou_fild01,203,225,110,35 monster Caramel 1103,7
|
|
lou_fild01,273,128,75,50 monster Caramel 1103,7
|
|
lou_fild01,224,315,100,50 monster Mantis 1139,10
|
|
lou_fild01,203,225,110,35 monster Mantis 1139,10
|
|
lou_fild01,273,128,75,50 monster Mantis 1139,10
|
|
lou_fild01,224,315,100,50 monster Mi Gao 1516,8
|
|
lou_fild01,203,225,110,35 monster Mi Gao 1516,15,60000,30000
|
|
lou_fild01,273,128,75,50 monster Mi Gao 1516,7
|
|
lou_fild01,224,315,100,50 monster Anacondaq 1030,2
|
|
lou_fild01,203,225,110,35 monster Anacondaq 1030,1
|
|
lou_fild01,273,128,75,50 monster Anacondaq 1030,2
|
|
lou_fild01,0,0 monster Black Mushroom 1084,5
|
|
lou_fild01,0,0 monster Yellow Plant 1081,10
|