
* Updated Hero Token Exchanger npc to match official npc * Updated Dimensional Travel Quest to match official script * Dimensional Travel Quest now uses the official variable for future reference and to fill the missing sequence * Moved the npcs from dimensional travel quest to separate custom npcs from official conversion of npcs * Added official system to spawn the mini-boss on moro_vol map * Added Flaming Basin and Doom Prayers quests * Updated the aegis name and english name of the items from moro_vol map
21 lines
833 B
Plaintext
21 lines
833 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Flame Basin Monster Spawn Script
|
|
//===== Description: =========================================
|
|
//= Spawns monsters on Flame Basin.
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 First version. [Capuche]
|
|
//============================================================
|
|
|
|
moro_vol monster Angry Mimic 3061,5
|
|
moro_vol monster Fire Pit 3026,10
|
|
moro_vol monster Sonia 3028,30
|
|
moro_vol monster Incarnation of Morocc 1918,15
|
|
moro_vol monster Incarnation of Morocc 1919,15
|
|
moro_vol monster Incarnation of Morocc 1920,15
|
|
moro_vol monster Incarnation of Morocc 1921,15
|
|
moro_vol monster Fire Condor 3020,30
|
|
moro_vol monster Fire Sandman 3021,30
|
|
moro_vol monster Fire Frilldora 3022,30
|
|
moro_vol monster Fire Golem 3023,30
|
|
moro_vol monster Fire Bug 3027,10
|