
- raised their DEF/MDEF - raised their speed - removed 11.3 drops (using 11.2 drops) - added most of their skills thanks to Doddler - added Thor Volcano spawns, so they can be tested git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10605 54d463be-8e91-2dee-dedb-b68131a5f0ec
36 lines
1.7 KiB
Plaintext
36 lines
1.7 KiB
Plaintext
//===== Athena Script =============================================
|
|
//= Thor Volcano Monster Spawn Script.
|
|
//===== By: =======================================================
|
|
//= Playtester
|
|
//===== Current Version: ==========================================
|
|
//= 1.0
|
|
//===== Compatible With: ==========================================
|
|
//= Any Athena Version
|
|
//===== Description: ==============================================
|
|
//= Official monster spawn in Thor Volcano Dungeon.
|
|
//===== Additional Comments: ======================================
|
|
//= 1.0 Spawns according to RO Monthly and Doddler [Playtester]
|
|
//=================================================================
|
|
|
|
// ================= [Thor Volcano - 01] ==========================
|
|
thor_v01,0,0,0,0 monster Kasa 1833,30,0,0,0
|
|
thor_v01,0,0,0,0 monster Fire Imp 1837,20,0,0,0
|
|
thor_v01,0,0,0,0 monster Magmaring 1836,10,0,0,0
|
|
thor_v01,0,0,0,0 monster Salamander 1831,5,0,0,0
|
|
thor_v01,0,0,0,0 monster Sword Master 1829,1,0,0,0
|
|
thor_v01,0,0,0,0 monster Bow Master 1830,1,0,0,0
|
|
|
|
// ================= [Thor Volcano - 02] ==========================
|
|
thor_v02,0,0,0,0 monster Knocker 1838,70,0,0,0
|
|
thor_v02,0,0,0,0 monster Fire Imp 1837,10,0,0,0
|
|
thor_v02,0,0,0,0 monster Magmaring 1836,10,0,0,0
|
|
thor_v02,0,0,0,0 monster Salamander 1831,5,0,0,0
|
|
thor_v02,0,0,0,0 monster Sword Master 1829,1,0,0,0
|
|
thor_v02,0,0,0,0 monster Bow Master 1830,1,0,0,0
|
|
|
|
// ================= [Thor Volcano - 03] ==========================
|
|
thor_v03,0,0,0,0 monster Salamander 1831,30,0,0,0
|
|
thor_v03,0,0,0,0 monster Kasa 1833,20,0,0,0
|
|
thor_v03,0,0,0,0 monster Sword Master 1829,3,0,0,0
|
|
thor_v03,0,0,0,0 monster Bow Master 1830,3,0,0,0
|