1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
//===== eAthena Script ========================================
//= Thor Volcano Monster Spawn Script
//===== By: ==================================================
//= Playtester
//===== Current Version: =====================================
//= 1.2
//===== 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]
//= 1.1 Added Byorgue and Ifrit [Playtester]
//= 1.2 Updated spawns according to RODE [Playtester]
//============================================================
// ================= [Thor Volcano - 01] =====================
thor_v01,0,0,0,0 monster Kasa 1833,40,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 Sword Master 1829,3,0,0,0
thor_v01,0,0,0,0 monster Bow Master 1830,3,0,0,0
thor_v01,0,0,0,0 monster Salamander 1831,3,0,0,0
thor_v01,0,0,0,0 monster Byorgue 1839,1,0,0,0
// ================= [Thor Volcano - 02] =====================
thor_v02,0,0,0,0 monster Knocker 1838,60,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 Kaho 1072,10,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_v02,0,0,0,0 monster Salamander 1831,1,0,0,0
// ================= [Thor Volcano - 03] =====================
thor_v03,0,0,0,0 monster Salamander 1831,40,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,5,0,0,0
thor_v03,0,0,0,0 monster Bow Master 1830,5,0,0,0
thor_v03,0,0,0,0 monster Byorgue 1839,1,0,0,0
thor_v03,0,0,0,0 monster Ifrit 1832,1,39600000,39000000,1
|