
* 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
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= TE Guild Dungeon Monster
|
|
//===== Description: =========================================
|
|
//= Official monster spawn for TE Guild Dungeons
|
|
//===== Changelogs: ==========================================
|
|
//= 1.0 First version
|
|
//============================================================
|
|
|
|
// =======================
|
|
// Gloria Guild Dungeon
|
|
// =======================
|
|
teg_dun01,0,0 monster Knight Seyren 2415,20,5000
|
|
teg_dun01,0,0 monster Assassin Eremes 2416,15,5000
|
|
teg_dun01,0,0 monster Blacksmith Howard 2417,15,5000
|
|
teg_dun01,0,0 monster Hunter Cecil 2418,35,5000
|
|
teg_dun01,0,0 monster Wizard Kathryne 2419,30,5000
|
|
teg_dun01,0,0 monster Priest Margaretha 2420,20,5000
|
|
teg_dun01,0,0,0,0 boss_monster The Last One 2441,1,28800000,0,0
|
|
|
|
// =======================
|
|
// Kafragaten Guild Dungeon
|
|
// =======================
|
|
teg_dun02,0,0 monster Crusader Egnigem 2421,15,5000
|
|
teg_dun02,0,0 monster Rogue Wickebine 2422,15,5000
|
|
teg_dun02,0,0 monster Alchemist Armeyer 2423,15,5000
|
|
teg_dun02,0,0 monster Bard Kavach 2424,15,5000
|
|
teg_dun02,0,0 monster Dancer Josephina 2425,15,5000
|
|
teg_dun02,0,0 monster Sage Laurell 2426,15,5000
|
|
teg_dun02,0,0 monster Monk Errende 2427,15,5000
|
|
teg_dun02,0,0,0,0 boss_monster King of the Alley 2442,1,7200000,0,0
|