
* 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
42 lines
1.7 KiB
Plaintext
42 lines
1.7 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Moscovia Dungeon Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Athena (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.3
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Added spawns [Playtester]
|
|
//= 1.1 Swapped named according to mob db. [L0ne_W0lf]
|
|
//= 1.2 Fixed the mob names (iRO names) [Playtester]
|
|
//= 1.2 Updated spawns kinda. [Kisuka]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// mosk_dun01 - Les Forest
|
|
//==================================================
|
|
mosk_dun01,0,0 monster Wood Goblin 1880,66,5000
|
|
mosk_dun01,0,0 monster Les 1881,33,5000
|
|
mosk_dun01,0,0 monster Poporing 1031,20,5000
|
|
mosk_dun01,0,0 monster Mantis 1139,10,5000
|
|
|
|
//==================================================
|
|
// mosk_dun02 - Temny Forest
|
|
//==================================================
|
|
mosk_dun02,0,0 monster Les 1881,40,5000
|
|
mosk_dun02,0,0 monster Wood Goblin 1880,30,5000
|
|
mosk_dun02,0,0 monster Baba Yaga 1882,20,5000
|
|
mosk_dun02,0,0 monster Uzhas 1883,5,5000
|
|
|
|
//==================================================
|
|
// mosk_dun03 - Dremuci Forest
|
|
//==================================================
|
|
mosk_dun03,0,0 monster Baba Yaga 1882,60,5000
|
|
mosk_dun03,0,0 monster Uzhas 1883,35,5000
|
|
mosk_dun03,0,0 monster Mavka 1884,15,5000
|
|
mosk_dun03,207,221,5,5 boss_monster Gopinich 1885,1,7200000,600000,1
|
|
mosk_dun03,0,0 monster Yellow Plant 1081,10,5000
|
|
mosk_dun03,0,0 monster White Plant 1082,10,5000
|
|
mosk_dun03,0,0 monster Shining Plant 1083,5,10000
|