
* 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
41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Beach Dungeon Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Athena (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.4
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== Additional Comments: =================================
|
|
//= 1.1 Official kRO 10.1 spawns [Playtester]
|
|
//= 1.2 Small 11.1 spawn update [Playtester]
|
|
//= 1.3 More accurate spawns [Playtester]
|
|
//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// beach_dun - Karu, the West cave
|
|
//==================================================
|
|
beach_dun,0,0 monster Medusa 1148,60,5000
|
|
beach_dun,0,0 monster Nereid 1255,20,5000
|
|
beach_dun,0,0 monster Pest 1256,20,5000
|
|
beach_dun,0,0 monster Merman 1264,3,5000
|
|
beach_dun,0,0,0,0 boss_monster Tao Gunka 1583,1,18000000,600000,0
|
|
|
|
//==================================================
|
|
// beach_dun2 - Ruande the northern cave
|
|
//==================================================
|
|
beach_dun2,0,0 monster Stalactic Golem 1278,65,5000
|
|
beach_dun2,0,0 monster Tri Joint 1279,20,5000
|
|
beach_dun2,0,0 monster Megalith 1274,15,5000
|
|
beach_dun2,0,0 monster Hydra 1068,10,5000
|
|
beach_dun2,0,0 monster Nereid 1255,3,5000
|
|
|
|
//==================================================
|
|
// beach_dun3 - Mao, the East Cave
|
|
//==================================================
|
|
beach_dun3,0,0 monster Thara Frog 1034,50,5000
|
|
beach_dun3,0,0 monster Megalodon 1064,30,5000
|
|
beach_dun3,0,0 monster Hydra 1068,30,5000
|
|
beach_dun3,0,0 monster Nereid 1255,1,5000
|