You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Rudus Dungeon Monster Spawn Script
|
|
//===== Description: =========================================
|
|
//= Spawns monsters inside Rudus Dungeon F1-3
|
|
//===== Changelog: ===========================================
|
|
//= 1.0 First version. [crazyarashi]
|
|
//= 1.1 Some corrections [Everade]
|
|
//============================================================
|
|
|
|
// sp_rudus estimated amount (possibly area spawns)
|
|
sp_rudus,0,0 monster Venenum 20363,30,5000
|
|
sp_rudus,0,0 monster Dolor 20361,30,5000
|
|
sp_rudus,0,0 monster Twin Caput 20365,30,5000
|
|
|
|
sp_rudus2,0,0 monster High Hunter Bellare 20356,40,5000
|
|
sp_rudus2,0,0 monster High Hunter Sanare 20358,37,5000
|
|
sp_rudus2,0,0 monster Plaga 20359,58,5000
|
|
sp_rudus2,0,0 monster Mutant Dolor 20362,45,5000
|
|
sp_rudus2,0,0 boss_monster R48-85-Bestia 20381,1,21600000,600000,0
|
|
|
|
sp_rudus3,0,0 monster Mutant Dolor 20362,60,5000
|
|
sp_rudus3,0,0 monster Mutant Plaga 20360,53,5000
|
|
sp_rudus3,0,0 monster Mutant Venenum 20364,65,5000
|
|
sp_rudus3,0,0 monster Mutant Twin Caput 20366,65,5000
|
|
|
|
sp_rudus4 monster Giant Caput GIANT_CAPUT,75
|
|
sp_rudus4 monster Dolorian DOLORIAN,75
|
|
sp_rudus4 monster Deadre DEADRE,75
|
|
sp_rudus4 monster Venedi VENEDI,75
|
|
sp_rudus4 monster Plagarion PLAGARION,75
|
|
sp_rudus4 boss_monster R001-Bestia R001_BESTIA,1,21600000,600000,0
|