
* 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
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Ice Dungeon Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Athena (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.2
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 First version from jAthena [Playtester]
|
|
//= 1.1 More accurate spawns [Playtester]
|
|
//= 1.2 Removed Ktullanux spawn, quest implemented [L0ne_W0lf]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// ice_dun01 - Ice Cave
|
|
//==================================================
|
|
ice_dun01,0,0 monster Siroma 1776,75,5000
|
|
ice_dun01,0,0 monster Roween 1782,5,5000
|
|
ice_dun01,0,0 monster Muscipular 1780,5,5000
|
|
ice_dun01,0,0 monster Gazeti 1778,2,5000
|
|
|
|
//==================================================
|
|
// ice_dun02 - Ice Cave
|
|
//==================================================
|
|
ice_dun02,0,0 monster Snowier 1775,70,5000
|
|
ice_dun02,0,0 monster Siroma 1776,30,5000
|
|
ice_dun02,0,0 monster Iceicle 1789,19,5000
|
|
ice_dun02,0,0 monster Gazeti 1778,15,5000
|
|
ice_dun02,0,0 monster Ice Titan 1777,7,5000
|
|
|
|
//==================================================
|
|
// ice_dun03 - Ice Cave
|
|
//==================================================
|
|
ice_dun03,0,0 monster Ice Titan 1777,70,5000
|
|
ice_dun03,0,0 monster Gazeti 1778,42,5000
|
|
ice_dun03,0,0 monster Iceicle 1789,32,5000
|
|
ice_dun03,0,0 monster Snowier 1775,15,5000
|